Malicious PDF / .SWA — malware analysis report

Static analysis result for SHA-256 8cd2583bc525d2b4…

MALICIOUS

PDF / .SWA

34.4 KB
MD5: fd8bfb9d02353fca0a55dff93210b00e SHA-1: 0341fdebbd2000c8e739254ea21cc404137bf9d2 SHA-256: 8cd2583bc525d2b49f8956efd1059fe70e1f57c8dabd99a37f7fb04a96bc5ffb
74 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1204.002 Malicious File

The PDF file contains embedded JavaScript and utilizes ASCIIHexDecode and ASCII85Decode filters, indicating an attempt to obfuscate malicious content. The ML classifier strongly flags this PDF as malicious. The embedded JavaScript is likely responsible for exploiting a vulnerability within the PDF reader to execute arbitrary code, potentially leading to further payload delivery.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 4

  • ASCIIHexDecode filter (with exploit indicators) medium PDF_FILTER_HEX
    Hex-encoding filter present alongside exploit delivery indicators — often used to hide payload or shellcode bytes
  • 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.
  • ASCII85Decode filter (with exploit indicators) low PDF_FILTER_85
    ASCII85 encoding filter present alongside exploit delivery indicators — uncommon outside of obfuscation