Malicious PDF — malware analysis report

Static analysis result for SHA-256 23c1d08e7b4399c9…

MALICIOUS

PDF

6.0 KB Created: 2008-31-20 53:85:00 Authoring application: Scribus 1.3.3.12 (via Scribus PDF Library 1.3.3.12)
MD5: 34d8b44ccdb7c1a6885c7d11c1d87be3 SHA-1: 6080dc6f18c407260f53afd824ac3c41b0c08495 SHA-256: 23c1d08e7b4399c95e57272fe5f2b56d821244302b5a09862028cfac9b91f37e
276 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1204.001 Malicious Link

This PDF file is identified as malicious by ClamAV (Pdf.Dropper.Agent-7239597-0). It contains embedded JavaScript and triggers an OpenAction, indicating it's designed to run code automatically upon opening. Critical heuristics indicate exploitation of CVE-2007-5659 (Collab.collectEmailInfo) and CVE-2008-2992 (util.printf), which are known vulnerabilities used to execute arbitrary code within Adobe Reader. The presence of JavaScript and these specific exploit triggers strongly suggests the PDF acts as a dropper for further malicious activity.

Heuristics 7

  • Collab.collectEmailInfo — CVE-2007-5659 critical CVE exact CVE_2007_5659
    PDF JavaScript calls Collab.collectEmailInfo — CVE-2007-5659 is a buffer overflow in Adobe Reader triggered by a long argument or heap-sprayed message field passed to Collab.collectEmailInfo(). Part of a series of Acrobat JS API exploits.
  • util.printf — CVE-2008-2992 critical CVE exact CVE_2008_2992
    PDF JavaScript calls util.printf() — CVE-2008-2992 is a stack buffer overflow in Adobe Reader triggered by a long format-specifier argument. Widely exploited in the wild after disclosure.
  • ClamAV: Pdf.Dropper.Agent-7239597-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Pdf.Dropper.Agent-7239597-0
  • OpenAction trigger high PDF_OPENACTION
    PDF has an /OpenAction — code runs automatically when opened
  • 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.