MALICIOUS
220
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
T1566.001 Spearphishing Attachment
T1204.002 Malicious File
The file is a malicious Excel document containing a VBA macro. The macro's auto_open subroutine is designed to execute a PowerShell command by concatenating string literals. This indicates the file is likely a downloader or dropper for a second-stage payload, leveraging the common spearphishing attachment vector.
Heuristics 5
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
Dangerous API name reassembled from split string literals critical OLE_VBA_SPLIT_KEYWORD_OBFUSCATIONVBA concatenates short string literals that reassemble a dangerous API/ProgID/LOLBin name (e.g. Scripting.FileSystemObject, WScript.Shell, powershell, URLDownloadToFile) which appears in no single literal. Splitting an API name across string concatenation is done only to evade keyword scanning.
-
Auto_Open macro high OLE_VBA_AUTOAuto_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
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basd2946322b9cf8b97ee7829ca8100e794e9526593763da97c5fe744249c409249 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 729 bytes |
vbaProject_00.binbaa8f727c65339a3e2569b4aa1c76d913a61223b7e2e22fe75fe10b06cb91b04 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 14336 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.