Malicious PDF — malware analysis report

Static analysis result for SHA-256 95bc107612af3334…

MALICIOUS

PDF

27.4 KB
MD5: 21c3fcc3f887bfa3a41f443528cdab8c SHA-1: 159f9030b70550899964e9392dbdbd24ce42ac39 SHA-256: 95bc107612af3334bfc363e5113654eb6a988a56d9d01f0e9f1b9a355e2b8802
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 common techniques for obfuscating malicious code within PDF documents. The ML classifier strongly indicates malicious intent. While no specific URLs or scripts were extracted, the combination of PDF-specific filters and JavaScript points to an exploit delivery mechanism.

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