Malicious PDF — malware analysis report

Static analysis result for SHA-256 0f5b754fb2fafad8…

MALICIOUS

PDF

6.3 KB
MD5: 3d578c67d6bc79b2d70eed236122bfe5 SHA-1: f6a54f395571470867793c176c6d94736e7d18cb SHA-256: 0f5b754fb2fafad8fba96db9d399aa70bdc74e8d49952bb3a1859aae15e6cf4e
74 Risk Score

Malware Insights

MITRE ATT&CK
T1059.007 JavaScript T1203 Exploitation for Client Execution T1566.001 Spearphishing Attachment

The PDF file contains embedded JavaScript and uses filters like ASCIIHexDecode and ASCII85Decode, which are common obfuscation techniques for malicious scripts. The ML classifier strongly indicates maliciousness. The embedded JavaScript is likely designed to download and execute a second-stage payload, a common tactic for initial compromise.

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