Malicious PDF — malware analysis report

Static analysis result for SHA-256 efc4c0c79d23e506…

MALICIOUS

PDF

34.0 KB
MD5: 0ca2d3e06bc27fa82444fbabfcce41b4 SHA-1: f00dd29134273a3a08fe2de03b12eb9b87ddde16 SHA-256: efc4c0c79d23e50638dfb8b8bb5d306f82ac6c8001f15dd810868a7767ede4e2
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 PDF exploits. The ML classifier strongly flagged this PDF as malicious. While no specific exploit or payload was directly identified, the presence of these elements suggests an attempt to execute arbitrary code upon opening.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9998

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