awesome-linux-rootkits
Find a file
bad-antics b10fa6c6d9
Add detection tools section (#20)
* Add detection tools section

Added a new section '🔍 detection tools' with popular rootkit detection and analysis tools:

- OSSEC HIDS - Host-based intrusion detection
- rkhunter - Classic rootkit scanner
- chkrootkit - Local rootkit checker
- Sysmon for Linux - System monitoring
- LinuxCheck - Emergency response tool
- Lynis - Security auditing
- Sysdig - System exploration tool

This section complements the existing rootkit collection by providing defenders with tools to detect these threats.

* Remove rkhunter - no longer actively maintained

As noted by reviewer, rkhunter hasn't seen active development.
Keeping actively maintained tools: OSSEC, chkrootkit, SysmonForLinux

---------

Co-authored-by: bad-antics <bad-antics@proton.me>
Co-authored-by: Ilya V. Matveychikov <matvejchikov@gmail.com>
2026-01-28 21:09:51 +03:00
details Update rkduck.md 2018-07-04 18:32:44 +04:00
CONTRIBUTING.md Fix repo for awesome requirements 2018-10-17 00:50:34 +04:00
LICENSE Fix repo for awesome requirements 2018-10-17 00:50:34 +04:00
README.md Add detection tools section (#20) 2026-01-28 21:09:51 +03:00

awesome-linux-rootkits Awesome

🔑 feature table

Environment:

  • CPU architecture
  • Kernel/User mode (or mixed)

Core capabilities:

  • Persistency
  • Management interface
  • Altering system (library) behavior

Stealth capabilities:

  • Detection evasion
  • System logs cleaning (filtering)

Hiding stuff capabilities:

  • Hiding of files and directories
  • Hiding (tampering) of file contents
  • Hiding of processes and process trees
  • Hiding of network connections and activity
  • Hiding of process accounting information (like CPU usage)

Additional functions:

  • Keylogger
  • Backdoor/shell
  • Gaining priveleges

🙈 user mode rootkits

🙉 kernel mode rootkits

Linux 4.18+ rootkit with multiple reverse backdoors, task management, CPU usage hiding, stealth techniques, ELF infection and evasion from anti-rooktiks based on eBPF.

🔍 detection tools

Tools for detecting and analyzing rootkits:

Contributing

Please refer the guidelines at contributing.md for details