Malicious PDF — malware analysis report

Static analysis result for SHA-256 a883f8cd353f5e83…

MALICIOUS

PDF

121.4 KB Authoring application: –±yss¼T¼âÈ(ÅçßIxùH‹wɨõðBª1Ü
MD5: 4976b75f7c5b3bd7a62921353e29dec2 SHA-1: f049a26788946e65f46fbede0b00a7ba43df5def SHA-256: a883f8cd353f5e839662f06b058911a6adab40d9e066b12c2e16e41f470e2b12
60 Risk Score

Malware Insights

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

The PDF is encrypted and contains a hidden button disguised as a screenshot, a common technique for phishing lures. The ML classifier strongly indicates maliciousness. The presence of an AcroForm button with an action trigger further supports the likelihood of a malicious link being embedded within the document, designed to trick the user into navigating to an external resource.

Machine Learning

  • Nyx PDF Classifier malicious score 0.8955

Heuristics 3

  • Image-only document with action trigger (screenshot lure) medium PDF_IMAGE_LURE
    PDF has 2 image(s), only 0 text block(s), carries a click-outward action, and is only 121 KB — typical shape of a phishing lure where a full-page screenshot hides a clickable button that launches or submits to an attacker URL.
  • 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
  • Encrypted PDF (string and stream contents are opaque to static scan) info PDF_ENCRYPTED
    PDF declares /Encrypt — string objects and stream contents are encrypted with the standard security handler (RC4 or AES). On its own this is informational; legitimate encrypted documents include signed contracts, billing statements, and rights-managed material. Static heuristics cannot inspect encrypted payload bytes.