Skip to content

A rootkit for Windows 32-bit, for testing and educational purposes only. Has the ability to modify files and hide processes.

License

Notifications You must be signed in to change notification settings

jluo1875/Kernel-Rootkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Kernel Rootkit

Description

This is a kernel rootkit made to infiltrate a 32-bit Windows system. This project gave me a better understanding of how rootkits work and how they can be detected/mitigated.

Rootkit Features

This rootkit features the ability to:

-Protect Files (Read\Write\Create\Delete\Rename\Open\Execute)
-Hide Processes
-Protect Processes, Threads
-Protect Registry Keys (Open\Create\Delete\Set)
-Bypass Privilege Checks

Links/References

Big thanks to these two books that helped me get a grasp on programming and understanding how they work.

"The Rootkit Arsenal: Escape and Evasion in the Dark Corners of the System" by Bill Blunden

https://www.amazon.com/Windows-Kernel-Programming-Pavel-Yosifovich/dp/1977593372

"Windows Kernel Programming" by Pavel Yosifovich

https://www.amazon.com/Rootkit-Arsenal-Escape-Evasion-Corners/dp/144962636X

About

A rootkit for Windows 32-bit, for testing and educational purposes only. Has the ability to modify files and hide processes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published