Malicious PDF — malware analysis report

Static analysis result for SHA-256 ecdb738119302034…

MALICIOUS

PDF

4.8 KB Created: 2010-06-16 08:34:22 Authoring application: Amyuni PDF Creator (via Amyuni PDF Converter version 2.50f)
MD5: 96a5fa206cdc3d7d5ab4001d4a01a5de SHA-1: e28aa76aff56137394f37acf2363ec82ab7fe948 SHA-256: ecdb738119302034a36245e9e3605dc76e88b7702cbf4ab58f94f1e10193e1d2
198 Risk Score

Malware Insights

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

The PDF sample contains embedded JavaScript that utilizes unescape() calls, a common technique for obfuscating malicious code. The heuristic firings, particularly 'PDF_JS_EXPLOIT_CLUSTER' and 'PDF_CORRELATED_MALICIOUS_JS', strongly indicate a JavaScript-based exploit. The reconstructed string '0x0c0c' is likely part of the obfuscated payload or a marker within the exploit. The primary intent appears to be the execution of arbitrary code via the PDF vulnerability.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9990

Heuristics 4

  • 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.
  • unescape() call high PDF_UNESCAPE
    unescape() found — often used to decode shellcode in PDF JS exploits
  • 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.