MALICIOUS
260
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1059.003 Windows Command Shell
T1218.011 System Binary Proxy Execution: Rundll32
T1071.001 Web Protocols: Web Protocols
The sample is an Excel document containing VBA macros. Critical heuristics indicate the presence of a Workbook_Open macro that references PowerShell and uses WMI to launch processes. This suggests the macro is designed to execute a second-stage payload, likely downloaded from a remote source. The GetObject call and cmd.exe reference further support this malicious intent.
Heuristics 6
-
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.
-
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.bas5f9fdac2a0dac3489b833d8d7fd770e072b9d5e711ebba60dabb21852937ea18 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 35583 bytes |
vbaProject_00.bin24f74eda3634cde7c18683bee4b236838f0620f0d67867505ad46920b72813b9 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 11776 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.