Malware Insights
The file exhibits several indicators of malicious activity, including a VBA macro that triggers upon workbook opening, a LOLBin reference, and suspicious artifact detections within the VBA project. The macro's behavior – creating a file in the user's profile and executing a script – strongly suggests a downloader attempting to retrieve and execute a secondary payload. The use of `Environ()` further supports this, likely for obtaining paths to staging locations. The `CreateObject` call is a common technique for establishing a connection to a command-line interpreter or other system utilities. The overall intent is to establish a foothold and potentially escalate privileges.
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
-
Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGEOne or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — 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.bas6ee52e51163e41fb78bba265aaa70496b33739f2b4463ac6a517ab9e94d6a011 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3617 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 1 shell/COM execution token(s). Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
vbaProject_00.bin5a440ed0818e0059461d2e9083aa583f8daf0d97303a004f7ddae9e8233fac33 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 16896 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 1 shell/COM execution token(s). Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.