Add Azure AD password spray detection via SigninLogs (T1110.003)#5896
Closed
truvineweb wants to merge 1 commit into
Closed
Add Azure AD password spray detection via SigninLogs (T1110.003)#5896truvineweb wants to merge 1 commit into
truvineweb wants to merge 1 commit into
Conversation
Add Azure AD password spray detection via SigninLogs (T1110.003)
Member
|
Correlation is not yet supported hence we will be closing this PR and moving it to #5759 where we are evaluting correlation support for this repo. Thanks once again |
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.
Summary of the Pull Request
Adds a new Sigma detection rule for T1110.003 (Brute Force: Password Spraying) targeting Azure AD SigninLogs. The rule detects a single source IP generating failed authentications against more than 3 distinct user accounts within a 10-minute window. This complements existing identity_protection rules which rely on Entra ID Protection's riskdetection service and require P2 licensing — this rule uses raw SigninLogs and is deployable without P2.
Changelog
new: Password Spray Attack via Azure AD Sign-In Logs (T1110.003) — aggregation-based detection using SigninLogs
Example Log Event
N/A — rule uses aggregation condition across multiple events
Fixed Issues
N/A
SigmaHQ Rule Creation Conventions