MALICIOUS
320
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1059.003 Windows Command Shell
T1204.002 Malicious File
T1566.001 Spearphishing Attachment
The OOXML document contains a Workbook_Open macro that executes obfuscated VBA code. This code references cmd.exe and PowerShell, and uses WMI's Win32_Process.Create method to launch them. This strongly suggests the macro's purpose is to download and execute a second-stage payload. The VBA code itself is heavily obfuscated, making a precise analysis of its actions difficult, but the intent to execute external commands is clear.
Heuristics 7
-
PowerShell reference in VBA critical OLE_VBA_PSPowerShell reference in VBA
-
VBA WMI Win32_Process launcher critical OLE_VBA_WMI_PROCESS_CREATEVBA macro builds or references a WMI moniker for Win32_Process and invokes .Create to start a command. This is a high-confidence macro execution chain that often hides the WMI class name through string concatenation or helper functions.
-
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
-
cmd.exe reference in VBA high OLE_VBA_CMDcmd.exe reference in VBA
-
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.bas48b85e8538d40a222582b5bce7f61798bd1a3475ddf3d6e0fc556b9e6c77650b |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 36441 bytes |
vbaProject_00.bin605a158934e1860c71c8526517e5c06ba2c3152d0af8b223714f8ae0cfee67d8 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 11776 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.