MALICIOUS
208
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
T1059 Command and Scripting Interpreter
The sample is an Excel document containing a Workbook_Open VBA macro. This macro utilizes CreateObject to write a file to the user's ALLUSERSPROFILE directory and appears to be designed to download and execute a second-stage payload. The use of Environ() and CreateObject indicates a malicious intent to interact with the file system and execute arbitrary code.
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.basb74b124ee7ca189df327101980fac891d25c9754768ed51a76525da015c8c4f5 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3726 bytes |
vbaProject_00.bine24af6606c489f8af0e7f51b7bb928773958bb41a29d9242831cc3688b3c16dc |
vba-project | OOXML VBA project: xl/vbaProject.bin | 16896 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.