Malicious PDF — malware analysis report

Static analysis result for SHA-256 08593ae585331664…

MALICIOUS

PDF

17.9 KB
MD5: 5176858d764ee111e570aeb5d58743a3 SHA-1: 438d3ab525c9dee6b84e35ecfce7ce4f657efd09 SHA-256: 08593ae585331664ba96b969a8bb560c4907ba5bc764fffd2adfe3c6adaa2df5
108 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1566.001 Spearphishing Attachment T1203 Exploitation for Client Execution

This PDF file was flagged as malicious by an ML classifier with high confidence. It contains embedded JavaScript and an OpenAction trigger, indicating an attempt to automatically execute code when the document is opened. The JavaScript is likely responsible for downloading and executing a second-stage payload, a common technique for malware delivery.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9999

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.