Malicious PDF — malware analysis report

Static analysis result for SHA-256 1249002c6308eb70…

MALICIOUS

PDF

33.9 KB
MD5: 54924688e58d760f481905368dfa53ca SHA-1: e34547fed26a3fc1dc0a036be64fcb13d8a89432 SHA-256: 1249002c6308eb7040f1e39c6739fd7a02d242aadcfc9afe34b22eb65eca7e9a
74 Risk Score

Malware Insights

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

The PDF contains embedded JavaScript and uses filters like ASCIIHexDecode and ASCII85Decode, which are often used to obfuscate malicious code. The ML classifier strongly indicates maliciousness, suggesting the JavaScript is likely intended to exploit a PDF reader vulnerability and execute a 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.
  • ASCII85Decode filter (with exploit indicators) low PDF_FILTER_85
    ASCII85 encoding filter present alongside exploit delivery indicators — uncommon outside of obfuscation