Malware Insights
The sample is an XLSM file containing a Workbook_Open macro, indicating it's designed to execute code upon opening. The macro uses CreateObject to execute a command, constructing a path to a file named 'payload.exe' which is likely the second-stage payload. The Environ and Cells functions are used to dynamically construct the path and potentially the command to execute, suggesting an attempt to obfuscate the payload's location and name. The macro also writes data to a file, but its content is not directly discernible from the provided script.
Heuristics 5
-
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.basf82dcdf0d980a111e48d6b7e8bf0f569253aedffa510fc072db534d1f0e25795 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1094 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.bina8190446c34a7cd3fa80f524a72f332a518366e3b88fd60d25ad5c64d5927d92 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 9216 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.