Malicious PDF — malware analysis report

Static analysis result for SHA-256 bda46d407c5c8095…

MALICIOUS

PDF

14.4 KB
MD5: c9b02d41c6eb811e0ba6214925b2c9e3 SHA-1: 054e3cae3cb011395523ad17771ca43282d3f5d7 SHA-256: bda46d407c5c8095d4a0fe711a00804d724315c1256db5a9949f6893cb349fff
74 Risk Score

Malware Insights

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

The PDF contains embedded JavaScript and uses ASCIIHexDecode and ASCII85Decode filters, which are common indicators of malicious PDFs. The ML classifier strongly flags this file as malicious. While no specific exploit or payload is detailed, the presence of these elements suggests an attempt to execute arbitrary code, likely to download and run a second-stage payload.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 4

  • 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.
  • ASCII85Decode filter (with exploit indicators) low PDF_FILTER_85
    ASCII85 encoding filter present alongside exploit delivery indicators — uncommon outside of obfuscation