Malicious PDF — malware analysis report

Static analysis result for SHA-256 0d8d21683d112a20…

MALICIOUS

PDF

29.6 KB
MD5: 616874b399a1eeeed0052bd788fb5c2c SHA-1: c6aae2b1b8a2b77bb2cbc1df36cedc7f715989d4 SHA-256: 0d8d21683d112a203544f70e2bfc98c5091e437f68cbddc345b84c3c5b8c4765
74 Risk Score

Malware Insights

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

The PDF contains embedded JavaScript and uses filters like ASCIIHexDecode and ASCII85Decode, which are often employed to obfuscate malicious code. The ML classifier strongly indicates maliciousness, suggesting the JavaScript is likely 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