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

Static analysis result for SHA-256 49003047ef915187…

MALICIOUS

Office (OLE) / .XLS

114.2 KB
MD5: e8dc10dd566bd9fe4055ce47aaa8e3e6 SHA-1: bf4707f98f7e63291c394c914be41c67d3817c91 SHA-256: 49003047ef915187481bc8158993a9ecba472c3aff1f8bb4251603181c4534b6
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The presence of Excel 4.0 macros (XLM) is strongly indicated by the OLE_XLM_AUTOOPEN heuristic. The OLE_SLACK_ANOMALY heuristic suggests that the file structure is unusual, potentially to hide malicious content. The document body is heavily corrupted and unreadable, providing no further context on the specific lure or payload. The primary attack vector appears to be the execution of embedded XLM macros.

Heuristics 2

  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 116,939 bytes but its declared streams total only 0 bytes — 116,939 bytes (100%) 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).
  • Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPEN
    Workbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.