Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 980aacbb77fa474c…

MALICIOUS

Office (OLE)

546.5 KB Created: 1996-12-17 01:32:42 Authoring application: Microsoft Excel First seen: 2015-10-06
MD5: bb2f6240402f765a9d0d650b79cd2560 SHA-1: 8d26eef3b966f3761bd13431eceaa9211c49e06c SHA-256: 980aacbb77fa474c3b21773f80a32a05adf173555b1c109eb9009f41066a83f6
200 Risk Score

Heuristics 4

  • 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=23, isf=2, cbHdrData=4294967295). 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.
  • ClamAV: Xls.Dropper.Agent-7105216-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Xls.Dropper.Agent-7105216-0
  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 559,616 bytes but its declared streams total only 24,565 bytes — 535,051 bytes (96%) 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.