Malicious PDF — malware analysis report

Static analysis result for SHA-256 44b071163934149e…

MALICIOUS

PDF

6.6 KB Created: ÕÎmµþë™Öµ»YäãY Authoring application: —-쬦ÚÀµ£ZòåX (via —-쬦ÚÀÔÉ/üš]W­;‡Ûu”×m­n)
MD5: 20d6d38e9cbc78ecb1d1bebbee32257b SHA-1: fb1ee585d1d32642ecddbdca13fbbe76f6226f7a SHA-256: 44b071163934149ebc594da6682d1a05759312ff7c3a280402b1398c039221d2
86 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript, indicated by the PDF_JAVASCRIPT and PDF_JS heuristics. The PDF_ENCRYPTED_WITH_JS heuristic suggests that the JavaScript is used to obfuscate or protect the malicious content, likely by encrypting the document and using JavaScript to decrypt and execute it upon opening. The ML classifier strongly flags this PDF as malicious. The exact nature of the payload is hidden due to encryption, but the presence of JavaScript points to a downloader or exploit execution.

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.