MALICIOUS
400
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
T1059 Command and Scripting Interpreter
T1204.002 Malicious File
This Excel file contains both VBA and XLM macros, with a critical Workbook_Open VBA macro that utilizes WScript.Shell to execute commands. The presence of OLE_VBA_HTTP_DROP_EXEC indicates the macro is designed to download and save a file, likely a second-stage payload. The 'Note: Enable content to display this spreadsheet in your screen size' is a common lure to trick users into enabling macros.
Heuristics 10
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
VBA downloads and writes a file to disk critical OLE_VBA_HTTP_DROP_EXECVBA reads an HTTP response body and writes it to disk (ADODB.Stream SaveToFile). Combined with the auto-exec/Shell paths this is a download-drop dropper even when the COM ProgIDs are built dynamically to evade keyword scanning.
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
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.
-
Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPENWorkbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Macro/content-enable lure medium SE_ENABLE_LUREDocument instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
xlm_macros.txtfdf54781a82ae0e2ee4ed555249a0a3f8ca98d330e9ee978a2c7c54b7002dab4 |
xlm-macro | oletools.olevba.extract_all_macros (XLM macro listing) | 949 bytes |
macros.bas81ccb838fe8221055ea97f591ab4739ef527d6feff923533801d9ca49e0fdd8d |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 454276 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.