Malicious PDF — malware analysis report

Static analysis result for SHA-256 37cf87440a59a72b…

MALICIOUS

PDF

3.6 KB Created: ô[x¯vÕ‹d¸¿À Authoring application: ­!Iâ5Ì~Šx¿¦Â (via ­!Iâ5Ì|ÿvÀá‘@Z9åºtˑôÞᗹ)
MD5: 60f2ed53065e1fe07c91b439917ca722 SHA-1: f40fb21eeb78f06250d8da8df875f101f98fbfe2 SHA-256: 37cf87440a59a72b3609040f1f2394f907dec90c33932db56213a3314fa0b4c1
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 a high confidence score. Heuristics indicate the presence of JavaScript used to encrypt the PDF content and hide an OpenAction payload, suggesting an attempt to bypass static analysis. The ML classifier's high score further supports the malicious nature of the file. No specific IOCs were extracted, but the techniques used point to a downloader or exploit delivery mechanism.

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.