Skip to content

Commit bd90cf7

Browse files
committed
[Tuning] Possible Consent Grant Attack via Azure-Registered Application
SDH related rule tuning for o365.audit dataset
1 parent d3c05a0 commit bd90cf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rules/integrations/azure/initial_access_consent_grant_attack_via_azure_registered_application.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2020/09/01"
33
integration = ["azure", "o365"]
44
maturity = "production"
5-
updated_date = "2024/05/21"
5+
updated_date = "2024/12/05"
66

77
[rule]
88
author = ["Elastic"]
@@ -88,7 +88,8 @@ event.dataset:(azure.activitylogs or azure.auditlogs or o365.audit) and
8888
(
8989
azure.activitylogs.operation_name:"Consent to application" or
9090
azure.auditlogs.operation_name:"Consent to application" or
91-
o365.audit.Operation:"Consent to application."
91+
o365.audit.Operation:"Consent to application." or
92+
event.action:"Consent to application."
9293
) and
9394
event.outcome:(Success or success)
9495
'''

0 commit comments

Comments
 (0)