Malicious PDF — malware analysis report

Static analysis result for SHA-256 a101bddefaf10de7…

MALICIOUS

PDF

3.8 KB
MD5: 55a435e0699068e84601fc670c4d720e SHA-1: d1527c2dcf6fef44abf5e76c6f798b7213a9369e SHA-256: a101bddefaf10de701c45c8abc30f49abb8f2cc162fe925d29614aa1f2b93576
104 Risk Score

Malware Insights

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

The critical ClamAV heuristic indicates this PDF is recognized as Pdf.Exploit.Agent-36178. Low-severity heuristics for PDF_JAVASCRIPT, PDF_JS, PDF_FILTER_HEX, and PDF_FILTER_85 suggest the presence of embedded JavaScript and decoding filters commonly used in PDF exploits. The JavaScript action and embedded JS stream point to the execution of malicious code. The lack of readable document body text means the specific lure cannot be determined, but the exploit indicators are strong.

Heuristics 5

  • ClamAV: Pdf.Exploit.Agent-36178 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Pdf.Exploit.Agent-36178
  • 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