SUSPICIOUS
40
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059 Command and Scripting Interpreter
T1204.002 Malicious File
The sample is an XLSM file containing a Workbook_Open macro that executes code via the Shell() function. The macro constructs a path to a temporary file and then attempts to execute it. This indicates a downloader or dropper functionality, aiming to execute a second-stage payload.
Heuristics 6
-
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
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
-
Macro capabilities present but unconfirmed info MACRO_CAPABILITY_UNCORROBORATEDThe document's VBA exposes execution capabilities (Shell/WScript/CreateObject/auto-exec) but nothing corroborates malicious intent — no obfuscation, memory-exec primitive, download+exec chain, encoded payload, LOLBin, DDE, AV hit, or suspicious URL. The verdict was capped at 'suspicious' so legitimate macro-heavy business documents are not flagged malicious on capability presence alone.
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas86b8b9e48cdcd034cbe1fa1e39d930a55bd99c624d4fa8b410fcfb105fcb3d70 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1030 bytes |
vbaProject_00.bind98176cf98ba37eee42c35b169274dc5a8b30b7f7bb648f5f5771f4a1cebb4c4 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 9216 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.