Malicious PDF — malware analysis report

Static analysis result for SHA-256 e8d52fae1ce79a85…

MALICIOUS

PDF

18.6 KB
MD5: ea8c8073180e97998712132f230ba928 SHA-1: dbb826df7c4a1d1c6f56789af64f8e3687d291ab SHA-256: e8d52fae1ce79a858dc65f735c2f297bef6319acce4c1a3cb6518803185b948b
68 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript and utilizes ASCIIHexDecode filters, which are common indicators of malicious PDFs. The ML classifier strongly flags this file as malicious. The presence of JavaScript actions and embedded JS streams suggests an attempt to execute code, likely 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.
  • PDF differential parser failed info PDF_DIFFERENTIAL_PARSE_FAILED
    The cross-check parser (pdfminer.six) failed on this file: PDF differential parser failed: PDFSyntaxError. Static heuristics still ran and any of their findings above are valid; only the differential cross-check signal is missing.