APT_Lazarus_RAT_Jun18_1
Description
Detects Lazarus Group RAT
Query · yara
strings:
$a1 = "www.marmarademo.com/include/extend.php" fullword ascii
$a2 = "www.33cow.com/include/control.php" fullword ascii
$a3 = "www.97nb.net/include/arc.sglistview.php" fullword ascii
$c1 = "Content-Disposition: form-data; name=\"file1\"; filename=\"example.dat\"" fullword ascii
$c2 = "Content-Disposition: form-data; name=\"file1\"; filename=\"pratice.pdf\"" fullword ascii
$c3 = "Content-Disposition: form-data; name=\"file1\"; filename=\"happy.pdf\"" fullword ascii
$c4 = "Content-Disposition: form-data; name=\"file1\"; filename=\"my.doc\"" fullword ascii
$c5 = "Content-Disposition: form-data; name=\"board_id\"" fullword ascii
$s1 = "Winhttp.dll" fullword ascii
$s2 = "Wsock32.dll" fullword ascii
$s3 = "WM*.tmp" fullword ascii
$s4 = "FM*.tmp" fullword ascii
$s5 = "Cache-Control: max-age=0" fullword ascii /* Goodware String - occured 1 times */
condition:
uint16(0) == 0x5a4d and filesize < 500KB and (
1 of ($a*) or
2 of ($c*) or
4 of them
)