GoldDragon_RunnignRAT
Description
Detects Running RAT malware from Gold Dragon report
Query · yara
strings:
$s1 = "cmd.exe /c systeminfo " fullword ascii
$s2 = "ieproxy.dll" fullword ascii
$s3 = "taskkill /f /im daumcleaner.exe" fullword ascii
$s4 = "cmd.exe /c tasklist " fullword ascii
$s5 = "rundll32.exe \"%s\" Run" fullword ascii
$s6 = "Mozilla/5.0 (Windows NT 5.2; rv:12.0) Gecko/20100101 Firefox/12.0" fullword ascii
$s7 = "%s\\%s_%03d" fullword wide
$s8 = "\\PI_001.dat" ascii
condition:
uint16(0) == 0x5a4d and filesize < 3000KB and (
3 of them
)