Add host event rules for bind and capability activity
This commit is contained in:
parent
b40ac4252c
commit
9784033f86
12 changed files with 316 additions and 8 deletions
|
|
@ -136,10 +136,9 @@ Purpose: reduce blind spots and connect related signals.
|
|||
flags interpreters opening listeners on unusual local ports, with local-port
|
||||
match conditions and a replayable fixture.
|
||||
- ✅ Continue generalizing the rule engine across more typed host events:
|
||||
`file_write`, `chmod/chown`, and `setuid/setgid` now have built-in rules,
|
||||
typed event parsing, fixtures, and rule-operation tests.
|
||||
- Continue extending typed host-event coverage to:
|
||||
`bind`, `accept`, `capset`, and module-load events.
|
||||
`file_write`, `chmod/chown`, `setuid/setgid`, `bind`, `accept`, `capset`,
|
||||
and module-load now have built-in rules, typed event parsing, fixtures, and
|
||||
rule-operation tests.
|
||||
- Keep rules declarative and Snort-like:
|
||||
`sid`, `msg`, `severity`, `classtype`, `event`, and match fields such as
|
||||
process name, parent process, argv regex, path prefix, peer IP/port, UID/GID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue