Simple Antirootkit SST Unhooker Save

This is a demo project to illustrate the way to verify and restore original SST in case of some malware hooks

Project README

Simple antirootkit

About

There are a number of ways for malware to intrude into the system. This project represents a simple software solution that helps to remediate one aspect of possible rootkit intrusions ? System Service Table violations performed to hide files, services, or processes. This antirootkit restores original SST.

Implementation

The implementation of rootkit detection is based on the idea of comparing the current version of SST with the one stored in ntoskernel.exe. The techniques of work with the memory-mapped files in kernel mode are used.

You can find more explanations on how to develop an anti-rootkit, details and step-by-step programming tutorial in the related article.

License

Licensed under the MIT license. ? Apriorit.

Open Source Agenda is not affiliated with "Simple Antirootkit SST Unhooker" Project. README Source: apriorit/Simple-Antirootkit-SST-Unhooker
Stars
32
Open Issues
0
Last Commit
7 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating