Malicious PDF — malware analysis report

Static analysis result for SHA-256 a6bc3d60492b3aae…

MALICIOUS

PDF

8.5 KB Created: 懡£ΓÆl} ø‰¡- Authoring application: ·¿Çøî†Æs~ÿ•¢* (via ·¿Çøî†§ €Òñj¨fAÌþƒC.¥+)
MD5: ae2ce71f68f1a5b6f2d68307b76b8990 SHA-1: 54be5ed4eccbcf06949326df9b2a30f9f1adbeeb SHA-256: a6bc3d60492b3aae93cdc64eb9815e00c8c9aba546bd05c145ea9272eb76b621
86 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell

The PDF was flagged as malicious by an ML classifier and heuristics indicate the presence of JavaScript used to obscure an encrypted payload. The PDF facts show that the document is encrypted and uses an OpenAction, which is a common technique to hide malicious JavaScript. No document body text was available for analysis, and no scripts were extracted.

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.