Malicious PDF — malware analysis report

Static analysis result for SHA-256 db5b3f5a2cda398e…

MALICIOUS

PDF

16.3 KB
MD5: 87140b89bbb9ff22e4a53f4b9d5a521e SHA-1: 57c441159055317d24c927ed3e4eae7a235c7244 SHA-256: db5b3f5a2cda398e2ea129013e678dc63a83a9e8ff4987db17011562ed9b1140
206 Risk Score

Malware Insights

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

The PDF contains embedded JavaScript with eval() calls, strongly indicating it's designed to exploit vulnerabilities. The ML classifier and correlated malicious JavaScript signals confirm this assessment. The primary attack vector appears to be JavaScript execution within the PDF, likely leading to the download or execution of 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
  • 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.