Malicious PDF — malware analysis report

Static analysis result for SHA-256 9c97b5f45cb0c871…

MALICIOUS

PDF

16.8 KB
MD5: da1d2d2c191dbdbc8f510a3de3731e43 SHA-1: c5b4f51b10d4f550b355641b2d8d3eda8d801a91 SHA-256: 9c97b5f45cb0c871bba12762a151c50e79889244a9e48ffd4935ed4d38ac1202
108 Risk Score

Malware Insights

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

The PDF contains embedded JavaScript, triggered by an OpenAction, which is a common technique for delivering malicious payloads. The ML classifier strongly indicates maliciousness. While the specific JavaScript content is not detailed, its presence and the OpenAction trigger suggest an attempt to execute arbitrary code, likely for downloading and running a second-stage payload. The document body text is generic and does not provide specific lures.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9996

Heuristics 5

  • OpenAction trigger high PDF_OPENACTION
    PDF has an /OpenAction that launches, submits, or opens an external target
  • 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.