Malicious PDF — malware analysis report

Static analysis result for SHA-256 3e3d8cb8d0e6e45e…

MALICIOUS

PDF

45.7 KB
MD5: 9ec207ffd4961f2f1338077cd4402e3b SHA-1: 733875cd5b77316e5065cf03bcd65621c69dc266 SHA-256: 3e3d8cb8d0e6e45eb44a2c2cf1497f673195cf6d188e3feb72ad9ea198863545
174 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1566.001 Spearphishing Attachment T1071.001 Web Protocols

This PDF file was flagged as malicious by multiple heuristics, including ML classification and ClamAV detection, indicating it is a dropper. The presence of PDF_ENCRYPTED_WITH_JS and PDF_JAVASCRIPT suggests that JavaScript is used to obfuscate and execute the malicious payload, likely downloading a second-stage artifact. The PDF_FILTER_HEX heuristic also indicates potential exploit indicators within the file structure.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9999

Heuristics 6

  • ClamAV: Pdf.Dropper.Agent-6296346-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Pdf.Dropper.Agent-6296346-0
  • Encrypted PDF carries /OpenAction — payload hidden from static analysis high PDF_ENCRYPTED_WITH_JS
    PDF declares /Encrypt and also references an executable trigger (/OpenAction). Document encryption hides the JavaScript body and stream contents from static scanners — combined with auto-execution indicators this is a known evasion pattern used to deliver weaponised JavaScript that the analyst cannot inspect without the decryption key.
  • 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.
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic