Malicious PDF — malware analysis report

Static analysis result for SHA-256 8bef094518565200…

MALICIOUS

PDF

5.4 KB Created: ]¢ ô éÒhðǪeçIÒ Authoring application: JûK­[¤‘}ðÞ©{åUˆÒ (via JûK­[¤‘}‘´Üušےâò«mÈó‹Do{)
MD5: 053588f64a2b9c9951d656876fc4b07b SHA-1: 70cd04528e7857ef1dbf949a8f58b65870c991fe SHA-256: 8bef0945185652008e95188c4a12cf3d7bfc3578bac12c7c91ed95ad5d919b62
86 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 JavaScript/JScript T1566.002 Spearphishing Attachment

This PDF sample was flagged as malicious by an ML classifier with high confidence. It contains embedded JavaScript, which is further obfuscated by PDF encryption and an OpenAction. This suggests the JavaScript is intended to download and execute a secondary payload, a common technique for delivering malware. No specific family could be identified due to the 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.