Malicious PDF — malware analysis report

Static analysis result for SHA-256 0452a8c4633c6366…

MALICIOUS

PDF

26.9 KB
MD5: e80bc93697ce3cf531ccf4439977160b SHA-1: d1f043335e390e38ad12697c973d068ca9421839 SHA-256: 0452a8c4633c6366a676d41ee14dc359be2022b847529de70aeb305ca3d1ceae
74 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1203 Exploitation for Client Execution

The sample is a PDF file flagged as malicious by an ML classifier with high confidence. Static analysis detected embedded JavaScript and the use of PDF filters (ASCIIHexDecode, ASCII85Decode) often associated with exploit delivery. The presence of JavaScript indicates an attempt to execute code, likely leveraging a vulnerability within the PDF reader.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 4

  • 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.
  • ASCII85Decode filter (with exploit indicators) low PDF_FILTER_85
    ASCII85 encoding filter present alongside exploit delivery indicators — uncommon outside of obfuscation