Giter VIP home page Giter VIP logo

rootkit's Introduction

rootkit

Reference: dl.packetstormsecurity.net/papers/unix/bsdkern.htm

Feature

  1. Retriever:

    • Module
      • A character device that communicates with controller
        • TODO:
          • Implement character device to store received command
    • Application
      • Executioner
        • Userland application to execute the command received by the Retriever module
  2. Harvester:

    • Module
      • A character deveice module that gathers victim's information (log, stats, etc)
        • TODO:
          • Implement character device to store info
    • Application
      • Inquisitor
        • Userland application to report information gathered by the Harvester module
  3. Protector:

    • Module
      • A system call module that protects the rootkit
        • TODO:
          • Hide modules from kldstat
          • Prevent modules from being unloaded
          • Hide processes
          • Prevent processes from getting killed
          • Prevent connections from being closed
    • Application

Notes

  1. System Call Service

  2. Hooking

    • Immutability
      • unlink hook
      • rmdir hook
      • rename hook
      • chmod hook
      • chown hook
      • chflags hook
      • utimes hook
      • truncate hook
    • Invisibility
      • open hook
      • chdir hook
      • getdirentries hook
      • stat hook
      • lstat hook
  3. Kernel / User Space Transition

  4. Character Device

  5. ICMP Injection (Direct Commanding Control)

  6. TODO: HTTP Reverse Command Fetching

rootkit's People

Contributors

bestwc1988 avatar hailang avatar

Stargazers

Suri avatar  avatar Pype avatar  avatar Amine Bendouil avatar  avatar Steffen L. Norgren avatar

Watchers

James Cloos avatar  avatar Steffen L. Norgren avatar  avatar  avatar  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.