Expand description
Syscall anomaly detection for shell command output.
Monitors shell command output for syscall-related patterns (strace output, audit logs, denied operations) and flags anomalies against a configurable baseline. Supports alert budgets and cooldown to prevent alert fatigue.
Structs§
- Syscall
Anomaly Config - Configuration for the syscall anomaly detector.
- Syscall
Anomaly Detector - Stateful syscall anomaly detector.
- Syscall
Event - A single detected syscall event parsed from command output.
Enums§
- Anomaly
Verdict - Verdict from the anomaly detector.
Functions§
- parse_
syscall_ events - Parse command output for syscall events.