Malware Insights
The file contains a VBA macro that executes upon workbook opening. This macro utilizes `CreateObject` to instantiate COM objects, including `WScript.Shell` and potentially `XMLHTTP` for downloading files. The use of `Environ()` suggests an attempt to locate temporary directories. The LOLBin reference indicates the use of a legitimate Windows tool for malicious purposes, likely to obfuscate or execute payloads. The macro's behavior, combined with the extracted URLs and the VBA project, strongly suggests a macro-based downloader attempting to establish a remote connection and execute a secondary payload. The `Workbook_Open` event handler is a common vector for delivering malicious code in Office documents.
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.basf897f7c1cbef049352021d5983bbde5034136c01c58cd8f0d3c3391bfd632538 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3544 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.binde38ce86e0b6b86ed2a3dbd97c65e5cfc8855fcb6edaab1a207f7c62ca637b68 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 16896 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 2 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.