Malicious Office (OOXML) / .XLSM — malware analysis report

Static analysis result for SHA-256 d71601acc788df03…

MALICIOUS

Office (OOXML) / .XLSM

37.9 KB Created: 2021-02-16 07:58:10 UTC Authoring application: Microsoft Excel 16.0300
MD5: 369fe9872bd1ed786b1c6908efe177dd SHA-1: cbcd7479bf07bf7ca7b729ebddabfd15d3874e66 SHA-256: d71601acc788df03746fd14853eea3c2b4606c8bdc661661b402220984ed6c93
130 Risk Score

Malware Insights

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

This XLSM file contains Excel 4.0 macros and VBA code, indicated by the OOXML_XLM_MACROSHEET and OOXML_VBA heuristics. The presence of an Auto_Open macro suggests immediate execution upon opening. While the VBA code is heavily obfuscated, the overall structure points to a macro-based execution chain. The document body is unreadable, but the presence of macros and the file type strongly suggest a malicious document designed to execute arbitrary code, likely for payload delivery.

Heuristics 5

  • Excel 4.0 macro sheet (1 sheet(s)) critical OOXML_XLM_MACROSHEET
    Spreadsheet contains an Excel 4.0 (XLM) macro sheet — XLM was a major Office malware vector during 2020-2022 and evaded many VBA-focused controls before Microsoft tightened XLM defaults. Even legitimate XLM use is rare in modern workbooks.
  • Auto_Open macro high OLE_VBA_AUTO
    Auto_Open macro
  • VBA project inside OOXML medium OOXML_VBA
    Document contains vbaProject.bin — VBA macros present
  • Hidden worksheet (hidden) low OOXML_HIDDEN_SHEET
    Excel workbook contains 2 hidden sheet(s) — hidden sheets are commonly used to conceal macro code, staging data, or intermediate payload construction
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL http://schemas.openxmlformats.org/spreadsheetml/2006/main
    • http://schemas.microsoft.com/office/excel/2006/main
    • http://schemas.openxmlformats.org/officeDocument/2006/relationships
    • http://schemas.openxmlformats.org/markup-compatibility/2006
    • http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac

Extracted artifacts 3

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
9b08cd3e36715fd2a886e82f925adffcff4add9882130c80fd62265aa21725e6
vba-macro oletools.olevba.extract_macros (decoded VBA source from OOXML) 2430 bytes
vbaProject_00.bin
c4f8ae4ff1e3ceb259b814139f96b9f0cbfc0c7bbb07e08bf82c5631d42b5ada
vba-project OOXML VBA project: xl/vbaProject.bin 22528 bytes
xlm_sheet_00.xml
01ef82e292028ae09335324928adee74336c5388e8169fdf1abc7c61814d251b
xlm-macrosheet OOXML XLM macro sheet: xl/macrosheets/sheet1.xml 885 bytes