Malicious PDF — malware analysis report

Static analysis result for SHA-256 57f4c5769c8234f8…

MALICIOUS

PDF

27.6 KB
MD5: c1bcc50367baf16a7540d1926039775d SHA-1: 328671208627a9b5edb3ae934cdb75feda579895 SHA-256: 57f4c5769c8234f8d494f2810a1fffd6a85da148b5ca9e7802b58eeb2228c4f0
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 within the PDF reader.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9999

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