MALICIOUS
200
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
T1203 Exploitation for Client Execution
The XLSM file contains a Workbook_Open macro that triggers obfuscated VBA code. This code appears to be designed to execute system commands, as indicated by the presence of 'wmic os get VIEW/PRINT' and the 'GetObject' call. The obfuscation and auto-execution nature suggest a downloader or initial execution stage for further malicious activity.
Heuristics 5
-
Obfuscated auto-exec VBA loader critical OLE_VBA_OBFUSCATED_AUTOEXEC_LOADERAuto-exec VBA reconstructs strings with a heavy custom decoder (numeric char-array, repeated hex-string decode, or junk-token Replace removal) and feeds them to a COM-instantiation or execution sink. This obfuscated-loader shape keeps CreateObject/Shell/URL indicators out of the macro source.
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas2dbc5799949a65893cc9f808acab552ee3dcdddbcea6bbce707a09e87b8c3a3a |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 7814 bytes |
vbaProject_00.bin6dfd3b8f8250f3b3a681aeb38682af6800160010702e97a22fe8dd717a5b7d8b |
vba-project | OOXML VBA project: xl/vbaProject.bin | 65024 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.