MALICIOUS
180
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1204.002 Malicious File
The sample is an Excel spreadsheet containing a Workbook_Open macro. This macro uses CreateObject and CallByName to invoke the ShellExecute method of the Shell.Application object. The script reconstructs the object name by removing spaces from 'Shell . Application' and the method name by removing spaces from ' S h e l l E x e c u t e '. The intent appears to be to execute a command, likely to download and run a second-stage payload, though the specific command is not fully reconstructible from the provided script.
Heuristics 5
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
CallByName call high OLE_VBA_CALLBYNAMECallByName 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.bas07880f041150861ee0432ab09a582875eca45dcb52541e8ff1e9ef89569f831a |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1529 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.bin57209b47360b6ae5a66d26f4ee77fc4e76c2f2eb14f60bd26ed5355cc5ccae5a |
vba-project | OOXML VBA project: xl/vbaProject.bin | 15872 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.