Malicious PDF — malware analysis report

Static analysis result for SHA-256 cb063f2c965eb9d9…

MALICIOUS

PDF

1.0 KB
MD5: 42534d4a579657852bc1776d109e2890 SHA-1: 71a3b285dc8b0b07463c29c7fbac558915349e29 SHA-256: cb063f2c965eb9d9649bed4299f344265d71b583cdf740bc1d5d55b5e6c9791c
142 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript and utilizes decoding filters (ASCIIHexDecode, ASCII85Decode) often associated with exploit delivery. A machine learning classifier and correlated signals strongly indicate malicious JavaScript execution, likely intended to exploit a PDF vulnerability and download a secondary payload.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9998

Heuristics 6

  • Correlated malicious PDF JavaScript signals critical PDF_CORRELATED_MALICIOUS_JS
    PDF JavaScript or auto-action content is corroborated by exploit staging, ML, or suspicious extracted-artifact findings. This correlation promotes old exploit-kit PDFs that otherwise remain in the suspicious band because each individual signal is intentionally weighted conservatively.
  • 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.
  • Additional-actions dictionary low PDF_AA
    PDF defines /AA (Additional Actions) that references an executable action (JS/JavaScript/Launch/SubmitForm) — can auto-trigger on document or widget events. Form-field calc/format/validate/keystroke handlers in legitimate interactive forms commonly fire this, so it is reported as a low-weight signal; weaponised auto-execution is flagged by stronger rules (PDF_OPENACTION, encrypted-with-JS, etc.)
  • ASCII85Decode filter (with exploit indicators) low PDF_FILTER_85
    ASCII85 encoding filter present alongside exploit delivery indicators — uncommon outside of obfuscation