Malicious PDF / .ORG — malware analysis report

Static analysis result for SHA-256 051bffa2fe93a598…

MALICIOUS

PDF / .ORG

6.1 KB
MD5: 0a49694267a2550496701e4c5ffd7753 SHA-1: f0fb27b7f6522cd4512647fdeb81979550aaaf66 SHA-256: 051bffa2fe93a598c8184e8898937bc14d0768e4d1637f1587bc457669bb7226
66 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution T1566.001 Spearphishing Attachment

The PDF sample contains XFA form elements and uses ASCIIHexDecode filters with exploit indicators, suggesting an attempt to exploit a client-side vulnerability. The ML classifier strongly flags this PDF as malicious. While no specific exploit code or payload URLs were extracted, the presence of these elements indicates a likely exploit for client execution, often delivered via spearphishing.

Machine Learning

  • Nyx PDF Classifier malicious score 0.9999

Heuristics 3

  • 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