Malicious PDF — malware analysis report

Static analysis result for SHA-256 6d4241965c9ec4d4…

MALICIOUS

PDF

56.8 KB
MD5: 2eabf6eff1ce858b2bfe157e6515dda1 SHA-1: 9c77a03ffbc880cbcdd5adb4b4f9fb02c3d79557 SHA-256: 6d4241965c9ec4d45380a0ad551a24eb05330bba947e43f4afe3e06478e43541
74 Risk Score

Malware Insights

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

The PDF contains embedded JavaScript and uses encoding filters (ASCIIHexDecode, ASCII85Decode) often associated with obfuscation. The ML classifier strongly indicates maliciousness, suggesting the JavaScript is designed to exploit a vulnerability for client execution.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9999

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