Malicious PDF — malware analysis report

Static analysis result for SHA-256 6fd17511c1253d16…

MALICIOUS

PDF

26.8 KB
MD5: a617f30020925c69d5e6c67a9c5402b9 SHA-1: 934ca7884fc77a913f8684c55cafb332f9ebabb5 SHA-256: 6fd17511c1253d163230306a566518a06a861ddcb4f8e08525e5509f1fb61a4a
74 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1203 Exploitation for Client Execution

The sample is a PDF file flagged as malicious by an ML classifier. Static analysis detected embedded JavaScript and the use of PDF filters (ASCIIHexDecode, ASCII85Decode) often associated with exploits. The presence of JavaScript actions and streams indicates an attempt to execute code, likely leveraging a client-side vulnerability.

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