Docm_in_PDF
Description
Detects an embedded DOCM in PDF combined with OpenAction
Query · yara
strings:
$a1 = /<<\/Names\[\([\w]{1,12}.docm\)/ ascii
$a2 = "OpenAction" ascii fullword
$a3 = "JavaScript" ascii fullword
condition:
uint32(0) == 0x46445025 and all of them