EXPLORE
← Back to Explore
sigmamediumHunting

End User Consent Blocked

Detects when end user consent is blocked due to risk-based consent.

MITRE ATT&CK

credential-access

Detection Query

selection:
  failure_status_reason: Microsoft.online.Security.userConsentBlockedForRiskyAppsExceptions
condition: selection

Author

Bailey Bercik '@baileybercik', Mark Morowczynski '@markmorow'

Created

2022-07-10

Data Sources

azureauditlogs

Platforms

azure

Tags

attack.credential-accessattack.t1528
Raw Content
title: End User Consent Blocked
id: 7091372f-623c-4293-bc37-20c32b3492be
status: test
description: Detects when end user consent is blocked due to risk-based consent.
references:
    - https://learn.microsoft.com/en-us/entra/architecture/security-operations-applications#end-user-stopped-due-to-risk-based-consent
author: Bailey Bercik '@baileybercik', Mark Morowczynski '@markmorow'
date: 2022-07-10
tags:
    - attack.credential-access
    - attack.t1528
logsource:
    product: azure
    service: auditlogs
detection:
    selection:
        failure_status_reason: 'Microsoft.online.Security.userConsentBlockedForRiskyAppsExceptions'
    condition: selection
falsepositives:
    - Unknown
level: medium