|
2 | 2 | creation_date = "2020/02/18" |
3 | 3 | integration = ["endpoint", "windows", "m365_defender", "system"] |
4 | 4 | maturity = "production" |
5 | | -updated_date = "2025/02/21" |
| 5 | +updated_date = "2025/02/24" |
6 | 6 | min_stack_version = "8.14.0" |
7 | 7 | min_stack_comments = "Breaking change at 8.14.0 for the Windows Integration." |
8 | 8 |
|
@@ -124,18 +124,14 @@ type = "eql" |
124 | 124 | query = ''' |
125 | 125 | process where host.os.type == "windows" and event.type == "start" and |
126 | 126 | process.name : "fltMC.exe" and process.args : "unload" and |
127 | | - not |
128 | | - ( |
129 | | - ( |
130 | | - process.executable : "?:\\Program Files (x86)\\ManageEngine\\UEMS_Agent\\bin\\DCFAService64.exe" and |
131 | | - process.args : ("DFMFilter", "DRMFilter") |
132 | | - ) or |
133 | | - ( |
134 | | - process.executable : "?:\\Windows\\SysWOW64\\msiexec.exe" and |
135 | | - process.args : ("BrFilter_*", "BrCow_*") and |
136 | | - user.id : "S-1-5-18" |
137 | | - ) |
138 | | - ) |
| 127 | + not process.parent.executable : |
| 128 | + ("?:\\Program Files (x86)\\ManageEngine\\UEMS_Agent\\bin\\DCFAService64.exe", |
| 129 | + "?:\\Windows\\SysWOW64\\msiexec.exe", |
| 130 | + "?:\\Program Files\\Bitdefender\\Endpoint Security\\installer\\installer.exe", |
| 131 | + "?:\\Program Files\\Bitdefender\\Endpoint Security\\EPSecurityService.exe", |
| 132 | + "?:\\Program Files\\Bitdefender\\Bitdefender Security\\productcfg.exe", |
| 133 | + "?:\\Program Files\\Bitdefender\\Bitdefender Security\\bdservicehost.exe", |
| 134 | + "?:\\Program Files\\Bitdefender\\EndpointSetupInformation\\{*}\\Installer.exe") |
139 | 135 | ''' |
140 | 136 |
|
141 | 137 |
|
|
0 commit comments