Malicious PDF — malware analysis report

Static analysis result for SHA-256 7cd79c9f83286b2e…

MALICIOUS

PDF

34.1 KB
MD5: 0810332b7e8844b6d0193b44ec7f5c4e SHA-1: 392ae4a742912503792c12ee7ca6392f25460821 SHA-256: 7cd79c9f83286b2edd151c37c76f7c6c6d922fda01e5f86fdb6b38d804dc396f
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 PDF as malicious. While no specific exploit or payload is detailed, the presence of these elements suggests an attempt to exploit a PDF vulnerability and execute arbitrary code, likely through embedded JavaScript.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9998

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