Malicious PDF — malware analysis report

Static analysis result for SHA-256 e1572a26e8976ef8…

MALICIOUS

PDF

9.3 KB Created: bŒàl„hò§¤ïî$ä Authoring application: uØÌJ²!Æxòº¥ñé:ä (via uØÌJ²!Æx“ÐÐÿ–}·BüŸKJÇC–»:üx)
MD5: e8e189358a49d31e8cb3a0307e19d318 SHA-1: a13fb6272b729acc02e89c0243426ceab586da7b SHA-256: e1572a26e8976ef88300698daa163adda80d69599d8b29d9f352dc00c678e00f
88 Risk Score

Malware Insights

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

The PDF file is flagged as malicious by an ML classifier and contains embedded JavaScript, which is used to obscure the actual content. The presence of JavaScript within an encrypted PDF suggests an attempt to bypass static analysis and deliver a malicious payload. The document itself appears to be an image-based lure with no readable text, further indicating a deceptive purpose.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9976

Heuristics 4

  • 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.
  • PDF paints image(s) but contains no text operators info PDF_IMAGE_ONLY_LURE
    PDF has 2 image XObject(s) and the content stream contains no text-emitting operators (BT/ET, Tj, TJ, ', ") in either raw bytes or decompressed streams — this is the screenshot-as-PDF pattern used to bypass text-based scanners and to deliver instructions purely through rendered pixels. It is informational unless paired with invisible links or risky URI context.