Malicious PDF — malware analysis report

Static analysis result for SHA-256 4a744625bf7aad13…

MALICIOUS

PDF

3.5 KB Created: 2008-07-26 19:43:58 Authoring application: Scribus 1.3.3.12 (via Scribus PDF Library 1.3.3.12)
MD5: 8e18d513d495bd32ade4b94a7658fe6a SHA-1: 7053465965e0726d1d21e142f9eedd9b5b6655a9 SHA-256: 4a744625bf7aad13eb90310e02e6dca39e33b9b0da57c949dd0a6b3600003612
98 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 Command and Scripting Interpreter: PowerShell T1027 Obfuscated Files or Information

The PDF file contains embedded JavaScript, indicated by the PDF_JAVASCRIPT and PDF_JS heuristics. The JavaScript stream includes calls to eval() and unescape(), suggesting obfuscation and dynamic code execution. This pattern is commonly used to download and execute further malicious content. While the specific payload is not visible, the use of obfuscated JavaScript points to a downloader or dropper functionality.

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
2a58f414bc50af74a2fe0cc006d50c57bc2f900532e46d9c620e5a0c74d49a30
pdf-javascript-stream PDF /JS object 14 at offset 0x368 12911 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).