Malicious PDF — malware analysis report

Static analysis result for SHA-256 c618c4d4208031a7…

MALICIOUS

PDF

6.1 KB Created: 2010-05-09 10:31:43
MD5: c2973c8da0277896ecdaaca540d82268 SHA-1: 6ce323a97601406a541490f18024f3ab47a1a958 SHA-256: c618c4d4208031a74716f08963f7cffbc55ac9c7e782ed95e16d140b0362d1aa
78 Risk Score

Malware Insights

MITRE ATT&CK
T1566.002 Spearphishing Attachment T1204.002 Malicious File

The PDF file contains multiple heuristic firings indicating malicious intent, including an OpenAction trigger and the use of ASCIIHexDecode filters with exploit indicators. The presence of XFA forms and AcroForm buttons with actions further suggests a crafted document for exploitation. While no specific document body content or scripts were extracted for direct analysis of user-facing lures, the structural indicators strongly point to a malicious PDF designed to exploit vulnerabilities upon opening.

Heuristics 5

  • OpenAction trigger high PDF_OPENACTION
    PDF has an /OpenAction that launches, submits, or opens an external target
  • 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
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic
  • AcroForm button with action trigger low PDF_ACROFORM_BUTTON
    PDF contains a /Btn form field together with a SubmitForm/URI/Launch/JS trigger — this is the building block of fake 'Download' or 'Open' button overlays used in PDF phishing lures
  • 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.