MALICIOUS
320
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1218.011 System Binary Proxy Execution: Rundll32
This XLSX file contains a Workbook_Open macro that triggers obfuscated VBA code. The script utilizes WScript.Shell to execute commands, indicating a likely downloader or initial execution stage. The use of obfuscation and auto-execution suggests a malicious intent to run further payloads.
Heuristics 7
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
Obfuscated auto-exec VBA loader critical OLE_VBA_OBFUSCATED_AUTOEXEC_LOADERAuto-exec VBA reconstructs strings with a heavy custom decoder (numeric char-array, repeated hex-string decode, or junk-token Replace removal) and feeds them to a COM-instantiation or execution sink. This obfuscated-loader shape keeps CreateObject/Shell/URL indicators out of the macro source.
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basc641f1ab89460039a53647177b1ecd1928107eeb473912231a8cd8b475638586 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 3564 bytes |
vbaProject_00.bin8213f59814f1e303e3835177f68d9b1c966a96f69bd226a702486bbedf855d3f |
vba-project | OOXML VBA project: xl/vbaProject.bin | 18432 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.