Malicious PDF — malware analysis report

Static analysis result for SHA-256 6bbc4e2d10f80b9c…

MALICIOUS

PDF

102.0 KB Created: ¶¬çáAku!䷋sҍ Authoring application: ãò¾Eò47#uô؉uÃ÷ÖuªÔä‹l#Ï#ç=2ÄíÀ¡.^NhÜ (via ïì¸C³sT’ÙÊ(—M¥²2åT€¢É>XËÑI¹}yÑä¹)
MD5: 1bd40faa0a9c87bf249b8dbca59a3625 SHA-1: 6f3287acd7da50cd6b4970e2a619be4dc3efc3ca SHA-256: 6bbc4e2d10f80b9c13a50d3584688a9d4605726b72f3632ae6a93ab98c180264
86 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1566.001 Spearphishing Attachment

The PDF contains embedded JavaScript and is encrypted with an OpenAction, indicating an attempt to conceal malicious code execution. The ML classifier also flagged this PDF as malicious. The presence of JavaScript suggests the document is designed to download and execute a secondary payload, likely delivered via spearphishing.

Machine Learning

  • Nyx PDF Classifier malicious score 0.8105

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.