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

Static analysis result for SHA-256 a80382d030b0c292…

MALICIOUS

Office (OOXML) / .XLSX

72.9 KB Created: 2006-09-16 00:00:00 UTC Authoring application: Microsoft Excel 16.0300
MD5: 889194eb6a3904f14ab7ffd672c97ad5 SHA-1: 983b743e8d66666d2262fe6f6d21c9950ea64bdc SHA-256: a80382d030b0c292a73e83cdcbd0f4e30f43f43bd7d2e3250dcf83e1d2d51503
120 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic for Applications

The sample is an XLSX file containing embedded Excel 4.0 macro sheets, indicated by the OOXML_XLM_MACROSHEET and OOXML_XLSB_INTL_MACROSHEET_IN_XLSX heuristics. These macros are designed to execute arbitrary code. While the specific actions of the macros are truncated and obfuscated, their presence strongly suggests a malicious intent, likely for downloading and executing a second-stage payload. No specific family could be identified due to the limited script content.

Heuristics 2

  • Excel 4.0 macro sheet (2 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. The macro sheet is stored as XLSB/BIFF12 binary content, which many XML-only OOXML scanners miss.
  • XLSB international XLM macro sheet hidden in .xlsx critical OOXML_XLSB_INTL_MACROSHEET_IN_XLSX
    OOXML package is named .xlsx but contains XLSB workbook parts and an international Excel 4.0 macro sheet. This hides XLM macro execution from scanners that trust the extension or only inspect XML worksheet parts. The technique is macro execution, not a document-parser CVE.

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
xlm_sheet_00.bin
0ea4d656050be4b1084d24b7a372d65b8c2797b75da270a52e75f02a2f0e92fd
xlm-macrosheet OOXML XLM macro sheet: xl/macrosheets/intlsheet1.bin 48281 bytes
xlm_sheet_01.bin
4e522c536aeccc71c0841e52ecdb22b6de1ec3e24a3582bf9af9daf070713bec
xlm-macrosheet OOXML XLM macro sheet: xl/macrosheets/intlsheet2.bin 28120 bytes