MALICIOUS
130
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1204.002 Malicious File
The file is an XLSM document containing VBA macros, specifically an Auto_Open macro and an Excel 4.0 macro sheet. The presence of these macros, along with a hidden worksheet, strongly suggests malicious intent. The VBA code appears to be obfuscated, but the Excel 4.0 macro sheet is a known technique for executing arbitrary code. While no direct download URLs or execution commands were explicitly reconstructed from the provided snippets, the overall structure and heuristic firings indicate a downloader or initial execution stage.
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.
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
-
Hidden worksheet (hidden) low OOXML_HIDDEN_SHEETExcel 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_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
Extracted artifacts 3
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas9b08cd3e36715fd2a886e82f925adffcff4add9882130c80fd62265aa21725e6 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2430 bytes |
vbaProject_00.binc4f8ae4ff1e3ceb259b814139f96b9f0cbfc0c7bbb07e08bf82c5631d42b5ada |
vba-project | OOXML VBA project: xl/vbaProject.bin | 22528 bytes |
xlm_sheet_00.xml01ef82e292028ae09335324928adee74336c5388e8169fdf1abc7c61814d251b |
xlm-macrosheet | OOXML XLM macro sheet: xl/macrosheets/sheet1.xml | 885 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.