Malicious PDF — malware analysis report

Static analysis result for SHA-256 25bab9d14263eb4b…

MALICIOUS

PDF

2.8 KB
MD5: 4dfcd19e72fe2885817e3fad311702c1 SHA-1: e938c050b4c327394d8379a0fa58eacd9d7a902f SHA-256: 25bab9d14263eb4b9a84b4e66dfbb9b7324b3c68867d41d9745cd7e64ceaba83
76 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 JavaScript T1553.004 Subversion: Encrypted or Obfuscated Files or Information

The PDF file contains embedded JavaScript and is encrypted, with an OpenAction that likely triggers the JavaScript. The presence of PDF_ENCRYPTED_WITH_JS and PDF_FILTER_HEX heuristics indicates an attempt to obfuscate malicious content, likely to evade static analysis and deliver a secondary payload. The JavaScript action is the primary mechanism for executing the malicious code.

Heuristics 4

  • 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.