SUSP_WordDoc_VBA_Macro_Strings
Description
Detects suspicious strings in Word Doc that indcate malicious use of VBA macros
Query · yara
strings:
$a1 = "\\Microsoft Shared\\" ascii
$a2 = "\\VBA\\" ascii
$a3 = "Microsoft Office Word" fullword ascii
$a4 = "PROJECTwm" fullword wide
$s1 = "AppData" fullword ascii
$s2 = "Document_Open" fullword ascii
$s3 = "Project1" fullword ascii
$s4 = "CreateObject" fullword ascii
condition:
uint16(0) == 0xcfd0 and filesize < 800KB and all of them