docs: add alert triage suppression gates#1342
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e4b0729932
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| | Situation | Triage action | | ||
| |---|---| | ||
| | Same raw event creates multiple tool notifications | De-duplicate in the case record; retain one evidence reference | |
There was a problem hiding this comment.
Preserve all duplicate alert identifiers
When the same raw event produces multiple tool notifications, this guidance only requires retaining one evidence reference. In that duplicate-notification scenario, the triage record still needs every alert ID so each SIEM/EDR notification can be closed or linked; otherwise an analyst following the template may document the raw event once but lose the secondary alert IDs from the case record.
Useful? React with 👍 / 👎.
Summary
Adds de-duplication and suppression safety gates to
alert-triageso noisy alerts can be grouped without hiding real attack spread or creating permanent broad suppressions.Changes
TRIAGE-DEDUP-01throughTRIAGE-DEDUP-04for duplicate grouping, alert storms, incomplete grouping keys, and stale prior dispositions.TRIAGE-SUP-01throughTRIAGE-SUP-05for owner/expiry/rollback, high-value asset suppression risk, BTP evidence, FP follow-up, and kill-chain coverage.Validation
git diff --checkRelated issue
Created from review issue: #1341