Malicious PDF — malware analysis report

Static analysis result for SHA-256 0e9286475274390d…

MALICIOUS

PDF

27.3 KB
MD5: d66f09fb269efb7ccc78cefe8128d36b SHA-1: 7a800c5f61a0d0c8002a300b9e24a1495a286feb SHA-256: 0e9286475274390d36193ffb6f4ee2d6e824dc27693f3a88e27727b5cb544a27
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. Static analysis detected embedded JavaScript and the use of ASCIIHexDecode and ASCII85Decode filters, which are often used to obfuscate malicious code within PDFs. These indicators suggest the PDF exploits a vulnerability to execute JavaScript, likely to download and run a second-stage payload.

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