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

Static analysis result for SHA-256 664c658b446a6104…

MALICIOUS

Office (OLE) / .XLSX

318.0 KB Created: 2020-05-20 11:48:12 Authoring application: Microsoft Excel
MD5: e56475623371bf250be41e130b1156a6 SHA-1: b0421f0a52ff8e84519e39e386012bbad444319c SHA-256: 664c658b446a6104cfe902ce6e390b06575ccee363248e26146f2f6dc71336ae
140 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The critical heuristics indicate the presence of obfuscated Excel 4.0 macros with an Auto_Open execution chain. This suggests the file is designed to automatically run malicious code upon opening. The macro sheet contains numerous formulas and references, likely part of an obfuscation technique to hide the true execution flow. No specific family could be identified, but the technique is commonly used for initial payload delivery.

Heuristics 3

  • Excel 4.0 Auto_Open defined name critical OLE_XLM_AUTOOPEN_DEFINEDNAME
    oletools recovered an Auto_Open / Auto_Close entry from an Excel 4.0 macro sheet. The raw BIFF name can be tokenized or partially opaque to byte-string checks, but the recovered macro listing confirms the workbook has an XLM auto-execution entry.
  • Obfuscated XLM Auto_Open execution chain critical OLE_XLM_OBFUSCATED_AUTOEXEC_CHAIN
    Excel 4.0 macro sheet contains an Auto_Open / Auto_Close entry and an obfuscated formula execution chain. The macro builds strings through FORMULA(CHAR(...)), primes state with SET.VALUE / GET.CELL / GOTO, and transfers control through RUN(). This is a high-confidence XLM malware pattern.
  • 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.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
xlm_macros.txt
34e292d42fd1c0c4b1e6f4ee2b6125dca903c8af54b9a8e302b0438f8445cd9b
xlm-macro oletools.olevba.extract_all_macros (XLM macro listing) 127196 bytes