Malicious PDF — malware analysis report

Static analysis result for SHA-256 353a36fa7775d297…

MALICIOUS

PDF

201.7 KB Created: Úåah¤¤·"€p·ð%”ŠGÍ<J‰p­¼”˜>+XÂëm°R™Îô89]IQ._àîx Authoring application: >¹KæcûÖg)?x&W°= hèEI²½Sï9ím6 Ã(#tr [èy= 7bo, ô˜øð•˜Ã þô5!ïñ ƒ­=&9qï (via :{t’ucè3Óþ©ôafJü MÀhðò`®•hُ@̈́”µKîE9ťԓTÔKÈWXä#ÞÚoQ‹ ~'?1bÈé ãu=Þö)
MD5: 872c801d7eabee35c11d09b46bd544cf SHA-1: cfb8d5db9dbb5d2460d0e3520edba27bfbac3c7d SHA-256: 353a36fa7775d297181d976c269365dfb624c6f5be0ddaf208d8c1d094809800
84 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript and is encrypted with an OpenAction, indicating an attempt to hide malicious content. Heuristics suggest the use of ASCIIHexDecode and ASCII85Decode filters, commonly employed to obfuscate exploit code within PDF documents. The presence of JavaScript actions and embedded JS streams points to a technique used to execute arbitrary code, likely to download and execute a second-stage payload.

Heuristics 5

  • 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.
  • ASCII85Decode filter (with exploit indicators) low PDF_FILTER_85
    ASCII85 encoding filter present alongside exploit delivery indicators — uncommon outside of obfuscation