Azure audit logs: Delegated highly privileged permissions granted for all users
Alerts on Azure audit log events where delegated permissions are granted to all users.
FreeReviewedSigma · High · v5
- Product
- azure
- Service
- auditlogs
- Author
- Bailey Bercik '@baileybercik', Mark Morowczynski '@markmorow' (SigmaHQ), DRL 1.1
- Published
- 2022-07-28
- Updated
- 2026-07-31
ATT&CK techniques
Cred AccessRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags events where an application is granted a delegated permission grant for all users with highly privileged scope. Such grants can enable broad access under the app’s identity, increasing the impact of credential theft or malicious OAuth consent. It relies on Azure audit log entries with the message indicating a delegated permission grant.
Reporting behind it
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
azure-audit-logs-delegated-permissions-granted-for-all-users-a6355fbe
title: "Azure audit logs: Delegated highly privileged permissions granted for all users"
id: c6f04111-e7c4-49c2-978d-b670cdd977e8
status: test
description: This rule flags events where an application is granted a delegated permission grant for all users with highly privileged scope. Such grants can enable broad access under the app’s identity, increasing the impact of credential theft or malicious OAuth consent. It relies on Azure audit log entries with the message indicating a delegated permission grant.
references:
- https://learn.microsoft.com/en-us/entra/architecture/security-operations-applications#application-granted-highly-privileged-permissions
- https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/azure/audit_logs/azure_app_delegated_permissions_all_users.yml
author: Bailey Bercik '@baileybercik', Mark Morowczynski '@markmorow', Huntrule Team
date: 2022-07-28
tags:
- attack.credential-access
- attack.t1528
logsource:
product: azure
service: auditlogs
detection:
selection:
properties.message: Add delegated permission grant
condition: selection
falsepositives:
- When the permission is legitimately needed for the app
level: high
license: DRL-1.1
related:
- id: a6355fbe-f36f-45d8-8efc-ab42465cbc52
type: derived