CVE_2017_8759_Mal_Doc
Description
Detects malicious files related to CVE-2017-8759 - file Doc1.doc
Query · yara
strings:
$s1 = "soap:wsdl=http://" ascii wide
$s2 = "soap:wsdl=https://" ascii wide
$s3 = "soap:wsdl=http%3" ascii wide
$s4 = "soap:wsdl=https%3" ascii wide
$c1 = "Project.ThisDocument.AutoOpen" fullword wide
condition:
uint16(0) == 0xcfd0 and filesize < 500KB and ( 1 of ($s*) and $c1 )