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

Static analysis result for SHA-256 4a082fe559cb6f8b…

MALICIOUS

Office (OLE) / .XLSX

36.0 KB Created: 2020-11-25 10:47:05 Authoring application: Microsoft Excel
MD5: 033bfc2b26e2bbe90d78394d10bc95e1 SHA-1: 16ec8f1f9335ad4e40679cb51d00de1870ecf2b9 SHA-256: 4a082fe559cb6f8be80800b7ec5371f1949259f3f51e2794254ac9a017367362
140 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File

The sample contains Excel 4.0 (XLM) macros, specifically an Auto_Open defined name, which is a critical finding. This indicates the workbook is designed to automatically execute code upon opening. The presence of dangerous formula APIs like RUN further supports the malicious intent. The macro sheet itself contains a large amount of seemingly random data, which could be obfuscated code or a payload. The primary attack vector is the Auto_Open macro, which is used to execute arbitrary commands.

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.
  • XLM Auto_Open with dangerous formula APIs critical OLE_XLM_DANGEROUS_FN
    Excel 4.0 macro sheet contains an Auto_Open / Auto_Close entry and dangerous XLM formula APIs that can invoke programs, write files, or transfer control without VBA.
  • 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
425db8c53711e0bafa1809b0d1343dc770f1c0ee7b3e3c5426d58a52c389a608
xlm-macro oletools.olevba.extract_all_macros (XLM macro listing) 6644 bytes