HKTL_EmbeddedPDF
Description
Detects Embedded PDFs which can start malicious content
Query · yara
strings:
$x1 = "/Type /Action\n /S /JavaScript\n /JS (this.exportDataObject({" fullword ascii
$s1 = "(This PDF document embeds file" fullword ascii
$s2 = "/Names << /EmbeddedFiles << /Names" fullword ascii
$s3 = "/Type /EmbeddedFile" fullword ascii
condition:
uint16(0) == 0x5025 and
2 of ($s*) and $x1