Malicious PDF — malware analysis report

Static analysis result for SHA-256 cf0692d415dcbc0d…

MALICIOUS

PDF

29.4 KB
MD5: e8db03d7a1b022bcd8fab6d078f4ec31 SHA-1: 548250bbb65980aebf27ce5ef198cff156d884d2 SHA-256: cf0692d415dcbc0dba9e15d995c42ab2d0ded2b7d012f030f2caef5054d82eed
74 Risk Score

Malware Insights

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

The PDF contains embedded JavaScript and utilizes ASCIIHexDecode and ASCII85Decode filters, which are common indicators of obfuscation and potential exploit delivery. The ML classifier strongly flagged this PDF as malicious. While no specific exploit or payload was directly identified, the combination of these factors suggests an attempt to execute arbitrary code upon opening.

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