Detection rules › Sigma

Account Disabled or Blocked for Sign in Attempts

Status
test
Severity
medium
Log source
product azure, service signinlogs
Author
Yochana Henderson, '@Yochana-H'
Source
github.com/SigmaHQ/sigma

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

MITRE ATT&CK coverage

Rules detecting the same action

Other rules on this platform that filter on the same API call or operation.

Rule body yaml

title: Account Disabled or Blocked for Sign in Attempts
id: 4afac85c-224a-4dd7-b1af-8da40e1c60bd
status: test
description: Detects when an account is disabled or blocked for sign in but tried to log in
references:
    - https://learn.microsoft.com/en-gb/entra/architecture/security-operations-privileged-accounts
author: Yochana Henderson, '@Yochana-H'
date: 2022-06-17
tags:
    - attack.privilege-escalation
    - attack.persistence
    - attack.initial-access
    - attack.stealth
    - attack.t1078.004
logsource:
    product: azure
    service: signinlogs
detection:
    selection:
        ResultType: 50057
        ResultDescription: Failure
    condition: selection
falsepositives:
    - Account disabled or blocked in error
    - Automation account has been blocked or disabled
level: medium

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    ResultType: 50057
    ResultDescription: Failure

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
ResultDescriptioneq
  • Failure
ResultTypeeq
  • 50057