Malware Insights
The file exhibits several indicators of malicious behavior, including a VBA-based macro that executes upon workbook opening. This macro utilizes `CreateObject` to instantiate COM objects, potentially for downloading and executing a secondary payload. The `Workbook_Open` event handler is a common attack vector for delivering malicious code. The extracted artifacts, particularly the `macros.bas` file, contain obfuscated code and commands that suggest an attempt to evade detection. The overall intent is likely to download and execute a payload from a remote server.
Heuristics 4
-
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
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas3c30b6dd07242d341ca72bcaf07058f81592ca1490dcf1a2b2534f10ce662f55 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3485 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
vbaProject_00.bind00744beffbf7d7f900db846d388b52897c7ff620f6e8083d72c9e5aec4945b2 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 16384 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
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.