Malware Insights
The sample is an Excel document containing a Workbook_Open VBA macro. This macro utilizes CreateObject to interact with the file system and attempts to write a file named 'qInsertDeleteCells.xsl' to the 'C:\ProgramData\' directory. It also appears to attempt to establish persistence by creating a registry key that points to this file, likely to execute a second-stage payload. The use of 'Environ("ALLUSERSPROFILE")' and the creation of a file with a '.xsl' extension in a common program data location suggest an attempt to masquerade as a legitimate system file.
Heuristics 6
-
LOLBin reference in VBA critical OLE_VBA_LOLBINLOLBin reference in VBA
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas84842bce573ff8887ced2812ca6b416fc62c033acf90432a5255aabfef85344d |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3703 bytes |
vbaProject_00.bine26622e3e809ada497a15f305bf5cf578a50f7c6e380ac09e0427a55660967ef |
vba-project | OOXML VBA project: xl/vbaProject.bin | 16896 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.