Malicious PDF — malware analysis report

Static analysis result for SHA-256 8a79b770597d3c6a…

MALICIOUS

PDF

8.4 KB Created: ×ð+4’ Ûê‰×•®iT Authoring application: À©ArfßOÂê‘Ô‰¨uT (via À©ArfßO‹û¡‡×2Bb2ïHÊf+‚¸]¦)
MD5: 370849bf5f3de1267f45c3ca3dedd968 SHA-1: 41060714aea731fdc59b54e4d7bfb24b4f3470c7 SHA-256: 8a79b770597d3c6ab1c054416ea1de2965bc88fe40ebd40b7f3c69baa8047760
86 Risk Score

Malware Insights

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

This PDF contains embedded JavaScript, which is flagged as malicious. The PDF is also encrypted and uses an OpenAction to hide its payload, suggesting an attempt to evade static analysis. The ML classifier strongly indicates maliciousness. The JavaScript's purpose is likely to download and execute a second-stage payload, though the exact mechanism is obscured by encryption and obfuscation.

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.