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

Static analysis result for SHA-256 be6dff386c59107e…

MALICIOUS

Office (OLE) / .XLSX

35.5 KB Created: 2020-11-25 10:31:25 Authoring application: Microsoft Excel
MD5: e05974893525727c67773bd4ded338ca SHA-1: 0e68e8ca3d392a420cc06360330d1ec3910a789c SHA-256: be6dff386c59107e0e11db5e6c2310aaa1f1045d5f48d0002865c7ec8915a5d7
140 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1059.001 PowerShell T1566.001 Spearphishing Attachment

The file is an Excel spreadsheet containing Excel 4.0 macros, specifically an Auto_Open macro. This macro is designed to execute automatically when the workbook is opened. The critical heuristics indicate the presence of dangerous formula APIs within the XLM macro, including the 'RUN' function, which is commonly used to execute arbitrary commands or download and run malicious payloads. The presence of an Auto_Open entry strongly suggests an attempt to deliver a secondary payload upon opening the malicious document.

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
14ff9b09c3abf0b63b714181cfae1cda6e16f1c26555af3302e29c8b50e790d2
xlm-macro oletools.olevba.extract_all_macros (XLM macro listing) 6661 bytes