MALICIOUS
162
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.002 Spearphishing Attachment
The file is an XLSM document containing a Workbook_Open macro, indicating an attempt to execute code upon opening. The VBA code is heavily obfuscated, but the presence of a GetObject call suggests it is attempting to interact with external objects or resources. The Excel 4.0 macro sheet further supports the malicious intent. The primary attack pattern is likely a macro-based download and execution of a secondary payload.
Heuristics 5
-
Excel 4.0 macro sheet (1 sheet(s)) critical OOXML_XLM_MACROSHEETSpreadsheet 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.
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
-
Embedded URL info EMBEDDED_URLOne 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
- http://schemas.microsoft.com/office/spreadsheetml/2014/revision
- http://schemas.microsoft.com/office/spreadsheetml/2015/revision2
- http://schemas.microsoft.com/office/spreadsheetml/2016/revision3
- http://schemas.microsoft.com/office/spreadsheetml/2016/revision6
Extracted artifacts 3
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas8cfbc3ad9ea945982aa7722c48824a14621cd7133d0310eff9461c46ffc829d8 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3123 bytes |
vbaProject_00.bin18f02ca05fbf5d281683a8faed27e5014009f778be99f2d7df60e02d853ee35e |
vba-project | OOXML VBA project: xl/vbaProject.bin | 12800 bytes |
xlm_sheet_00.xml796f3cafa583d6676198b9fa426921281eae76275267c4e73fc6bfc784b740b0 |
xlm-macrosheet | OOXML XLM macro sheet: xl/macrosheets/sheet1.xml | 1234 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.