Malware Insights
The sample is an Excel file with a high-confidence detection for VBA macros. The presence of a GetObject call and Environ() function calls within the VBA code suggests an attempt to interact with the system or execute external commands. The extensive use of commented-out MsgBox calls and the Workbook_Activate subroutine indicate that the macro is designed to run automatically upon opening the workbook, likely to download and execute a second-stage payload. However, the specific payload or execution method is not fully discernible due to obfuscation and truncation.
Heuristics 3
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas8b55d507a7e4ab575cf2c0fc4b038d7b046801e316618bbda9ca6277e7a8563d |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 3434 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.