Skip to content

Commit 3e29db3

Browse files
Samirboustradebot-elastic
authored andcommitted
Update persistence_services_registry.toml (#4989)
(cherry picked from commit 36b33e2)
1 parent d6f803d commit 3e29db3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

rules/windows/persistence_services_registry.toml

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

77
[rule]
88
author = ["Elastic"]
@@ -92,7 +92,13 @@ registry where host.os.type == "windows" and event.type == "change" and
9292
"\\SystemRoot\\System32\\drivers\\*.sys",
9393
"\\??\\?:\\Windows\\system32\\Drivers\\*.SYS",
9494
"\\??\\?:\\Windows\\syswow64\\*.sys",
95-
"system32\\DRIVERS\\USBSTOR") and
95+
"system32\\DRIVERS\\USBSTOR",
96+
"system32\\drivers\\*.sys",
97+
"C:\\WindowsAzure\\GuestAgent*.exe",
98+
"\"C:\\Program Files\\Common Files\\McAfee\\*",
99+
"C:\\Program Files (x86)\\VERITAS\\VxPBX\\bin\\pbx_exchange.exe",
100+
"\"C:\\Program Files (x86)\\VERITAS\\VxPBX\\bin\\pbx_exchange.exe\"",
101+
"\"C:\\ProgramData\\McAfee\\Agent\\Current\\*") and
96102
not (process.name : "procexp??.exe" and registry.data.strings : "?:\\*\\procexp*.sys") and
97103
not process.executable : (
98104
"?:\\Program Files\\*.exe",
@@ -103,7 +109,8 @@ registry where host.os.type == "windows" and event.type == "change" and
103109
"?:\\Windows\\System32\\services.exe",
104110
"?:\\Windows\\System32\\msiexec.exe",
105111
"?:\\Windows\\System32\\regsvr32.exe",
106-
"?:\\Windows\\System32\\WaaSMedicAgent.exe"
112+
"?:\\Windows\\System32\\WaaSMedicAgent.exe",
113+
"?:\\Windows\\UUS\\amd64\\WaaSMedicAgent.exe"
107114
)
108115
'''
109116

0 commit comments

Comments
 (0)