Skip to content

Commit e7806fc

Browse files
authored
[Rule Tuning] O365 Exchange Suspicious Mailbox Right Delegation (#4589)
1 parent 6d8cfda commit e7806fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/integrations/o365/persistence_exchange_suspicious_mailbox_right_delegation.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2021/05/17"
33
integration = ["o365"]
44
maturity = "production"
5-
updated_date = "2025/01/15"
5+
updated_date = "2025/04/01"
66

77
[rule]
88
author = ["Elastic", "Austin Songer"]
@@ -64,7 +64,7 @@ type = "query"
6464
query = '''
6565
event.dataset:o365.audit and event.provider:Exchange and event.action:Add-MailboxPermission and
6666
o365.audit.Parameters.AccessRights:(FullAccess or SendAs or SendOnBehalf) and event.outcome:success and
67-
not user.id : "NT AUTHORITY\SYSTEM (Microsoft.Exchange.Servicehost)"
67+
not user.id : "NT AUTHORITY\SYSTEM (Microsoft.Exchange.ServiceHost)"
6868
'''
6969

7070

0 commit comments

Comments
 (0)