Suspicious_Size_wininit_exe
Description
Detects uncommon file size of wininit.exe
Query · yara
condition:
uint16(0) == 0x5a4d
and filename == "wininit.exe"
and (filesize < 50KB or filesize > 1MB)
Detects uncommon file size of wininit.exe
condition:
uint16(0) == 0x5a4d
and filename == "wininit.exe"
and (filesize < 50KB or filesize > 1MB)
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.