Malware Insights
The file exhibits several indicators of malicious behavior, including a VBA-enabled workbook, a `Workbook_Open` macro that executes upon opening, and the creation of a VBA project file. The macro's code attempts to instantiate COM objects (likely for downloading or executing commands), and the `CreateObject` call suggests an attempt to establish a connection to a remote server. The overall intent is to download and execute a secondary payload, likely a dropper or a remote access trojan. The `Workbook_Open` macro is a common technique for establishing persistence and initiating malicious activity within a compromised system.
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.basd0575974518ba4497a3f734a0434e68454d534c61d777c20ad2ac4b70aba0a79 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3488 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.bin9d610c16a90c892aa73d13360a0c83ca90bfda8162e3535fbb3e45abe166e1fd |
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.