Update impact_azure_service_principal_credentials_added.toml (#1802)

This commit is contained in:
Jonhnathan
2022-03-02 05:36:21 -03:00
committed by GitHub
parent 1c50f35aed
commit 8a9b52f7e1
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2021/05/05"
maturity = "production"
updated_date = "2021/07/20"
updated_date = "2022/02/28"
integration = "azure"
[rule]
@@ -37,7 +37,7 @@ timestamp_override = "event.ingested"
type = "query"
query = '''
event.dataset:azure.auditlogs and azure.auditlogs.operation_name:"Add service principal credentials." and event.outcome:(success or Success)
event.dataset:azure.auditlogs and azure.auditlogs.operation_name:"Add service principal credentials" and event.outcome:(success or Success)
'''