Skip to content

Commit 9592e5e

Browse files
authored
docs: cite the Deduplication Workflow Wednesday post in the dedup reference (#46)
The Deduplicate worked example mirrors the pattern in the CrowdStrike Workflow Wednesday post 'Taming Noisy Alerts with Deduplication' (sha1 key over detection name + sender + subject, Workflow scope, 24h period, metadata handoff with a Wait on the duplicate path). Add it as a corroborating source alongside the live-tenant console export the example is built from.
1 parent d2d54d0 commit 9592e5e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

skills/authoring/references/deduplicate-ratelimit.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,11 @@ entry/limiter fail; calls against existing ones keep working.
235235
third-party (Palo Alto) detection is deduplicated on a sha1 key over a 24h window:
236236
new detections create a case and record its ID as metadata; duplicates wait for
237237
that metadata and comment on the original case.
238+
239+
This is the same pattern the CrowdStrike "Workflow Wednesday — Taming Noisy Alerts
240+
with Deduplication" post walks through (25 phishing detections collapsed into one
241+
case): a `cs.hash.sha1` key over Detection Name + Sender + Subject, Workflow scope,
242+
an 86400-second (24h) period, branch on `duplicate`, `Set Deduplicate Entry
243+
Metadata` to store the Case ID, and `Wait for Deduplicate Entry Metadata` on the
244+
duplicate path to handle the create-vs-read race.
245+
See <https://www.reddit.com/r/crowdstrike/comments/1vn01u6/20260812_workflow_wednesday_taming_noisy_alerts/>.

0 commit comments

Comments
 (0)