Malicious PDF — malware analysis report

Static analysis result for SHA-256 d11e32876fd8c1bd…

MALICIOUS

PDF

11.0 KB Created: uiák§n1Ül9¤÷÷Q9K£ qm„}
MD5: 04e1ae2ee6800c3391ddd3dd6a2750d3 SHA-1: a6217cccea90c674b8d7a8c6c2068cef3acce282 SHA-256: d11e32876fd8c1bd4969fdfac5816fd61d0afa46c1bf944ae136b7f3742cc660
96 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1566.001 Spearphishing Attachment T1027 Obfuscated Files or Information

The PDF file contains embedded JavaScript and is encrypted, with an OpenAction that likely triggers the script execution. This indicates an attempt to hide malicious content and bypass static analysis. The presence of PDF_ENCRYPTED_WITH_JS and PDF_JS heuristics strongly suggests the script is designed to download and execute a secondary payload. The PDF_FILTER_HEX heuristic further points to obfuscation techniques used to conceal the malicious content.

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.
  • JBIG2Decode filter medium PDF_JBIG2
    JBIG2 image decoder present — historically used in zero-click exploits
  • 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.