Elastic medium stable eql
Potential Evasion via Filter Manager
The Filter Manager Control Program (fltMC.exe) binary may be abused by adversaries to unload a filter driver and evade defenses.
Detection Logic
process where host.os.type == "windows" and event.type == "start" and
process.name : "fltMC.exe" and process.args : "unload" and
not process.parent.executable :
("?:\\Program Files (x86)\\ManageEngine\\UEMS_Agent\\bin\\DCFAService64.exe",
"?:\\Windows\\SysWOW64\\msiexec.exe",
"?:\\Program Files\\Bitdefender\\Endpoint Security\\installer\\installer.exe",
"?:\\Program Files\\Bitdefender\\Endpoint Security\\EPSecurityService.exe",
"?:\\Program Files\\Bitdefender\\Bitdefender Security\\productcfg.exe",
"?:\\Program Files\\Bitdefender\\Bitdefender Security\\bdservicehost.exe",
"?:\\Program Files\\Bitdefender\\EndpointSetupInformation\\{*}\\Installer.exe") Field Validations
Loading…
Comments (0)
Loading comments...