Malicious PDF — malware analysis report

Static analysis result for SHA-256 bf94d5a6ccc01692…

MALICIOUS

PDF

34.0 KB
MD5: 91cc9d6b3c4660af6d30ac780f4c7213 SHA-1: 76b00260e38daf5131c5c481936b63b0a9af56ad SHA-256: bf94d5a6ccc016923e81399131e2a001c746a23449e5e0d63267adedef5567a6
74 Risk Score

Malware Insights

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

The PDF contains embedded JavaScript and utilizes ASCIIHexDecode and ASCII85Decode filters, which are commonly used to obfuscate malicious code within PDF documents. The ML classifier strongly indicates maliciousness. While no specific exploit or payload is detailed in the provided evidence, the combination of these factors points to a PDF designed for exploitation, likely leading to arbitrary code execution.

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