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
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