Malicious PDF — malware analysis report

Static analysis result for SHA-256 b3158df59627bfa7…

MALICIOUS

PDF

34.7 KB
MD5: fe20ffb2f12b0636604411ae4c196668 SHA-1: 66cba09047c687121bf83e0a42c127999a339b22 SHA-256: b3158df59627bfa75af0213b07d5c403b14b5c97394081259e1c08abad012de3
76 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript and utilizes encoding filters (ASCIIHexDecode, ASCII85Decode) often associated with obfuscation and exploit delivery. The ML classifier strongly indicates maliciousness. While the specific exploit is not detailed, the presence of JavaScript and encoding suggests an attempt to download and execute a secondary payload.

Machine Learning

  • Nyx PDF Classifier malicious score 1.0000

Heuristics 5

  • 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
  • PDF differential parser failed info PDF_DIFFERENTIAL_PARSE_FAILED
    The cross-check parser (pdfminer.six) failed on this file: PDF differential parser failed: PSSyntaxError. Static heuristics still ran and any of their findings above are valid; only the differential cross-check signal is missing.