Skip to content

Commit d8d898d

Browse files
authored
[Rule Tuning] Outlook Home Page Registry Modification (#4798)
1 parent 9f2d4d9 commit d8d898d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

rules/windows/command_and_control_outlook_home_page.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2024/08/01"
33
integration = ["endpoint", "windows", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2025/03/20"
5+
updated_date = "2025/06/12"
66

77
[rule]
88
author = ["Elastic"]
@@ -82,12 +82,9 @@ type = "eql"
8282
query = '''
8383
registry where host.os.type == "windows" and event.action != "deletion" and registry.value : "URL" and
8484
registry.path : (
85-
"HKCU\\*\\SOFTWARE\\Microsoft\\Office\\*\\Outlook\\Webview\\Inbox\\URL",
86-
"HKEY_USERS\\*\\SOFTWARE\\Microsoft\\Office\\*\\Outlook\\Webview\\Inbox\\URL",
87-
"HKU\\*\\SOFTWARE\\Microsoft\\Office\\*\\Outlook\\Webview\\Inbox\\URL",
88-
"\\REGISTRY\\USER\\*\\SOFTWARE\\Microsoft\\Office\\*\\Outlook\\Webview\\Inbox\\URL",
89-
"USER\\*\\SOFTWARE\\Microsoft\\Office\\*\\Outlook\\Webview\\Inbox\\URL"
90-
) and registry.data.strings : "*http*"
85+
"*\\SOFTWARE\\Microsoft\\Office\\*\\Outlook\\Webview\\*",
86+
"*\\SOFTWARE\\Microsoft\\Office\\*\\Outlook\\Today\\*"
87+
) and registry.data.strings : "*://*"
9188
'''
9289

9390

0 commit comments

Comments
 (0)