APT_TA18_149A_Joanap_Sample2
Description
Detects malware from TA18-149A report by US-CERT
Query · yara
strings:
$s1 = "%SystemRoot%\\system32\\svchost.exe -k Wmmvsvc" fullword ascii
$s2 = "%SystemRoot%\\system32\\svchost.exe -k SCardPrv" fullword ascii
$s3 = "%SystemRoot%\\system32\\Wmmvsvc.dll" fullword ascii
$s4 = "%SystemRoot%\\system32\\scardprv.dll" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 600KB and (
pe.imphash() == "e8cd12071a8e823ebc434c8ee3e23203" or
2 of them
)