rule-tuning-user-added-as-owner-for-azure-service-principal (#258)

This commit is contained in:
David French
2020-09-04 08:36:20 -06:00
committed by GitHub
parent bcd698add2
commit 230b59dfc9
@@ -31,3 +31,18 @@ type = "query"
query = '''
event.module:azure and event.dataset:azure.auditlogs and event.category:AuditLogs and azure.auditlogs.operation_name:"Add owner to service principal" and event.outcome:Success
'''
[[rule.threat]]
framework = "MITRE ATT&CK"
[[rule.threat.technique]]
id = "T1098"
name = "Account Manipulation"
reference = "https://attack.mitre.org/techniques/T1098/"
[rule.threat.tactic]
id = "TA0003"
name = "Persistence"
reference = "https://attack.mitre.org/tactics/TA0003/"