Malicious PDF — malware analysis report

Static analysis result for SHA-256 9cb15abd7800eb7c…

MALICIOUS

PDF

726 B
MD5: b2eafb93a72f1171a12837bf5f8e598d SHA-1: 2039f5e1c366f29546a6a0d7f45133ce6e26811c SHA-256: 9cb15abd7800eb7c8d5d1ac126a0f15a382792202ff2fe54287046bb39d2f8f2
206 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 Command and Scripting Interpreter: PowerShell T1204.002 Malicious File Execution: Malicious JavaScript

The PDF file contains embedded JavaScript, which is flagged as malicious and part of an exploit cluster. The JavaScript utilizes an eval() call, indicating it's designed to execute arbitrary code. The ML classifier strongly supports the malicious nature of this PDF. The specific JavaScript content is too obfuscated to determine its exact payload, but the presence of eval() and exploit signals points to a downloader or direct execution of a second-stage payload.

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.