Malicious PDF — malware analysis report

Static analysis result for SHA-256 69ba150c26336174…

MALICIOUS

PDF

29.8 KB
MD5: 7f24a243eb3198372c02d4f4b929fb71 SHA-1: 4bb8f426e37116aaa41fee12e79bda14c7492828 SHA-256: 69ba150c26336174234807f8277dd4fbf229894ec4584758cc1a9d37a11cf2d9
74 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 and uses ASCIIHexDecode and ASCII85Decode filters, indicating an attempt to obfuscate malicious code. The ML classifier strongly flags this PDF as malicious. The embedded JavaScript is likely designed to exploit a vulnerability and execute a payload, consistent with a spearphishing attachment.

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