[Rule Tuning] Potential Credential Access via DCSync#6415
Open
Mikaayenson wants to merge 1 commit into
Open
Conversation
…ce-691d-4012-967c-22021d02e153)
Contributor
Rule: Tuning - GuidelinesThese guidelines serve as a reminder set of considerations when tuning an existing rule. Documentation and Context
Rule Metadata Checks
Testing and Validation
|
|
⛔️ Test failed Results
|
Contributor
There was a problem hiding this comment.
Pull request overview
Tunes the existing Windows DCSync detection rule to reduce false positives from forwarded Security event artifacts where the subject SID is unresolved and appears as S-1-0-0 (“Nobody”), which should not represent valid DCSync activity.
Changes:
- Updates the rule metadata
updated_dateto2026/07/10. - Adds a KQL exclusion to drop events where
winlog.event_data.SubjectUserSidisS-1-0-0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves elastic/ia-trade-team#1005
Reduces noise from forwarded event log data quality issues where the SubjectUserSid is S-1-0-0 (Nobody SID), indicating no valid authenticated subject. These events are artifacts of SID resolution failures in forwarded Windows Security logs and do not represent real DCSync activity, which always requires a valid domain-authenticated SID. Adds a SubjectUserSid exclusion for S-1-0-0 to the query filter.
Full telemetry triage, analytics links, and KQL verification: see linked ia-trade-team issue.