Malicious PDF / .SWA — malware analysis report

Static analysis result for SHA-256 5d57e4e3e75e69b4…

MALICIOUS

PDF / .SWA

34.3 KB
MD5: 047c6454308e31b86fb76a65d92a5ddd SHA-1: 2d30022e15cfaff3e1afeef93bdb4d87a6b24b8e SHA-256: 5d57e4e3e75e69b4a50979d5064d5d4038cbf37f56fc663f462b150563b28be1
74 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1566.001 Spearphishing Attachment T1203 Exploitation for Client Execution

The PDF file contains embedded JavaScript, which is obfuscated using ASCIIHexDecode and ASCII85Decode filters. The ML classifier strongly indicates maliciousness, suggesting the script's purpose is to download and execute a second-stage payload. No specific family could be identified, but the techniques used are common for PDF-based malware 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