Malware_QA_vqgk
Description
VT Research QA uploaded malware - file vqgk.dll
Query · yara
strings:
$x1 = "Z:\\devcenter\\aggressor\\external" ascii
$x2 = "\\beacon\\Release\\beacon.pdb" ascii
$x3 = "%d is an x86 process (can't inject x64 content)" fullword ascii
$x4 = "%d is an x64 process (can't inject x86 content)" fullword ascii
$s1 = "powershell -nop -exec bypass -EncodedCommand \"%s\"" fullword ascii
$s2 = "Could not open process token: %d (%u)" fullword ascii
$s3 = "\\\\%s\\pipe\\msagent_%x" fullword ascii
$s4 = "\\sysnative\\rundll32.exe" ascii
$s5 = "Failed to impersonate logged on user %d (%u)" fullword ascii
$s6 = "IEX (New-Object Net.Webclient).DownloadString('http://127.0.0.1:%u/'); %s" fullword ascii
$s7 = "could not write to process memory: %d" fullword ascii
$s8 = "beacon.dll" fullword ascii
$s9 = "Failed to impersonate token from %d (%u)" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 600KB and ( 1 of ($x*) or 5 of ($s*) ) ) or ( 7 of them )