Suspicious_Size_taskhost_exe
Description
Detects uncommon file size of taskhost.exe
Query · yara
condition:
uint16(0) == 0x5a4d
and filename == "taskhost.exe"
and not filepath contains "/lib/wine/fakedlls"
and (filesize < 45KB or filesize > 200KB)