MALICIOUS
196
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
T1203 Exploitation for Client Execution
The sample is an Excel document containing a Workbook_Open macro that executes a shell command. The macro appears to construct a path using the ALLUSERSPROFILE environment variable and a string literal, and then executes a script file named '//theThousandMillions.sct'. This indicates a macro-based downloader designed to execute a second-stage payload.
Heuristics 7
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
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
-
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
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
-
Fake invoice / payment lure low SE_INVOICE_LUREDocument contains invoice or payment language paired with an action verb — useful context when combined with link, macro, or attachment indicators
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basa8cf647fbff00af757f27a5080de64d7593719543f3b4d8b11ef8639e9e01643 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1918 bytes |
vbaProject_00.bina4b71ba1ee80edce58f44125a94bf738e17161fe1e0da8a968ddf1090a26f126 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 13824 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.