MAL_ExileRAT_Feb19_1
Description
Detects Exile RAT
Query · yara
strings:
$x1 = "Content-Disposition:form-data;name=\"x.bin\"" fullword ascii
$s1 = "syshost.dll" fullword ascii
$s2 = "\\scout\\Release\\scout.pdb" ascii
$s3 = "C:\\data.ini" fullword ascii
$s4 = "my-ip\" value=\"" fullword ascii
$s5 = "ver:%d.%d.%d" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 500KB and (
pe.imphash() == "da8475fc7c3c90c0604ce6a0b56b5f21" or
3 of them
)