Malicious PDF — malware analysis report

Static analysis result for SHA-256 3c392a30c767009f…

MALICIOUS

PDF

3.4 KB
MD5: 697a0e61e2e4efaf319bf3c2223f9072 SHA-1: 4983e8bd262ab5e935e37e8669d9ec0481f73043 SHA-256: 3c392a30c767009fe9eb6bd25f7eb21e9d1c6f6d5f949da24a978464e155dee1
84 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript, indicated by multiple heuristic firings including PDF_JAVASCRIPT and PDF_JS. The presence of PDF_UNESCAPE and PDF_FILTER_HEX suggests an attempt to exploit a vulnerability within the PDF structure. The unescape function is used to decode a string that likely contains malicious JavaScript, which could lead to the execution of further payloads. The exact nature of the payload is not clear due to obfuscation, but the overall pattern suggests an exploit delivery mechanism.

Heuristics 5

  • unescape() call high PDF_UNESCAPE
    unescape() found — often used to decode shellcode in PDF JS exploits
  • 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.
  • Embedded file low PDF_EMBEDDED
    PDF embeds a file attachment — could carry an executable or another weaponised document as a nested payload