Malicious PDF — malware analysis report

Static analysis result for SHA-256 5d7b0eeb7546b516…

MALICIOUS

PDF

32.4 KB
MD5: ed50b140988496ff18c9f51d5b39a3a0 SHA-1: 1e94325d53602b96a6951fa57b3195f7af1663d3 SHA-256: 5d7b0eeb7546b516b460caa34f5e4e107c3dd52abe0ef0904743806ff281a1bb
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 ASCIIHexDecode and ASCII85Decode filters, which are often used to obfuscate malicious code within PDF documents. The presence of JavaScript actions and embedded JS streams indicates an attempt to execute code, likely exploiting a known vulnerability.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9998

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