Malicious PDF — malware analysis report

Static analysis result for SHA-256 0eed497ab2591fd1…

MALICIOUS

PDF

327.0 KB
MD5: a2a61c1cafc93821ee396ada19a8c163 SHA-1: bb643fcc73b8117d57affa2cb565039b32bdc319 SHA-256: 0eed497ab2591fd1bfad45c38e6c04fd70167c82844808ca0cfdb187a1ab635c
266 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution T1059.007 JavaScript T1566.001 Spearphishing Attachment

The file is a PDF containing embedded JavaScript, which is flagged by multiple critical heuristics as an exploit. Specifically, the 'CVE_2009_0927' heuristic indicates exploitation of the Collab.getIcon vulnerability. The embedded JavaScript, despite some obfuscation, likely serves to download and execute a second-stage payload, a common technique for initial execution and further compromise.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 6

  • Collab.getIcon — CVE-2009-0927 critical CVE exact CVE_2009_0927
    PDF JavaScript calls Collab.getIcon — CVE-2009-0927 is a stack buffer overflow in Adobe Reader triggered by Collab.getIcon() with a crafted argument. Allows arbitrary code execution.
  • 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.
  • ClamAV: Pdf.Exploit.CVE_2009_0927-1 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Pdf.Exploit.CVE_2009_0927-1
  • 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.
  • 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.