Malicious PDF — malware analysis report

Static analysis result for SHA-256 21a56e6dd9d50edd…

MALICIOUS

PDF

1.4 KB
MD5: 02ad07c1c9823436791c4429fff4764a SHA-1: b71b664d7b5506f795ab9ea143d732da6fbfa0e5 SHA-256: 21a56e6dd9d50edd61e97564e3dd9a157c9916cdf32a5951cae35e779484f7bf
76 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File: Malicious File

The PDF contains embedded JavaScript and an embedded SWF file, indicated by heuristics like PDF_JAVASCRIPT and PDF_JS. The ML classifier strongly flags this PDF as malicious. The presence of the SWF file suggests an attempt to deliver a secondary payload or exploit. The ASCIIHexDecode filter with exploit indicators further supports the malicious nature of the PDF.

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.