wininit_ANOMALY
Description
Anomaly rule looking for certain strings in a system file (maybe false positive on certain systems) - file wininit.exe
Query · yara
strings:
$s1 = "Windows Start-Up Application" fullword wide
condition:
filename == "wininit.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