Files
blue-team-tools/rules/cloud/azure/azure_app_role_added.yml
T
Mark Morowczynski 29ca26b32c Updating MITRE Tactics & Techniques
Updating MITRE Tactics & Techniques to align with existing classifications
2023-01-28 13:26:15 -08:00

26 lines
894 B
YAML

title: App Role Added
id: b04934b2-0a68-4845-8a19-bdfed3a68a7a
status: experimental
description: Detects when an app is assigned Azure AD roles, such as global adminsitrator, or Azure RBAC roles, such as subscription owner.
references:
- https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/security-operations-applications#service-principal-assigned-to-a-role
author: Bailey Bercik '@baileybercik', Mark Morowczynski '@markmorow'
date: 2022/07/19
tags:
- attack.persistence
- attack.privilege_escalation
- attack.t1098.003
logsource:
product: azure
service: auditlogs
detection:
selection:
properties.message:
- Add member to role
- Add eligible member to role
- Add scoped member to role
condition: selection
falsepositives:
- When the permission is legitimately needed for the app
level: medium