Suspicious_Size_explorer_exe
Description
Detects uncommon file size of explorer.exe
Query · yara
strings:
$fp = "Wine placeholder DLL"
condition:
uint16(0) == 0x5a4d
and filename == "explorer.exe"
and not filepath contains "teamviewer"
and not filepath contains "/lib/wine/fakedlls"
and (filesize < 800KB or filesize > 6500KB)
and not $fp