Malicious PDF — malware analysis report

Static analysis result for SHA-256 0e299426c269cc14…

MALICIOUS

PDF

4.4 KB
MD5: b2beaf893e713546305944ced8cdf345 SHA-1: 6fca344afaf385f8f2215e0ea830c8e955990d32 SHA-256: 0e299426c269cc14362f800ccc347e39d8f646db707bb1a6742d52fec81a1831
66 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution T1566.001 Spearphishing Attachment

The PDF file exhibits multiple heuristic indicators of maliciousness, including the use of XFA forms and encoded filters (ASCIIHexDecode, ASCII85Decode) often employed in exploit delivery. The ML classifier strongly flags this PDF as malicious. While no specific document body text or scripts were extracted for direct analysis of user-facing lures or payload execution, the combination of exploit-related heuristics and the high ML score suggests the primary purpose is likely to exploit a client-side vulnerability.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9991

Heuristics 3

  • 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
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic
  • ASCII85Decode filter (with exploit indicators) low PDF_FILTER_85
    ASCII85 encoding filter present alongside exploit delivery indicators — uncommon outside of obfuscation