Greenbug_Malware_Nov17_1
Description
Detects Greenbug Malware
Query · yara
strings:
$x1 = "AgentV2.exe -c SampleDomain.com" fullword ascii
$x2 = ".ntpupdateserver.com" fullword ascii
$x3 = "Content-Disposition: form-data; name=\"file\"; filename=\"a.a\"" fullword ascii
$x4 = "a67d0db885a3432576548a2a03707334" fullword ascii
$x5 = "a67d0db8a2a173347654432503702aa3" fullword ascii
$x6 = "!!! can not create output file !!!" fullword ascii
$s1 = "\\runlog*" ascii
$s2 = "can not specify username!!" fullword ascii
$s3 = "Agent can not be configured" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 400KB and (
pe.imphash() == "58ba44f7ff5436a603fec3df97d815ea" or
pe.imphash() == "538805ecd776b9a42e71aebf94fde1b1" or
1 of ($x*) or
3 of them
)