Malicious PDF — malware analysis report

Static analysis result for SHA-256 4210d7369b5f5045…

MALICIOUS

PDF

29.7 KB
MD5: 2a84aae016e593b9918b6837785a761b SHA-1: 5d7f0716d960bc4083d06d578a8be219a4d00a3f SHA-256: 4210d7369b5f5045a5ead7c4aa8e7ce60321f0ef9072ac5b1dbfb5624f60d1b1
134 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 Command and Scripting Interpreter: PowerShell T1059.003 Command and Scripting Interpreter: Windows Command Shell T1059.007 Command and Scripting Interpreter: JavaScript/TypeScript

The PDF file was flagged as malicious by a machine learning classifier with a very high probability. Static analysis revealed the presence of embedded JavaScript, which is often used to exploit vulnerabilities or download further malicious content. The use of ASCIIHexDecode and ASCII85Decode filters, combined with JavaScript, strongly suggests an attempt to obfuscate and execute malicious code.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 5

  • Correlated malicious PDF JavaScript signals critical PDF_CORRELATED_MALICIOUS_JS
    PDF JavaScript or auto-action content is corroborated by exploit staging, ML, or suspicious extracted-artifact findings. This correlation promotes old exploit-kit PDFs that otherwise remain in the suspicious band because each individual signal is intentionally weighted conservatively.
  • 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