Malicious PDF — malware analysis report

Static analysis result for SHA-256 3025d192b5f40b10…

MALICIOUS

PDF

1.3 KB
MD5: 948891284a54f1b3962dfb54a20d8721 SHA-1: d699b56a50dcddc83aaebd4117923bead4148906 SHA-256: 3025d192b5f40b107da9482685a6b6f81f5a7c30306a72e7f098055741240726
76 Risk Score

Malware Insights

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

The PDF file contains embedded JavaScript, indicated by PDF_JAVASCRIPT and PDF_JS heuristics. The ML classifier strongly flags this PDF as malicious. The JavaScript content, 'alert(\'aasddas\' CYsoVyap.swf CYsoVyap.swf', suggests an attempt to execute code, potentially downloading a secondary payload. The ASCIIHexDecode filter also raises suspicion.

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.