Malicious PDF — malware analysis report

Static analysis result for SHA-256 ca0423c91884b151…

MALICIOUS

PDF

27.1 KB
MD5: f0a1076d58c0bcf0235dd0853a3c816e SHA-1: b24e5750b53ac186d3b0ced145819a532e778508 SHA-256: ca0423c91884b151a38fe68b1f85d53b90a4bcc1868a239b39bb659bf166f7e7
74 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File: User Execution: Malicious File

The ML classifier strongly indicates this PDF is malicious. Static analysis reveals embedded JavaScript and the use of ASCIIHexDecode and ASCII85Decode filters, which are commonly used to obfuscate malicious code within PDFs. These filters, combined with the JavaScript action, suggest the PDF is designed to exploit vulnerabilities and deliver 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