Password Spray Activity

Indicates that a password spray attack has been successfully performed.

Sigma rule (View on GitHub)

 1title: Password Spray Activity
 2id: 28ecba0a-c743-4690-ad29-9a8f6f25a6f9
 3status: experimental
 4description: Indicates that a password spray attack has been successfully performed.
 5references:
 6    - https://learn.microsoft.com/en-us/azure/active-directory/identity-protection/concept-identity-protection-risks#password-spray
 7    - https://learn.microsoft.com/en-us/azure/active-directory/architecture/security-operations-user-accounts#unusual-sign-ins
 8author: Mark Morowczynski '@markmorow', Gloria Lee, '@gleeiamglo'
 9date: 2023/09/03
10tags:
11    - attack.t1110
12    - attack.credential_access
13logsource:
14    product: azure
15    service: riskdetection
16detection:
17    selection:
18        riskEventType: 'passwordSpray'
19    condition: selection
20falsepositives:
21    - We recommend investigating the sessions flagged by this detection in the context of other sign-ins from the user.
22level: high

References

Related rules

to-top