Malicious PDF — malware analysis report

Static analysis result for SHA-256 1a6cb6d554d08cfc…

MALICIOUS

PDF

3.3 KB Created: 2008-31-20 53:85:00 Authoring application: Scribus 1.3.3.12 (via Scribus PDF Library 1.3.3.12)
MD5: 4f6ec4031850693dcefc8377d831044d SHA-1: c46cf1db58c9d68476686ee05dd898fe61efc4a1 SHA-256: 1a6cb6d554d08cfc98eff5693db5693eca3bfc98dd130f7d0d34dee547969e6d
336 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript that utilizes the eval() function and String.fromCharCode, indicating obfuscated code execution. The critical CVE-2008-2992 heuristic firing confirms the exploitation of a known PDF vulnerability. The embedded JavaScript is likely designed to download and execute a second-stage payload. The file is detected by ClamAV as Pdf.Exploit.Agent-35384.

Heuristics 9

  • 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. (identified after JavaScript deobfuscation)
  • ClamAV: Pdf.Exploit.Agent-35384 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Pdf.Exploit.Agent-35384
  • ClamAV detection on extracted artifact critical EXTRACTED_FILE_CLAMAV
    ClamAV flagged at least one file extracted from inside this sample. Even when the wrapping document carries no AV detection of its own, a hit on the carved artifact is a strong indicator the sample is a delivery vehicle.
  • OpenAction trigger high PDF_OPENACTION
    PDF has an /OpenAction — code runs automatically when opened
  • eval() call high PDF_EVAL
    eval() found — commonly used for obfuscated exploit execution (matched inside decoded stream)
  • 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.
  • String.fromCharCode medium PDF_FROMCHARCODE
    String.fromCharCode found — used to construct payload strings dynamically (matched inside decoded stream)
  • 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 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0013_001.js
d9ffc07dc81f2611ef0171ddf3d91837d69b698b71a380f7f9b1fa570e34dacf
pdf-javascript-stream PDF /JS object 13 at offset 0x3D7 7648 bytes
Detection
ClamAV: Pdf.Exploit.Agent-35384
Obfuscation or payload: likely
Carved artifact contains 4 eval/decoder/string-building token(s).
numeric_charcode_stage_000.js
cc43604c4366dde9c7098fbcc24bc52c56423bb7e5a87866505bc5fce7ff54ff
deobfuscated-js numeric char-code string decoded JavaScript at offset 0x432 2208 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 2 eval/decoder/string-building token(s).