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

Static analysis result for SHA-256 556cc37deab069d2…

MALICIOUS

Office (OLE) / .CCC

109.9 KB Created: 2009-05-15 02:00:00 Authoring application: Microsoft Word 9.1
MD5: dd7090fdc35d22402fcb88f81b1957ac SHA-1: e36965b93cb2f3f8abfd19a427adfb558f13d8b7 SHA-256: 556cc37deab069d28904992d9e29ee088ca1083079f3575fc9233a3559babdc4
80 Risk Score

Malware Insights

MITRE ATT&CK
T1204.002 Malicious File: User Execution T1059.001 PowerShell

The sample is an OLE document with a significant amount of slack space, indicating potential obfuscation or embedded malicious content. The 'x86 GetPC stub' heuristic suggests the presence of shellcode, likely intended to exploit a vulnerability within Microsoft Word. While no specific document body content or scripts were extracted, the combination of heuristics points towards a malicious document designed for exploitation.

Heuristics 2

  • x86 GetPC stub (CALL $+5; POP EDI) high SC_GETPC_CALL
    x86 GetPC stub (CALL $+5; POP EDI)
  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 112,511 bytes but its declared streams total only 8,934 bytes — 103,577 bytes (92%) 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).