Malicious PDF — malware analysis report

Static analysis result for SHA-256 205df9abc87de506…

MALICIOUS

PDF

1.7 KB
MD5: 2d585b2205e3d8f8ed6f9373479856de SHA-1: 6aa653feb68b784dd6e1803533317bfac5638d41 SHA-256: 205df9abc87de5063ab1773348e3d1de9fc9173b5f1d6dad9fa17ecfc1cc63ca
76 Risk Score

Malware Insights

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

This PDF file was flagged as malicious by an ML classifier with high confidence. It contains embedded JavaScript and an embedded file, indicated by the PDF_JAVASCRIPT, PDF_JS, and PDF_EMBEDDED heuristics. The PDF_FILTER_HEX heuristic suggests the use of exploit indicators. The embedded JavaScript appears to be attempting to download and execute a file named 'xQetldvH.swf'.

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.
  • Embedded file low PDF_EMBEDDED
    PDF embeds a file attachment — could carry an executable or another weaponised document as a nested payload
  • Object number defined twice with different bodies info PDF_DUPLICATE_OBJ_BODY_INCREMENTAL
    The same indirect object (N G) is defined more than once with different body bytes. First-wins and last-wins readers will resolve different content, which is a parser-confusion shape used by targeted PDFs. Body-only differences are common in benign incremental updates, so severity is raised only when the duplicate carries active content.