Malicious PDF — malware analysis report

Static analysis result for SHA-256 d75aa13cdbad81d3…

MALICIOUS

PDF

27.0 KB
MD5: ea20e160bea548f252e34ba8a74140ba SHA-1: 46c9e0cd21bca7dc592da17e0f882a1d92dc662c SHA-256: d75aa13cdbad81d3340bbebba3ca6027b7d5f3acac317215125a2806d8c6491a
74 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript and utilizes ASCIIHexDecode and ASCII85Decode filters, which are commonly used to obfuscate malicious code within PDFs. The ML classifier strongly indicates malicious intent. While no specific exploit or payload is detailed, the presence of these elements suggests the PDF is intended to deliver a secondary exploit or malicious script upon opening.

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