Add event-driven memory syscall telemetry
This commit is contained in:
parent
893409b549
commit
a51478fa22
18 changed files with 589 additions and 32 deletions
|
|
@ -48,7 +48,7 @@ Start with:
|
|||
- `daemon.py` runs sweep/cooldown/background tasks.
|
||||
- `system.py` builds one cached injectable view of processes and sockets.
|
||||
- `detectors/` contains pure poll detectors.
|
||||
- `events/` contains optional eBPF exec monitoring and declarative rules.
|
||||
- `events/` contains optional eBPF exec/syscall monitoring and declarative rules.
|
||||
- `snapshot.py` writes forensic `.log` and `.json` evidence.
|
||||
- `incident.py` groups snapshots by process lineage and time window.
|
||||
- `respond.py` builds read-only response plans from incident evidence.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue