Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 50ee052ad2b1b643…

MALICIOUS

Office (OLE)

269.7 KB Created: 2009-03-31 05:41:00 Authoring application: Microsoft Word 10.0
MD5: e0cead640a45350cc6f2821f00c36661 SHA-1: 929631a2d460e9446a475c7b7c295eb1d8c4dc27 SHA-256: 50ee052ad2b1b643fc60b00d56c4757be17a6d8f7541294048521536de98a87d
80 Risk Score

Malware Insights

The file is an OLE document with a significant amount of slack space, a common technique for hiding malicious content. While no specific VBA macros or executable code were directly identified, the 'GetPC stub' heuristic suggests the presence of shellcode. The document body is unreadable, providing no further context. The large slack space and the heuristic firing indicate a high likelihood of malicious intent, possibly as a dropper or exploit container.

Heuristics 2

  • x86 GetPC stub (CALL $+5; POP EAX) high SC_GETPC_CALL
    x86 GetPC stub (CALL $+5; POP EAX)
  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 276,137 bytes but its declared streams total only 16,536 bytes — 259,601 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).