Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 130a7fac72046c1a…

MALICIOUS

Office (OLE)

63.5 KB First seen: 2015-09-21
MD5: 22e47c5e3809a4150d0db7fc99a68cc0 SHA-1: 0c47704e1be2cd7b1de50dc169048e0d543939c9 SHA-256: 130a7fac72046c1a711a00bf569cf230416b530ea50651befe463e77823d96a7
100 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution

The critical heuristic firing indicates exploitation of CVE-2009-3129, a known vulnerability in Microsoft Excel related to FEATHEADER record overflow. This type of vulnerability is commonly used to achieve arbitrary code execution. The OLE slack anomaly further suggests malformed or intentionally obfuscated content within the OLE structure.

Heuristics 2

  • CVE-2009-3129 — Excel FEATHEADER record overflow critical CVE exact CVE_2009_3129
    Workbook BIFF stream contains a FEATHEADER (Feature Header) record with anomalous size (record_size=22, isf=4, cbHdrData=4). Legitimate FEATHEADER records are tiny (<100 bytes) and carry cbHdrData values that fit in the record body; the value here is the documented CVE-2009-3129 exploit primitive — cbHdrData drives a memcpy with attacker-controlled size, leading to memory corruption and code execution in Excel 2007/2003.
  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 65,024 bytes but its declared streams total only 34,044 bytes — 30,980 bytes (48%) 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).