Azure AD Account Disabled or Blocked Login Attempt Failures (Sign-in Logs)

Alerts when Azure sign-in attempts fail because the target account is disabled or blocked.

FreeReviewedSigma · Medium · v5
Product
azure
Service
signinlogs
Author
Yochana Henderson, '@Yochana-H' (SigmaHQ), DRL 1.1
Published
2022-06-17
Updated
2026-07-31
title: Azure AD Account Disabled or Blocked Login Attempt Failures (Sign-in Logs)
id: f0dbd13b-4444-43f8-9a1e-f48d260bc0c1
status: test
description: This rule flags sign-in attempts in Azure AD sign-in logs that fail with the specific result code indicating the target account is disabled or blocked for sign-in. Attackers may trigger these events when trying compromised or pre-disabled accounts to test access paths or probe identity controls. It relies on sign-in log telemetry fields that capture the failure ResultType and ResultDescription for the attempted authentication.
references:
  - https://learn.microsoft.com/en-gb/entra/architecture/security-operations-privileged-accounts
  - https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/azure/signin_logs/azure_blocked_account_attempt.yml
author: Yochana Henderson, '@Yochana-H', Huntrule Team
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
license: DRL-1.1
related:
  - id: 4afac85c-224a-4dd7-b1af-8da40e1c60bd
    type: derived