Malicious PDF — malware analysis report

Static analysis result for SHA-256 1ff874f148fa387e…

MALICIOUS

PDF

8.8 KB Created: 2008-31-20 53:85:00 Authoring application: Scribus 1.3.3.12 (via Scribus PDF Library 1.3.3.12)
MD5: 54b5dbcf651a51aad609ec6d7d34a810 SHA-1: 7c8d81acdb1634496622e3b4ce6089f93346d37c SHA-256: 1ff874f148fa387e50f8de3ead3a8d81ea83e0878ffa7cd0314226b1a8b017c4
316 Risk Score

Malware Insights

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

This PDF document is malicious, leveraging multiple critical vulnerabilities including CVE-2009-4324 (media.newPlayer), CVE-2007-5659 (Collab.collectEmailInfo), and CVE-2008-2992 (util.printf). The presence of embedded JavaScript, indicated by PDF_JAVASCRIPT and PDF_JS heuristics, and the 'OpenAction' trigger suggest that the document is designed to automatically execute code upon opening. The extracted JavaScript artifact, 'javascript_obj0013_001.js', shows signs of obfuscation and contains complex string manipulation and shellcode-related patterns, indicating it likely downloads and executes a second-stage payload.

Heuristics 8

  • media.newPlayer — CVE-2009-4324 critical CVE exact CVE_2009_4324
    PDF JavaScript calls media.newPlayer — CVE-2009-4324 is a use-after-free in Adobe Reader's multimedia plugin triggered by media.newPlayer(). Actively exploited as a zero-day in December 2009.
  • 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.
  • 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
  • Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGE
    One or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
  • 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.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0013_001.js
2f448cf6da052d4b7635c3a688c7b308df18ed1702d961b920ec694693ded5f1
pdf-javascript-stream PDF /JS object 13 at offset 0x390 7434 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 7 eval/decoder/string-building token(s).