Malicious PDF — malware analysis report

Static analysis result for SHA-256 4b740110ce09035a…

MALICIOUS

PDF

1.4 KB
MD5: c7f676f31fc80d4075fd155f53944617 SHA-1: f5598fd4d0335a31c41f8977c48addc480208584 SHA-256: 4b740110ce09035ac106349d3c4c7827515cbd187732a9da5b8b9467af37fc18
118 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File: Malicious JavaScript T1059.001 Command and Scripting Interpreter: PowerShell

The PDF file contains embedded JavaScript, indicated by the PDF_JAVASCRIPT and PDF_JS heuristics. The presence of a PDF_EVAL heuristic firing suggests that the JavaScript code is being executed dynamically. Crucially, the CVE_2009_4324 heuristic firing points to the exploitation of a specific vulnerability related to media player objects within PDFs. The embedded JavaScript is likely designed to download and execute a second-stage payload, a common technique for malware delivery.

Heuristics 5

  • 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.
  • eval() call high PDF_EVAL
    eval() found — commonly used for obfuscated exploit execution
  • 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.
  • Suspicious extracted artifact info 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.

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0005_000.js
bcdd2ff41419ade96569f75c73572c8f27fae2bfee9a609a512ac03845a4b2c9
pdf-javascript-stream PDF /JS object 5 at offset 0x117 929 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 2 eval/decoder/string-building token(s).
javascript_obj0005_001.js
a4a39a95112adeb7becbe348ae769bf8a4316eb18c0ca19b042a5144275ca0a0
pdf-javascript-stream PDF /JS object 5 at offset 0x117 42 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 1 eval/decoder/string-building token(s).