SUSP_TINY_PE
Description
Detects Tiny PE file
Query · yara
strings:
$header = { 4D 5A 00 00 50 45 00 00 }
condition:
uint16(0) == 0x5a4d and uint16(4) == 0x4550 and filesize <= 20KB and $header at 0
Detects Tiny PE file
strings:
$header = { 4D 5A 00 00 50 45 00 00 }
condition:
uint16(0) == 0x5a4d and uint16(4) == 0x4550 and filesize <= 20KB and $header at 0
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.