CrimsonRAT_Mar18_1
Description
Detects CrimsonRAT malware
Query · yara
strings:
$x1 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run|" wide
$x2 = "\\Release\\RTLBot.pdb" ascii
$x3 = "cmd.exe/c systeminfo >> 1.txt" fullword wide
$x4 = "/online >> Get online target with important info" fullword wide
$x5 = "/screen >> ScreenShot from target PC" fullword wide
$x6 = "/restart >> Restart Target PC" fullword wide
$x7 = "/log_key >> Get log key file" fullword wide
$a1 = "get_ShiftKey" fullword ascii
$a2 = "get_ControlKey" fullword ascii
$a3 = "get_AltKey" fullword ascii
$a4 = "get_MineInterval" fullword ascii
$fp1 = "Copyright Software Secure" wide
condition:
uint16(0) == 0x5a4d and filesize < 400KB and ( 1 of ($x*) or all of ($a*) )
and not 1 of ($fp*)