Malicious PDF — malware analysis report

Static analysis result for SHA-256 e8297dffb4cbd8bc…

MALICIOUS

PDF

174.0 KB Created: 2009-10-27 23:26:37 +08:00 Authoring application: Acrobat 编辑器 8.0 (via Adobe Acrobat 8.0)
MD5: 509b7fa6ba3ddf7eb95cc8f86a2519eb SHA-1: b112819ecabc7432fc6027ea91dfe5cfe29f7e33 SHA-256: e8297dffb4cbd8bc0940c83627865f8e55ed0878699f5cb1b3cf511daaef5acd
98 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell

The PDF file contains embedded JavaScript, indicated by PDF_JAVASCRIPT and PDF_JS heuristics. The presence of PDF_EVAL and PDF_UNESCAPE suggests the JavaScript is obfuscated and designed to execute arbitrary code. The extracted artifact 'javascript_obj0021_000.js' is likely the payload. The script's intent is to download and execute a secondary payload, which is a common technique for initial access and further system compromise.

Heuristics 6

  • 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.
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL http://www.w3.org/1999/02/22-rdf-syntax-ns#
    • http://ns.adobe.com/xap/1.0/
    • http://purl.org/dc/elements/1.1/
    • http://ns.adobe.com/xap/1.0/mm/
    • http://ns.adobe.com/pdf/1.3/

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
javascript_obj0021_000.js
698e451fe115f9ee967bb15db4d68d7937da02adea1211770dab7afe1ddd7f47
pdf-javascript-stream PDF /JS object 21 at offset 0x515 5671 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 5 eval/decoder/string-building token(s).