Malicious PDF — malware analysis report

Static analysis result for SHA-256 da63584a36b53c8d…

MALICIOUS

PDF

590 B
MD5: 35e33f142d936bc72f129d87b35f0589 SHA-1: 6c92ee8735870d2406d75f97a68ea337d75645b4 SHA-256: da63584a36b53c8db120c7551d4012860e5d759825b8b83d79130a1aa7cfd5be
206 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1204.002 Malicious File

The PDF contains embedded JavaScript, which is flagged as malicious and part of an exploit cluster. The JavaScript stream includes an eval() call, indicating dynamic code execution. The ML classifier strongly supports a malicious classification. The primary attack vector appears to be leveraging JavaScript exploits within the PDF to execute arbitrary code.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9998

Heuristics 5

  • PDF JavaScript exploit cluster critical PDF_JS_EXPLOIT_CLUSTER
    PDF combines an executable JavaScript/action surface with exploit staging indicators such as eval/unescape/fromCharCode, XFA script content, or a related CVE pattern. Benign form JavaScript remains low-severity, but this correlated cluster is high-confidence malicious behavior.
  • 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.
  • eval() call high PDF_EVAL
    eval() found — commonly used for obfuscated exploit execution (matched inside decoded stream)
  • 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.