Azure Key Vault Modified or Deleted
Identifies when a key vault is modified or deleted.
Sigma rule (View on GitHub)
1title: Azure Key Vault Modified or Deleted
2id: 459a2970-bb84-4e6a-a32e-ff0fbd99448d
3status: test
4description: Identifies when a key vault is modified or deleted.
5references:
6 - https://learn.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations
7author: Austin Songer @austinsonger
8date: 2021-08-16
9modified: 2022-08-23
10tags:
11 - attack.impact
12 - attack.credential-access
13 - attack.t1552
14 - attack.t1552.001
15logsource:
16 product: azure
17 service: activitylogs
18detection:
19 selection:
20 operationName:
21 - MICROSOFT.KEYVAULT/VAULTS/WRITE
22 - MICROSOFT.KEYVAULT/VAULTS/DELETE
23 - MICROSOFT.KEYVAULT/VAULTS/DEPLOY/ACTION
24 - MICROSOFT.KEYVAULT/VAULTS/ACCESSPOLICIES/WRITE
25 condition: selection
26falsepositives:
27 - Key Vault being modified or deleted may be performed by a system administrator.
28 - Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.
29 - Key Vault modified or deleted from unfamiliar users should be investigated. If known behavior is causing false positives, it can be exempted from the rule.
30level: medium
References
Related rules
- Azure Keyvault Key Modified or Deleted
- Azure Keyvault Secrets Modified or Deleted
- AADInternals PowerShell Cmdlets Execution - ProccessCreation
- AADInternals PowerShell Cmdlets Execution - PsScript
- Active Directory Database Snapshot Via ADExplorer