Malicious PDF — malware analysis report

Static analysis result for SHA-256 2059d23e905a42ac…

MALICIOUS

PDF

788.0 KB
MD5: 6945e1fbef586468a6d4f0c4f184af8b SHA-1: f527933a9f43689715c81e0436865ac22c2b07b3 SHA-256: 2059d23e905a42ac4219c02c2a59cb7b10401646da608c20914656980d6033be
154 Risk Score

Malware Insights

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

The file is a PDF that contains embedded JavaScript, which is often used to obfuscate malicious activity. Heuristics indicate the PDF is encrypted and uses an OpenAction to trigger the JavaScript, hiding the payload from static analysis. ClamAV detection as Pdf.Dropper.Agent-7145608-0 strongly suggests its role as a dropper for further malicious content.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9993

Heuristics 5

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