Malicious PDF — malware analysis report

Static analysis result for SHA-256 b9004c708131846e…

MALICIOUS

PDF

1018.8 KB
MD5: d288547cd02443856fff4c02341c0240 SHA-1: 6689e7a0388dcb046c7d91759043c9f39177425d SHA-256: b9004c708131846ee717f90bd44f5823e25b4ce7e6c6a88d2504c79b20971c5d
64 Risk Score

Malware Insights

MITRE ATT&CK
T1566.003 Spearphishing Attachment

The PDF was identified as malicious due to heuristics indicating an advance-fee scam lure. The document's content, though heavily obfuscated and encrypted, aligns with typical advance-fee fraud schemes involving prizes or parcels. The high stream count and encryption suggest an attempt to evade static analysis.

Machine Learning

  • Nyx PDF Classifier clean score 0.0201

Heuristics 4

  • Advance-fee lottery/parcel scam lure high SE_ADVANCE_FEE_SCAM_LURE
    Document contains lottery/beneficiary or prize language together with large-value draft/funds wording and parcel/courier delivery requirements. This is a classic advance-fee fraud document shape.
  • Unusually high stream count medium PDF_MANY_STREAMS
    PDF contains 501+ stream objects — may indicate heap spray or heavy obfuscation
  • 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.
  • PDF paints image(s) but contains no text operators info PDF_IMAGE_ONLY_LURE
    PDF has 2 image XObject(s) and the content stream contains no text-emitting operators (BT/ET, Tj, TJ, ', ") in either raw bytes or decompressed streams — this is the screenshot-as-PDF pattern used to bypass text-based scanners and to deliver instructions purely through rendered pixels. It is informational unless paired with invisible links or risky URI context.