Pdf.Dropper.Agent-1563940 — PDF malware analysis

Static analysis result for SHA-256 3de44dc788cc675a…

MALICIOUS

PDF

4.9 KB Created: yԜ“¸  \¹R×c¯ Authoring application: nÜÊêAÞ] SÐz­ (via nÜÊêAÞ<Ê&¯=þE;y‹ æs1Ð)
MD5: 6f26580dc2463551413ba1c283f29bf8 SHA-1: 4cb0aa0e183658b4beebdb2ca058ddddb4262259 SHA-256: 3de44dc788cc675a33f245ab5868ab0ddec882a557cd91c0e62a00f07ebb6b4f
118 Risk Score

Malware Insights

Pdf.Dropper.Agent-1563940 · confidence 95%

MITRE ATT&CK
T1059.001 PowerShell

The PDF file is detected as malicious by ClamAV with the signature Pdf.Dropper.Agent-1563940. It contains embedded JavaScript and is encrypted with an OpenAction, indicating that the malicious payload is intentionally hidden from static analysis. The JavaScript is likely responsible for executing the payload, which is a common technique for PDF-based malware droppers.

Heuristics 5

  • ClamAV: Pdf.Dropper.Agent-1563940 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Pdf.Dropper.Agent-1563940
  • 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.
  • PDF differential parser failed info PDF_DIFFERENTIAL_PARSE_FAILED
    The cross-check parser (pdfminer.six) failed on this file: PDF differential parser exited 1. Static heuristics still ran and any of their findings above are valid; only the differential cross-check signal is missing.