Malicious PDF — malware analysis report

Static analysis result for SHA-256 cfd47cbcd0c81e0d…

MALICIOUS

PDF

33.7 KB
MD5: f1baffaf54071e4d8ef2f5c41e29fa5a SHA-1: f6f8663b5f347cedda764aaa345770556a2bdc9d SHA-256: cfd47cbcd0c81e0defc70ac38f5b510c52a86974c301724008694a7900ac7e21
74 Risk Score

Malware Insights

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

The ML classifier strongly indicates this PDF is malicious. Static analysis detected embedded JavaScript and the use of ASCIIHexDecode and ASCII85Decode filters, which are commonly used to obfuscate malicious code within PDFs. These filters, combined with the ML detection, suggest the PDF likely attempts to exploit a vulnerability to execute arbitrary code, potentially via the embedded JavaScript.

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