Add event-driven memory syscall telemetry
This commit is contained in:
parent
893409b549
commit
a51478fa22
18 changed files with 589 additions and 32 deletions
|
|
@ -153,10 +153,10 @@ posture_sudoers_dir = "/etc/sudoers.d"
|
|||
# posture_path = [] # PATH dirs to audit; empty = safe default set
|
||||
|
||||
# --- eBPF event layer ----------------------------------------------------
|
||||
# Event-driven execve monitor: catches short-lived processes the poll loop
|
||||
# misses, matched against the Snort-style rule engine. Requires python-bpfcc
|
||||
# and root; degrades gracefully to polling otherwise.
|
||||
# Event-driven eBPF monitors: catch short-lived activity the poll loop misses.
|
||||
# Requires python-bpfcc and root; degrades gracefully to polling otherwise.
|
||||
ebpf_exec_monitor = true
|
||||
ebpf_syscall_monitor = true
|
||||
# Optional path to a TOML file of extra [[exec_rules]] (sid/msg/severity/
|
||||
# classtype + path_prefixes/exec_comm/parent_comm/argv_regex).
|
||||
exec_rules_file = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue