Malicious PDF / .10 — malware analysis report

Static analysis result for SHA-256 3ba89d805fd36fa0…

MALICIOUS

PDF / .10

16.6 KB
MD5: 2d81279307db08ac9a69beebd97d6780 SHA-1: 5990cb92f49b18f7a088537edb04a133541c4ce6 SHA-256: 3ba89d805fd36fa01eef6ecdd892f418091d1fbf7b9e4d91787c6279734376f7
68 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell

The PDF file exhibits multiple heuristic firings indicating the presence and execution of JavaScript. The 'ML_NYX_PDF_MALICIOUS' heuristic with a score of 0.999937 strongly suggests malicious intent. The embedded JavaScript, identified by 'PDF_JAVASCRIPT' and 'PDF_JS', is the primary mechanism for delivering the malicious payload, likely involving downloading and executing further stages. The 'PDF_FILTER_HEX' rule also indicates potential exploit activity.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9999

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