HiddenCobra_FallChill_2
Description
Auto-generated rule
Query · yara
strings:
$s1 = "%s\\%s.dll" fullword wide
$s2 = "yurdkr.dll" fullword ascii
$s3 = "c%sd.e%sc %s > \"%s\" 2>&1" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 500KB and (
pe.imphash() == "cb36dcb9909e29a38c387b8a87e7e4ed" or
( 2 of them )
)