APT_APT41_HIGHNOON
Description
Detects APT41 malware HIGHNOON
Query · yara
strings:
$x1 = "workdll64.dll" fullword ascii
$s1 = "\\Fonts\\Error.log" ascii
$s2 = "[%d/%d/%d/%d:%d:%d]" fullword ascii
$s3 = "work_end" fullword ascii
$s4 = "work_start" fullword ascii
$s5 = "\\svchost.exe" ascii
$s6 = "LoadAppInit_DLLs" fullword ascii
$s7 = "netsvcs" fullword ascii
$s8 = "HookAPIs ...PID %d " fullword ascii
$s9 = "SOFTWARE\\Microsoft\\HTMLHelp" fullword ascii
$s0 = "DllMain_mem" fullword ascii
$s10 = "%s\\NtKlRes.dat" fullword ascii
$s11 = "Global\\%s-%d" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 2000KB and ( 1 of ($x*) or 4 of them )