Suspicious Account Disabled or Blocked for Sign in Attempts (via signinlogs)

This rule detects when an account is disabled or blocked for sign in but tried to log in

SigmamediumCloudv1
sigma
title: Suspicious Account Disabled or Blocked for Sign in Attempts (via signinlogs)
id: 9047a9cc-6197-5576-b6d6-04340230e48d
status: stable
description: This rule detects when an account is disabled or blocked for sign in but tried to log in
references:
    - https://attack.mitre.org/techniques/T1078/004/
    - https://learn.microsoft.com/en-gb/entra/architecture/security-operations-privileged-accounts
author: Huntrule Team
date: 2026-04-05
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:
    - Unknown
level: medium

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.