Malicious PDF — malware analysis report

Static analysis result for SHA-256 3f5f09a0b21caaaf…

MALICIOUS

PDF

4.2 KB Created: 2008-07-26 19:43:58 Authoring application: Scribus 1.3.3.12 (via Scribus PDF Library 1.3.3.12)
MD5: 18a8f696687abed9a737863b4d3371b7 SHA-1: 6dd17b9feb361d379858e81031d1c0394d42c568 SHA-256: 3f5f09a0b21caaaf99c2367ab9e727dbcc47142be717f7140de10ae06dacf731
128 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript that utilizes eval() and unescape() functions, indicating obfuscated code execution. The ML classifier strongly flags this PDF as malicious. The presence of a JavaScript stream and the use of these decoding functions suggest the script's purpose is to download and execute a secondary payload, a common technique for initial access.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 5

  • eval() call high PDF_EVAL
    eval() found — commonly used for obfuscated exploit execution (matched inside decoded stream)
  • unescape() call high PDF_UNESCAPE
    unescape() found — often used to decode shellcode in PDF JS exploits (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.
  • 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_obj0014_000.js
3032b030d3599fffc56e74b958940a1ec4a04bcd6da5e6fe6f74d2282bc38642
pdf-javascript-stream PDF /JS object 14 at offset 0x368 40490 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 2 eval/decoder/string-building token(s). Carved artifact contains 1 long base64-like blob(s).