Malicious Office (OLE) / .DOC — malware analysis report

Static analysis result for SHA-256 727e839b4ee94bd6…

MALICIOUS

Office (OLE) / .DOC

100.5 KB Created: 2008-07-11 06:57:00 Authoring application: Microsoft Office Word
MD5: 27c1045fd89d92db2945cc52947ae8e2 SHA-1: dfdf9a9dc9934a00490f90278163fd6015ade5c4 SHA-256: 727e839b4ee94bd664955b565b2cc77efacc883fa2bb0f44305a3da59a067c45
80 Risk Score

Malware Insights

MITRE ATT&CK
T1566.001 Spearphishing Attachment

The OLE document exhibits an unusually large slack space and contains appended executable payload bytes, indicating it is likely a dropper. The appended payload is detected with high entropy, suggesting it is packed or encrypted. No document body or script content was available for further analysis.

Heuristics 2

  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 102,912 bytes but its declared streams total only 16,543 bytes — 86,369 bytes (84%) live in unallocated sector slack. This is the canonical hiding place for pre-macro-era Office exploit payloads (XOR-encoded shellcode reached via a parser pointer-corruption bug in the document structure).
  • OLE file has appended executable-looking payload bytes high OLE_APPENDED_PAYLOAD
    OLE compound file contains a large high-entropy region beyond the declared major streams and that region includes shellcode, PE, or loader API markers. This is a payload-carrier signal, not a specific CVE attribution by itself.