Suspicious_Size_winlogon_exe
Description
Detects uncommon file size of winlogon.exe
Query · yara
condition:
uint16(0) == 0x5a4d
and filename == "winlogon.exe"
and (filesize < 279KB or filesize > 970KB)
Detects uncommon file size of winlogon.exe
condition:
uint16(0) == 0x5a4d
and filename == "winlogon.exe"
and (filesize < 279KB or filesize > 970KB)
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.