Malicious PDF — malware analysis report

Static analysis result for SHA-256 302ac7d8b5464852…

MALICIOUS

PDF

276.7 KB Created: Y‚¬.×Å튥îò;”a ¦97Î4(-ˌo¸¿þÓvõ\F­×VÕº9Æ[‚â2ã Authoring application: cIøuVÙJ½ÿ–- €(y]®:¤N"U®žœ|4Š™m8}ɵ·¾üGe…g (via LΩ¦õfgü±¨*^Èï÷‹qþ‡#_’~3¢¹™°UM{Ùñm"q*3‚Qa¼CV®y)
MD5: 26891c3e4a2de034e4841db2a579734f SHA-1: 55e22b919ed61211104c2a150feb773c593de09e SHA-256: 302ac7d8b5464852c01df9328743fc1da488b15da3b759b28dc29b1ea7dbd450
142 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1559.001 Component Object Model Hijacking

The PDF contains embedded JavaScript and is encrypted, indicating an attempt to conceal malicious content. The presence of U3D/3D content is also flagged as a potential indicator for CVE-related exploits in Adobe Reader. The ML classifier strongly suggests maliciousness. The exact payload and delivery mechanism are obscured by encryption and JavaScript, preventing a more specific analysis.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9919

Heuristics 6

  • U3D/3D content in PDF — Adobe Reader 3D parser CVE-family indicator high CVE related PDF_U3D_CVE_RELATED
    PDF contains U3D (Universal 3D) or 3D annotation content — CVE-2011-2462 and CVE-2009-3953 are critical vulnerabilities in Adobe Reader's U3D processing that allow arbitrary code execution. U3D content in PDFs is extremely rare in normal documents.
  • Encrypted PDF carries /JavaScript — payload hidden from static analysis high PDF_ENCRYPTED_WITH_JS
    PDF declares /Encrypt and also references an executable trigger (/JavaScript). 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.
  • Embedded file low PDF_EMBEDDED
    PDF embeds a file attachment — could carry an executable or another weaponised document as a nested payload
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic