Add memory obfuscation and ps-hidden process detection
This commit is contained in:
parent
cb334c0c94
commit
893409b549
17 changed files with 353 additions and 26 deletions
|
|
@ -74,9 +74,11 @@ enodia-sentinel rootcheck
|
|||
Runs anti-rootkit cross-view checks once:
|
||||
|
||||
- PIDs alive via `kill(pid, 0)` but missing from `/proc`.
|
||||
- PIDs visible in `/proc` but missing from `ps`.
|
||||
- Live modules in `/sys/module` but missing from `/proc/modules`.
|
||||
- Listening TCP ports in `/proc/net/tcp*` but missing from `ss`.
|
||||
- UDP ports in `/proc/net/udp*` but missing from `ss -u`.
|
||||
- Raw and special-protocol sockets in `/proc/net` but missing from `ss`.
|
||||
- Network interfaces in promiscuous mode.
|
||||
- Known rootkit module names.
|
||||
- Tainted loaded modules (`/sys/module/*/taint`) and global kernel taint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue