Malicious PDF — malware analysis report

Static analysis result for SHA-256 1076747ec32eb213…

MALICIOUS

PDF

27.8 KB
MD5: 1965c5641f610c97df346df90fe889d6 SHA-1: abd606f0cc0bf7750bd368db3b4db3f07aab4832 SHA-256: 1076747ec32eb2133d7991b5220d30d77e09550fcd995efd1ff19c54a0c2f002
74 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1203 Exploitation for Client Execution T1566.001 Spearphishing Attachment

The PDF file contains embedded JavaScript and utilizes encoding filters (ASCIIHexDecode, ASCII85Decode) often associated with obfuscation and exploit delivery. The ML classifier strongly indicates maliciousness, suggesting the JavaScript is designed to exploit a vulnerability for client execution, likely delivered via spearphishing.

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