Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions nursery/linux-rootkit-netfilter-hooks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
rule:
meta:
name: linux-rootkit-netfilter-hooks
namespace: anti-analysis/linux/rootkit
authors:
- mrhafizfarhad@gmail.com
description: Detects Linux kernel rootkits that register Netfilter hooks.
scopes:
static: file
dynamic: file
att&ck:
- Defense Evasion::Rootkit [T1014]
references:
- https://gist.github.com/loneicewolf/226e3e20e6041d12a63a5e833ebb0503
features:
- and:
- os: linux
- or:
- substring: "nf_register_net_hook"
- substring: "nf_register_net_hooks"
Loading