Malicious PDF — malware analysis report

Static analysis result for SHA-256 c173ad7c397f2e7e…

MALICIOUS

PDF

6.4 KB Created: 2009-10-25 20:35:22 Authoring application: Scribus 1.3.5svn (via Scribus PDF Library 1.3.5svn)
MD5: 1b3ddf31210dd2e823aafeecc888c5f8 SHA-1: 123d371e518157f4c7dcf41d76aa6f9d93c99ee6 SHA-256: c173ad7c397f2e7ef916feb50b8d3fdb73cf5e8f149bccb71bfc2b3618485cd5
66 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 JavaScript/JScript T1566.002 Spearphishing Attachment

The PDF file contains embedded JavaScript, indicated by multiple heuristic firings including PDF_JAVASCRIPT and PDF_JS. The JavaScript stream, identified as 'javascript_obj0013_001.js', is further suggested to be obfuscated by the EXTRACTED_FILE_STATIC_TRIAGE heuristic. The presence of PDF_UNESCAPE and PDF_FROMCHARCODE rules points to the script attempting to decode and execute malicious content. The overall attack pattern is consistent with a malicious PDF designed to deliver a payload via JavaScript execution.

Heuristics 5

  • 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.
  • String.fromCharCode low PDF_FROMCHARCODE
    String.fromCharCode found — used to construct payload strings dynamically. Common in benign JavaScript libraries for codepoint manipulation, so this alone is informational; weaponised use is also caught by the dedicated fromCharCode-stage and exploit-shape rules. (matched inside decoded stream)
  • 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_obj0013_001.js
f4d2dd60c6426763da912d53ada9f9224c6cd5ea192e3f38908253cfd94d14aa
pdf-javascript-stream PDF /JS object 13 at offset 0xC11 11257 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 3 eval/decoder/string-building token(s).