Malicious PDF — malware analysis report

Static analysis result for SHA-256 8f00d3d54ebc73c4…

MALICIOUS

PDF

46.3 KB
MD5: 76b2e234e8b2d344e1b11f4ff0a3b370 SHA-1: 8ef6fd99e10bc5060a5f79a66dd5aabdd868b63d SHA-256: 8f00d3d54ebc73c4c1fcdb5013440d6775f1cd21ad86ec376fc0da4569108613
84 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1566.002 Spearphishing Attachment T1204.002 Malicious File

The PDF file is encrypted and contains JavaScript, indicated by the PDF_ENCRYPTED_WITH_JS and PDF_JAVASCRIPT heuristics. This suggests the JavaScript is used to obfuscate or deliver a malicious payload, likely to bypass static analysis and security controls. The presence of ASCIIHexDecode filter further supports the malicious intent. The exact payload and delivery mechanism are hidden due to encryption, but the overall pattern points to a malicious PDF designed to execute code.

Heuristics 5

  • Encrypted PDF carries /OpenAction — payload hidden from static analysis high PDF_ENCRYPTED_WITH_JS
    PDF declares /Encrypt and also references an executable trigger (/OpenAction). Document encryption hides the JavaScript body and stream contents from static scanners — combined with auto-execution indicators this is a known evasion pattern used to deliver weaponised JavaScript that the analyst cannot inspect without the decryption key.
  • ASCIIHexDecode filter (with exploit indicators) medium PDF_FILTER_HEX
    Hex-encoding filter present alongside exploit delivery indicators — often used to hide payload or shellcode bytes
  • JavaScript action low PDF_JAVASCRIPT
    PDF contains a /JavaScript action. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
  • Embedded JS stream low PDF_JS
    PDF references a /JS stream. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic