Malicious PDF — malware analysis report

Static analysis result for SHA-256 0a6f52e9447b4753…

MALICIOUS

PDF

8.3 KB
MD5: c309a116e9ab9887289748cab13714ac SHA-1: fd036b83fdb54da5571670f105bfb4ff5a481969 SHA-256: 0a6f52e9447b47538fbbab662077cef1df0a0617c055ae9cfaab226d0b5afd79
158 Risk Score

Malware Insights

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

This PDF file contains obfuscated JavaScript that utilizes `eval()` and `String.fromCharCode()` to decode and execute a payload. The script's primary function appears to be downloading and executing a second-stage exploit, as indicated by the `PDF_JS_EXPLOIT_CLUSTER` heuristic. The ML classifier strongly flags this PDF as malicious.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

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)
  • 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)
  • PDF differential parser failed info PDF_DIFFERENTIAL_PARSE_FAILED
    The cross-check parser (pdfminer.six) failed on this file: PDF differential parser failed: PSEOF. Static heuristics still ran and any of their findings above are valid; only the differential cross-check signal is missing.
  • 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
d4a47e5f6e1864b258591e9e9f014169e326b5e34d0bf9bbad36158e046ea748
pdf-javascript-stream PDF /JS object 13 at offset 0x368 14598 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 4 eval/decoder/string-building token(s).