Malicious PDF — malware analysis report

Static analysis result for SHA-256 f19b9b5ca875ea55…

MALICIOUS

PDF

2.5 KB
MD5: aa0bd87d23737966a13a204ffbd3e0bf SHA-1: b48d6c6cadb241b57b438251685f8a18395e8de2 SHA-256: f19b9b5ca875ea55d0bac65d55a4286c4504777cd90b3e60de1691ad56d157d9
206 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 JavaScript/Shell Scripting: JavaScript T1204.002 Malicious File: User Execution: Malicious JavaScript

The PDF contains embedded JavaScript, including a call to eval(), which is strongly indicative of an exploit attempt. The ML classifier and correlated malicious JavaScript signals further support this assessment. The primary function appears to be executing malicious JavaScript, likely to exploit a vulnerability within the PDF reader or download a secondary payload.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

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.