conhost_ANOMALY
Description
Anomaly rule looking for certain strings in a system file (maybe false positive on certain systems) - file conhost.exe
Query · yara
strings:
$s2 = "Console Window Host" fullword wide
condition:
filename == "conhost.exe"
and uint16(0) == 0x5a4d
and not 1 of ($s*) and not WINDOWS_UPDATE_BDC
Rule dependencies
Depends on
-
composes · YARA private rule
WINDOWS_UPDATE_BDC