Malware Insights
The file exhibits several indicators of malicious activity, including a VBA macro that executes upon workbook opening, a CreateObject call potentially establishing a shell, and a suspicious extracted artifact. The macro's `Workbook_Open` subroutine immediately triggers execution, likely downloading and executing a secondary payload. The `CreateObject` call suggests attempts to leverage COM objects for command execution or file system access. The overall pattern aligns with a macro-based downloader or a technique to establish a foothold within the 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.bas844acbf27365fe182bf1e608bd3446b46560d1846aaa4bcb6328dac4a67d93c1 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3372 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.bin16620fdcb5eb5912dcc92828c4ea08982be9ec42e1ae9af1a047e6e6a8aa8723 |
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.