Malicious PDF — malware analysis report

Static analysis result for SHA-256 3411cbc00f66caef…

MALICIOUS

PDF

5.8 KB Created: 2008-07-28 17:22:11 Authoring application: PDF Editor  - Foxit Software
MD5: e909b8ee201c0f1ea014d9c1c4b65d40 SHA-1: 3dff3d580d1c283e4d8bb87b3d581d5bc744ec85 SHA-256: 3411cbc00f66caef794b8cd455ab100009caee8fe6886a23f40d8b1e0da4679b
190 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1203 Exploitation for Client Execution T1566.001 Spearphishing Attachment

The PDF file contains embedded JavaScript that utilizes eval() and unescape() functions, indicating an attempt to obfuscate malicious code. The ML classifier strongly flags this PDF as malicious. The embedded JavaScript is designed to download and execute a second-stage payload, as evidenced by the heuristic firings related to JavaScript exploits and the presence of an embedded JavaScript file.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9999

Heuristics 7

  • PDF JavaScript exploit cluster critical PDF_JS_EXPLOIT_CLUSTER
    PDF combines an executable JavaScript/action surface with exploit staging indicators such as eval/unescape/fromCharCode, XFA script content, or a related CVE pattern. Benign form JavaScript remains low-severity, but this correlated cluster is high-confidence malicious behavior.
  • 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.
  • Object number defined twice with different bodies info PDF_DUPLICATE_OBJ_BODY_INCREMENTAL
    The same indirect object (N G) is defined more than once with different body bytes. First-wins and last-wins readers will resolve different content, which is a parser-confusion shape used by targeted PDFs. Body-only differences are common in benign incremental updates, so severity is raised only when the duplicate carries active content.
  • 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_obj0009_000.js
33161101c64d7be5e9cf18bfa78af525c176472221df8c600b00d47cf95fd7e8
pdf-javascript-stream PDF /JS object 9 at offset 0x3AF 10645 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).