Malicious PDF — malware analysis report

Static analysis result for SHA-256 e727055edfcbea3b…

MALICIOUS

PDF

3.7 KB
MD5: ee2f4af5bfb0c5ab6cc39bb1ba1c4a42 SHA-1: f96d9d81f0d7fe6e58c6b4a611519f54aef929ad SHA-256: e727055edfcbea3ba9d0cabd73271c13c80d042b14547aa5da278f8d257cf830
134 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 Command and Scripting Interpreter: PowerShell T1204.002 Malicious File: User Execution: Malicious File T1566.002 Phishing: Spearphishing Attachment

This PDF file was flagged as malicious by a machine learning classifier and ClamAV due to obfuscated content and embedded JavaScript. The presence of JavaScript actions and embedded JS streams, combined with the use of ASCIIHexDecode and ASCII85Decode filters, indicates an attempt to hide malicious code. The primary attack pattern involves exploiting PDF vulnerabilities to execute arbitrary code, likely leading to the download and execution of a secondary payload.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 5

  • ClamAV: Heuristics.PDF.ObfuscatedNameObject critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Heuristics.PDF.ObfuscatedNameObject
  • 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