Malicious PDF — malware analysis report

Static analysis result for SHA-256 acbe052986c95db4…

MALICIOUS

PDF

3.6 KB Created: ½´M(Oß,'¢M˜öXD Authoring application: ªí qÝœ5&»QŸïZO (via ªí qÝœ5GÑb_ਠ‰6Ïñ“o.ƒÑàx)
MD5: 9530eaf5445de65b40cb10f3c8a1ef53 SHA-1: f5798f27bea034616ed751f58385362cf51b57d0 SHA-256: acbe052986c95db486ccfdd59ceed37d393261904df7ae3564645b934b8f4e2c
86 Risk Score

Malware Insights

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

This PDF sample was flagged as malicious by an ML classifier with high confidence. It contains embedded JavaScript which is used to encrypt the document's content, hiding the payload from static analysis. The presence of PDF_JAVASCRIPT and PDF_ENCRYPTED_WITH_JS heuristics indicates that the JavaScript is likely responsible for decrypting and executing a malicious payload. The exact nature of the payload cannot be determined due to obfuscation, but the overall pattern suggests a downloader or dropper.

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.