Malicious PDF — malware analysis report

Static analysis result for SHA-256 c77974586353025e…

MALICIOUS

PDF

408.5 KB Created: ØÕ»a—?ïÉÀ¬÷:×ïïaЄ¾Fp Authoring application: ¼”?/ãåÌS‡àõ3 ÷3ñ]"܁<ȼ (via ݌ûE3Á{ü¿šî¶`¶²8Áƒ·F“fpAGc$qÈ˼)
MD5: a2d81cde2d26978848df8031f617149e SHA-1: 7e3169233bd4c8071416ff86defabf388564fb02 SHA-256: c77974586353025e7a5fcad7b634f9066f8356481d17013373c89c2fed0bbd8c
102 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1566.001 Spearphishing Attachment T1027 Obfuscated Files or Information

The PDF file contains embedded JavaScript, which is encrypted and obfuscated, preventing direct static analysis of its contents. Heuristics indicate this JavaScript is used to hide the malicious payload. The ML classifier strongly suggests malicious intent. The primary attack vector appears to be leveraging obfuscated JavaScript within a PDF to execute malicious code.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9734

Heuristics 5

  • 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
  • Additional-actions dictionary low PDF_AA
    PDF defines /AA (Additional Actions) that references an executable action (JS/JavaScript/Launch/SubmitForm) — can auto-trigger on document or widget events. Form-field calc/format/validate/keystroke handlers in legitimate interactive forms commonly fire this, so it is reported as a low-weight signal; weaponised auto-execution is flagged by stronger rules (PDF_OPENACTION, encrypted-with-JS, etc.)