Malicious PDF — malware analysis report

Static analysis result for SHA-256 97094cefa035050b…

MALICIOUS

PDF

6.7 KB
MD5: 7c7c6682319718eccacf208537e9ad4a SHA-1: 46b0f50075e0934a6f1b8a48fafb2ce69a16e152 SHA-256: 97094cefa035050b1028642494875a4cb7be1483134dd6bfbf44e0cc0239fd09
74 Risk Score

Malware Insights

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

The PDF contains embedded JavaScript and uses ASCIIHexDecode and ASCII85Decode filters, which are common indicators of malicious PDFs. The ML classifier strongly flagged this file as malicious. The presence of JavaScript suggests an attempt to execute code, likely to download a second-stage payload or exploit a vulnerability.

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