MALICIOUS
260
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1218.011 System Binary Proxy Execution: Rundll32
T1059.003 Windows Command Shell
T1059.001 PowerShell
The file is an Office document containing a Workbook_Open macro, a common technique for initial execution. The VBA code references cmd.exe and uses WMI's Win32_Process.Create method, indicating an attempt to launch external processes. The presence of a PowerShell reference further suggests the execution of additional malicious code. The VBA code also contains obfuscated Base64 decoding logic, likely used to hide the second-stage payload.
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.basdcce00f5e88fb1d18333a0185eddd81b942cdc2c4fb25a12cc4ea3d11a2374ca |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 35172 bytes |
vbaProject_00.bin141ff4e49ebf4e9db39e57c444edad02dc13678e09b12809e54a770557e48231 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 11264 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.