Add enrichment and SID coverage gates
This commit is contained in:
parent
93ac47dd82
commit
66472134d8
32 changed files with 1623 additions and 31 deletions
|
|
@ -324,7 +324,11 @@ enodia-sentinel respond plan <incident-id> --json
|
|||
Builds a dry-run response plan from an incident's retained JSON snapshots. The
|
||||
plan may include evidence preservation, process freeze/terminate candidates,
|
||||
outbound IP blocks, systemd unit disablement, suspicious-file quarantine,
|
||||
package-restore lookup, and follow-up verification checks.
|
||||
package-restore lookup, and follow-up verification checks. Recovery checks stay
|
||||
read-only too: plans can ask the operator to re-run `fim-check --packages`,
|
||||
verify package files with `pkgdb-verify`, re-run `rootcheck`, confirm
|
||||
persistence alerts are gone with `check --json`, and run `watchdog` from another
|
||||
host to prove the heartbeat/dashboard path is visible.
|
||||
|
||||
This command is intentionally read-only: it prints commands for operator review
|
||||
and never executes them. Each CLI-generated plan is also saved under
|
||||
|
|
@ -405,7 +409,9 @@ enodia-sentinel triage
|
|||
|
||||
Reads captured alert JSON snapshots and classifies distinct findings as likely
|
||||
false positive or review-needed. It suggests config snippets for known benign
|
||||
noise but never edits config automatically.
|
||||
noise but never edits config automatically. Suggestions are TOML snippets and
|
||||
include the source alert `sid` and `classtype` in comments for review/audit
|
||||
context.
|
||||
|
||||
### `watchdog`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue