Malicious PDF — malware analysis report

Static analysis result for SHA-256 e3e0efe3c68af0a2…

MALICIOUS

PDF

34.4 KB
MD5: afed6d3ac3e786853e1656288967e0e4 SHA-1: fcc66eda33bd7c28fc1088cd092a70152b94e4ed SHA-256: e3e0efe3c68af0a2569b4b38ef89273ad1f8bca9ad22566a463059c126f40036
74 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File: User Execution: Malicious File

The PDF sample contains embedded JavaScript, indicated by multiple heuristic firings including PDF_JAVASCRIPT and PDF_JS. The ML classifier strongly flagged this PDF as malicious. The presence of ASCIIHexDecode and ASCII85Decode filters, often used to obfuscate malicious code in PDFs, further supports this assessment. The primary attack vector appears to be exploiting a PDF vulnerability to trigger the execution of this JavaScript.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9998

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