CrunchRAT
Description
Detects CrunchRAT - file CrunchRAT.exe
Query · yara
strings:
$x1 = "----CrunchRAT" fullword wide
$x2 = "\\Debug\\CrunchRAT" ascii
$x3 = "\\Release\\CrunchRAT" ascii
$s1 = "runCommand" fullword ascii
$s2 = "<action>download<action>" fullword wide
$s3 = "Content-Disposition: form-data; name=action" fullword wide
$s4 = "<action>upload<action>" fullword wide
$s5 = "/update.php" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 40KB and ( 1 of ($x*) and 3 of them )