APT17_Malware_Oct17_1
Description
Detects APT17 malware
Query · yara
strings:
$s1 = "\\spool\\prtprocs\\w32x86\\localspl.dll" ascii
$s2 = "\\spool\\prtprocs\\x64\\localspl.dll" ascii
$s3 = "\\msvcrt.dll" ascii
$s4 = "\\TSMSISrv.dll" ascii
condition:
( uint16(0) == 0x5a4d and filesize < 500KB and all of them )