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

Static analysis result for SHA-256 942fc3120dd9b425…

MALICIOUS

Office (OLE) / .XLS

36.0 KB Created: 2020-11-27 11:40:03 Authoring application: Microsoft Excel First seen: 2022-04-23
MD5: 140878cdb1f4ae293cb1d190aac1a67c SHA-1: efc38c589d5a7c56fefc14362ddbd5fa28b01d76 SHA-256: 942fc3120dd9b425f13052936e37d4c74e09481f80741cf44457494331bc4189
140 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The file is an Excel 4.0 (XLM) macro-enabled spreadsheet. Heuristics indicate the presence of an Auto_Open macro, which is a common technique for initial execution. The critical heuristic 'OLE_XLM_DANGEROUS_FN' specifically flags the use of dangerous formula APIs like 'RUN=0' within the Auto_Open macro, suggesting it's designed to download and execute a second-stage payload. No specific IOCs like URLs or hashes were extracted from the limited script content, but the technique itself is highly indicative of malicious intent.

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
5da24f5eb8e6fce0647629b820d7f8297fbc83a4526299e6b18570f1aa5d65cf
xlm-macro oletools.olevba.extract_all_macros (XLM macro listing) 6506 bytes