Malicious PDF — malware analysis report

Static analysis result for SHA-256 7e634571ffc5a1eb…

MALICIOUS

PDF

5.0 KB
MD5: b82f3857697abef1840fc47dde867543 SHA-1: 32cd10d735db3d34c505d0f69cc840b1fbad84a4 SHA-256: 7e634571ffc5a1eb715befc737e2abe9b1e566651d6d59c91c1642f34171c7d8
74 Risk Score

Malware Insights

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

The ML classifier strongly indicates this PDF is malicious. Static analysis revealed the presence of JavaScript actions and embedded JS streams, along with the use of ASCIIHexDecode and ASCII85Decode filters, which are commonly used in PDF exploits. These techniques suggest the PDF is likely attempting to exploit a vulnerability to download and execute 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