Malware Insights
The file exhibits several indicators of malicious behavior, including a VBA macro that executes upon workbook opening, a CreateObject call potentially used to establish a command-line interface, and suspicious extracted artifacts. The macro's behavior, as described in the heuristics, suggests it's designed to download and execute a payload. The `Workbook_Open` macro is a common delivery mechanism for malware, and the `CreateObject` call further supports this intent by potentially establishing a channel for command execution. The overall pattern aligns with a macro-based downloader.
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.bas9df9efc342d5bd01331635315785f7001f7b6c3a10cd0416d921d8052f909b8e |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3563 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.bina1b568942b4a78ca5263233681755303929fce2dde28caa5e09ee36dbda125da |
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.