Malicious PDF / .IN_ — malware analysis report

Static analysis result for SHA-256 bdbf0d15f8619c6a…

MALICIOUS

PDF / .IN_

3.6 KB
MD5: 239ddd509fcf752d0cc81055c1c5ce88 SHA-1: 5af9ae697add6b237fbbc594d92f9055a6000db1 SHA-256: bdbf0d15f8619c6a5a9b38b3bf9833775972bf551a6a342ebb4450af0c7f6905
158 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript that utilizes the CVE-2007-5659 vulnerability (Collab.collectEmailInfo) to execute arbitrary code. The JavaScript appears to be obfuscated and uses eval() and unescape() functions, indicating an attempt to download and execute a second-stage payload. The extracted JavaScript artifact, javascript_obj0008_000.js, further supports this analysis.

Heuristics 6

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

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0008_000.js
b18bbde7b50112758a53610a2ead15ba6e88e65a6e650ba83648b20173b09770
pdf-javascript-stream PDF /JS object 8 at offset 0x217 533 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 1 eval/decoder/string-building token(s).