Malicious PDF — malware analysis report

Static analysis result for SHA-256 dc01cfe987bc3348…

MALICIOUS

PDF

3.9 KB
MD5: 4ed89990a40aea5552b2ac527f76d776 SHA-1: 0e610790992de403c0d296214a9e963eb604fac4 SHA-256: dc01cfe987bc334899b5cf10cd6bfb82a62486c5cb90198459add5d556f8858f
116 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript, indicated by multiple heuristic firings including PDF_JAVASCRIPT and PDF_JS. The presence of a critical PDF_EVAL heuristic firing suggests that the JavaScript is likely being used to execute arbitrary code, potentially downloading and running a second-stage payload. The ClamAV detection name 'Pdf.Dropper.Agent-7312479-0' further confirms its malicious nature as a dropper.

Heuristics 4

  • ClamAV: Pdf.Dropper.Agent-7312479-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Pdf.Dropper.Agent-7312479-0
  • eval() call high PDF_EVAL
    eval() found — commonly used for obfuscated exploit execution
  • 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.