Skip to content

fix(crowdstrike): track quarantine-file suppression by username, not src - #726

Merged
CGoggins56 merged 1 commit into
quadrantsec:mainfrom
GeekCharmiing:fix/5017050-quarantine-username-threshold
Sep 9, 2026
Merged

fix(crowdstrike): track quarantine-file suppression by username, not src#726
CGoggins56 merged 1 commit into
quadrantsec:mainfrom
GeekCharmiing:fix/5017050-quarantine-username-threshold

Conversation

@GeekCharmiing

Copy link
Copy Markdown
Contributor

sid:5017050 (Quarantined Files In Endpoint Protection Platform) had no parse_src_ip and no IP present in the raw log, so its threshold's track by_src was tracking nothing meaningfully, and the 5-second suppression window was too short to dedupe a real quarantine burst.

Adds a normalization.rulebase rule mapping dhost= to username for CrowdStrike FalconHost logs (validated locally against a real Quarantined Files In An Epp Detection Summary Event sample), and updates 5017050's threshold to track by_username, count 5, seconds 3600 - matching the pattern already used by sibling rules 5012075/5012076.

sid:5017050 (Quarantined Files In Endpoint Protection Platform) had no
parse_src_ip and no IP present in the raw log, so its threshold's
track by_src was tracking nothing meaningfully, and the 5-second
suppression window was too short to dedupe a real quarantine burst.

Adds a normalization.rulebase rule mapping dhost= to username for
CrowdStrike FalconHost logs (validated locally against a real Quarantined
Files In An Epp Detection Summary Event sample), and updates 5017050's
threshold to track by_username, count 5, seconds 3600 - matching the
pattern already used by sibling rules 5012075/5012076.
@CGoggins56
CGoggins56 merged commit deb40a8 into quadrantsec:main Sep 9, 2026
1 check passed
@GeekCharmiing
GeekCharmiing deleted the fix/5017050-quarantine-username-threshold branch September 11, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants