Malicious PDF — malware analysis report

Static analysis result for SHA-256 0c9326140a4f43e4…

MALICIOUS

PDF

27.3 KB
MD5: d2f35d603e6d179a35464cf64074a0da SHA-1: f497086579dc58b85a5192a6cec02ad638202f01 SHA-256: 0c9326140a4f43e4fcf9972201d6e7329b0a136f87d59d464fcb7cdc704096a1
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 PDF filters (ASCIIHexDecode, ASCII85Decode) often associated with exploit delivery. The JavaScript is likely intended to exploit a client-side vulnerability for execution.

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