Code Monkey home page Code Monkey logo

scdetective's Introduction

ScDetective Total views

A kernel level Anti-Rootkit tool which runs on the windows platform.

Basic information

  • GUI : VS2008 - MFC
  • Driver :VS2005 - ddkwizard
  • DDK Version:7600.16385.1
  • Debug : Windbg - VirtualKD - VMware
  • Platform :XPSP3 & WIN7
  • Finished : 2010.12
  • Author: kedebug (Wei Sun)

Kernel module

There are about 6 modules in the ScDetective_Driver content:

  • Detect and restore the SSDT and shadow SSDT.
  • Checking SSDT in both user and kernel module to ensure accuracy.
  • Detect and static judging the active processes.
  • Get the accuracy process list from PspCidTable.
  • Brute force all the process from memory section.
  • Detect and static judging the drivers.
  • HookEngine module and part of the work was reversed from CNNIC driver.
  • Send Deferred Procedure Call(DPC) to ensure the safety during the hooking.
  • The Engine was reversed from CNNIC hook module.
  • Self-protect module(some DKOM skills).
  • Remove ourself from process link list.
  • Erase our handle from global handle table.
  • A demo file filter driver depended on sfilter library(In progress).

Thanks

ScDetective is my very first project, and it's currently in a very alpha state. It was finished in my third year in college, at that time I was addicted to the windows driver programming and accumulated lot of debug skills.

Thanks to the great open source spirit, without previous work I couldn't do all this alone. Thanks to the bbs.pediy.com forum, it gave me so much happiness and unforgetable memories in my college life.

If you have any suggestion or questions, please feel free to get in touch via [email protected].

scdetective's People

Contributors

kedebug avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.