Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 02c1eb2480fa75be…

MALICIOUS

Office (OLE)

488.0 KB Created: 2012-09-22 09:07:38 Authoring application: Microsoft Excel First seen: 2015-09-24
MD5: 69cfe1c360d136bc305911c388e47720 SHA-1: f55b0dfe89cf55f9fc7f193df9df8f563a662ee4 SHA-256: 02c1eb2480fa75be54f305b8589f292382e9f489f5f9c396fc44cb785dfc13fa
80 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The sample is an Excel file containing legacy Excel 4.0 (XLM) macros, indicated by the OLE_XLM_AUTOOPEN and OLE_XLS_FORMULA_MACRO_VIRUS heuristic firings. These macros are known to be used for executing arbitrary code, often to download and run further malicious payloads. The document body contains what appears to be a form for managing warranty agreements, likely a lure.

Heuristics 2

  • Legacy Excel formula macro virus marker critical OLE_XLS_FORMULA_MACRO_VIRUS
    Workbook stream contains self-identifying legacy Excel formula macro virus markers. This indicates the document carries formula macro virus content even when no VBA project or modern XLM macro-sheet structure is present.
  • 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.