Malicious PDF — malware analysis report

Static analysis result for SHA-256 8750f0af1224ebfe…

MALICIOUS

PDF

35.2 KB
MD5: 23f05d0d0cf6bfdadcc4fad482548942 SHA-1: ec888627e759cc65a261d90960fd71137d61fe60 SHA-256: 8750f0af1224ebfe2ed3c4aad45c5c0b907efdbcb1dd3139a0e81cc46ab40851
74 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1204.002 Malicious File

The PDF file contains embedded JavaScript and utilizes ASCIIHexDecode and ASCII85Decode filters, which are commonly used to obfuscate malicious code within PDF documents. The ML classifier strongly indicates maliciousness. The embedded JavaScript is likely responsible for exploiting a PDF vulnerability to execute arbitrary code, leading to a malicious outcome.

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