Malicious PDF — malware analysis report

Static analysis result for SHA-256 ec0dc963606f89a3…

MALICIOUS

PDF

3.6 KB Created: m3½"ncúi(%%" Authoring application: zCsäEEaozûu/<') (via zCsäEEaŽ{P{ti)oQª§éLœª)
MD5: d1cf4c4d60e6d02c63d9b201bae03722 SHA-1: 26ae7dc804b2f7fa0c430f358a8e092ff5c5403d SHA-256: ec0dc963606f89a3e207081ab804a13002c1e517f3de9a6073f6a0e8826c4c3d
86 Risk Score

Malware Insights

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

The PDF was flagged as malicious by an ML classifier with high confidence. Static analysis revealed embedded JavaScript and an encrypted document body, indicating an attempt to hide the payload. The presence of JavaScript actions and embedded JS streams suggests the script is used to decrypt or execute the malicious content, likely for initial access via a phishing attachment.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 3

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