Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 d2a982171b1de0c5…

MALICIOUS

Office (OLE)

436.1 KB First seen: 2015-10-05
MD5: cf960341c22097a579d476902fa159f0 SHA-1: a01c52f0658f854ab5bc91246e2e573f46e96498 SHA-256: d2a982171b1de0c5b0636e180815b0e0e901c97052e7ba5ec252bbc0b0fd54e4
80 Risk Score

Heuristics 2

  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 446,526 bytes but its declared streams total only 12,338 bytes — 434,188 bytes (97%) 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.