Malicious PDF — malware analysis report

Static analysis result for SHA-256 6632c0a4d3b0e11e…

MALICIOUS

PDF

1.2 KB Created: 2011-03-02 10:16:46 Authoring application: wodErY
MD5: ab28340172a52fd4601dedc14fad8c8b SHA-1: 5b360eebdd2d333099c47a312a83a4d235f4d817 SHA-256: 6632c0a4d3b0e11ea796a6444af09d716eb168bc635b9eb5511506943e08bff0
114 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1203 Exploitation for Client Execution

The PDF file contains embedded JavaScript, identified by multiple heuristics including PDF_JAVASCRIPT and PDF_JS_EXPLOIT_CLUSTER. The JavaScript is likely used to exploit a vulnerability within the PDF viewer, leading to arbitrary code execution. The ML classifier strongly indicates maliciousness.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9997

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.
  • 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.
  • String.fromCharCode low PDF_FROMCHARCODE
    String.fromCharCode found — used to construct payload strings dynamically. Common in benign JavaScript libraries for codepoint manipulation, so this alone is informational; weaponised use is also caught by the dedicated fromCharCode-stage and exploit-shape rules.