Malicious PDF — malware analysis report

Static analysis result for SHA-256 0c11db4ddd18855c…

MALICIOUS

PDF

27.2 KB
MD5: 166d3542fa37ce5016ecec6cc21a1419 SHA-1: 837bed5c3645e91ebad7beb9361a694221573a0c SHA-256: 0c11db4ddd18855c0646aaa13d2f071d8adf74ec2e107464cd6b34185a582660
74 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript and uses encoding filters (ASCIIHexDecode, ASCII85Decode) often associated with exploit delivery. The ML classifier strongly indicates maliciousness, suggesting the JavaScript is intended to exploit a vulnerability for client 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