Malware Insights
The sample is an XLSM file containing a Workbook_Open macro, which is a common technique for executing malicious code upon opening. The critical heuristic firing for Shell() call in VBA indicates that the macro attempts to run an external command. Although the script is truncated, the presence of a Shell() call strongly suggests it's designed to download and execute a second-stage payload. The macro's obfuscated string concatenation, like 'pcw' & 'w', and the use of `Application.StatusBar` for progress indication are common evasion tactics.
Heuristics 4
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
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.bas8a7e7819df6b91f47eafc2ab79d0af373d8adb5e25bdbaf0c3846296f5a42d91 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 6227 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 1 long base64-like blob(s). Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
vbaProject_00.bin7b271daa54c3562323e00e2c0201c1de025b6fcc41316fba479191aee0f70050 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 27648 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 1 long base64-like blob(s).
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.