Malicious PDF — malware analysis report

Static analysis result for SHA-256 4da0de80ace6ec74…

MALICIOUS

PDF

3.6 KB Created: _•õ6|ÿ n4ªÆ.”" Authoring application: H̵oH1Óæ£w6±À6‘& (via H̵oH1ÓæÂC¿¿qÂfÊü‡Ä7èô­7bÑ)
MD5: 53712bedbdeb3d55b9416e9183e863e0 SHA-1: 2eb689849a3219fecad835eeaa15793ceb404c61 SHA-256: 4da0de80ace6ec74da7ddc3fed223347b4f7a893c02416fbe73f68ef389c4ee5
86 Risk Score

Malware Insights

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

This PDF file was flagged as malicious by an ML classifier with high confidence. It contains embedded JavaScript which is used to decrypt the document's content, a technique often employed to hide malicious payloads from static analysis. The presence of PDF_ENCRYPTED_WITH_JS and PDF_JAVASCRIPT heuristics indicates that the JavaScript is likely responsible for executing the malicious action.

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.