22creation_date = " 2020/11/18"
33integration = [" endpoint" , " windows" , " m365_defender" , " sentinel_one_cloud_funnel" ]
44maturity = " production"
5- updated_date = " 2025/03/20 "
5+ updated_date = " 2025/08/18 "
66
77[rule ]
88author = [" 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