Malware Insights
The file is an Excel spreadsheet containing VBA macros. The presence of a GetObject call and Environ() function calls within the VBA code suggests the macro is designed to execute arbitrary code. The Workbook_Activate subroutine is present, indicating that the macro will execute upon opening the document. The extensive use of commented-out MsgBox calls suggests an attempt to obfuscate the actual malicious functionality. Without further deobfuscation or network activity, the exact payload and intent remain unclear, but the macro execution is the primary indicator of malicious activity.
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.bas89f1542c51f51c849d146fdede3313a47ca9d30fa31efc8cc6650801c6c58339 |
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.