Malicious PDF / .TMP — malware analysis report

Static analysis result for SHA-256 07707fa237441baf…

MALICIOUS

PDF / .TMP

1.95 MB
MD5: fbee0d8251663b798fec7bc3a325dc81 SHA-1: b471ed0de5afdbbf10f429b0075007d7528d773b SHA-256: 07707fa237441bafabf1d876ba03b9e91bef03b8a29e3479ff68ecbbe88739f0
74 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1140 Deobfuscate or Obfuscate Malicious Code

The PDF contains embedded JavaScript and utilizes ASCIIHexDecode and ASCII85Decode filters, indicating an attempt to obfuscate malicious content. The ML classifier strongly flagged this PDF as malicious. The primary function appears to be the execution of obfuscated JavaScript, likely to download and execute a second-stage payload.

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