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

Static analysis result for SHA-256 7a7cfe836c87c1c0…

MALICIOUS

Office (OLE) / .XLS

243.0 KB Created: 1996-10-14 23:33:28 Authoring application: Microsoft Excel
MD5: e56f8038a945701597d64d669f76aa31 SHA-1: 1893d4768e90c8d0d8effe4acc053e53be8c26b7 SHA-256: 7a7cfe836c87c1c0f1d4b11e422677da7f8b28859c417807b2387e1931971578
120 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution

The sample is an OLE file with a large slack space and appended executable payload, indicating it likely contains and executes a secondary exploit. The presence of a heuristic related to CVE-2009-0556 further suggests exploitation of a known vulnerability for client execution. No specific family could be identified.

Heuristics 3

  • PowerPoint OffArray-style record stub — CVE-2009-0556 related high CVE related PPT_CVE_2009_0556_RELATED
    Small embedded PowerPoint Document stream contains the sparse record set associated with OffArray-style exploit stubs and lacks normal text/placeholder atoms. This is CVE-2009-0556-family evidence, reported as related until the malformed OffArray field is validated directly.
  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 248,832 bytes but its declared streams total only 15,628 bytes — 233,204 bytes (94%) 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.