Files
blue-team-tools/rules/cloud/azure/azure_app_owner_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

22 lines
789 B
YAML

title: Added Owner To Application
id: 74298991-9fc4-460e-a92e-511aa60baec1
status: experimental
description: Detects when a new owner is added to an application. This gives that account privileges to make modifications and configuration changes to the application.
references:
- https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/security-operations-applications#new-owner
author: Mark Morowczynski '@markmorow', Bailey Bercik '@baileybercik'
date: 2022/06/02
tags:
- attack.t1552
- attack.credential_access
logsource:
product: azure
service: auditlogs
detection:
selection:
properties.message: Add owner to application
condition: selection
falsepositives:
- When a new application owner is added by an administrator
level: medium