Malicious PDF — malware analysis report

Static analysis result for SHA-256 8005b669a5fa5d3f…

MALICIOUS

PDF

29.5 KB
MD5: bda031872538c06c4d2259f96e4c5434 SHA-1: 5282a84387a53726f0814aa2f9088f38dd77a027 SHA-256: 8005b669a5fa5d3fc3ad43712bf75e452be6389ba5ef366f0b02934d602171ce
74 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript and uses 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