Malicious PDF — malware analysis report

Static analysis result for SHA-256 df753752155f3bd1…

MALICIOUS

PDF

267.0 KB
MD5: 30b885eb506b5cf0826ea196a920ba74 SHA-1: 5f219f9d6b47aaf3c97dfd06972600ca829295ec SHA-256: df753752155f3bd1e75934e7817f8fae005f2213ec51a8b7ec1f8234068fb319
156 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1204.002 Malicious File T1566.002 Spearphishing Attachment

The PDF contains embedded JavaScript, indicated by multiple heuristic firings including PDF_JAVASCRIPT and PDF_JS. The ML classifier strongly suggests maliciousness. The presence of PDF_U3D_CVE_RELATED and PDF_FILTER_HEX points to an exploit targeting Adobe Reader's 3D parsing capabilities, likely to execute the embedded JavaScript. The extracted artifact javascript_obj0015_000.js is the payload.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9998

Heuristics 7

  • U3D/3D content in PDF — Adobe Reader 3D parser CVE-family indicator high CVE related PDF_U3D_CVE_RELATED
    PDF contains U3D (Universal 3D) or 3D annotation content — CVE-2011-2462 and CVE-2009-3953 are critical vulnerabilities in Adobe Reader's U3D processing that allow arbitrary code execution. U3D content in PDFs is extremely rare in normal documents.
  • unescape() call high PDF_UNESCAPE
    unescape() found — often used to decode shellcode in PDF JS exploits (matched inside decoded stream)
  • ASCIIHexDecode filter (with exploit indicators) medium PDF_FILTER_HEX
    Hex-encoding filter present alongside exploit delivery indicators — often used to hide payload or shellcode bytes
  • 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.
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic
  • 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_obj0015_000.js
8ab855865d9d76fe0ae0a74b2039492241f0f82c886e002081348e27c6f68212
pdf-javascript-stream PDF /JS object 15 at offset 0x415DC 10948 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).