29ca26b32c
Updating MITRE Tactics & Techniques to align with existing classifications
23 lines
874 B
YAML
23 lines
874 B
YAML
title: App Granted Privileged Delegated Or App Permissions
|
|
id: 5aecf3d5-f8a0-48e7-99be-3a759df7358f
|
|
status: experimental
|
|
description: Detects when administrator grants either application permissions (app roles) or highly privileged delegated permissions
|
|
references:
|
|
- https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/security-operations-applications#application-granted-highly-privileged-permissions
|
|
author: Bailey Bercik '@baileybercik', Mark Morowczynski '@markmorow'
|
|
date: 2022/07/28
|
|
tags:
|
|
- attack.persistence
|
|
- attack.privilege_escalation
|
|
- attack.t1098.003
|
|
logsource:
|
|
product: azure
|
|
service: microsoft365portal
|
|
detection:
|
|
selection:
|
|
properties.message: Add app role assignment to service principal
|
|
condition: selection
|
|
falsepositives:
|
|
- When the permission is legitimately needed for the app
|
|
level: high
|