Account Disabled or Blocked for Sign in Attempts

Detects when an account is disabled or blocked for sign in but tried to log in

Sigma rule (View on GitHub)

 1title: Account Disabled or Blocked for Sign in Attempts
 2id: 4afac85c-224a-4dd7-b1af-8da40e1c60bd
 3status: test
 4description: Detects when an account is disabled or blocked for sign in but tried to log in
 5references:
 6    - https://learn.microsoft.com/en-gb/entra/architecture/security-operations-privileged-accounts
 7author: Yochana Henderson, '@Yochana-H'
 8date: 2022-06-17
 9tags:
10    - attack.privilege-escalation
11    - attack.persistence
12    - attack.defense-evasion
13    - attack.initial-access
14    - attack.t1078.004
15logsource:
16    product: azure
17    service: signinlogs
18detection:
19    selection:
20        ResultType: 50057
21        ResultDescription: Failure
22    condition: selection
23falsepositives:
24    - Account disabled or blocked in error
25    - Automation account has been blocked or disabled
26level: medium

References

Related rules

to-top