MALICIOUS
220
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
T1566.001 Spearphishing Attachment
T1203 Exploitation for Client Execution
The sample is an OOXML document containing a VBA macro with an Auto_Open subroutine. This subroutine uses string concatenation to obfuscate the command 'powershell' and then executes it using the Shell() function. This indicates an attempt to download and execute a second-stage payload.
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.basd409352b17312cfbe60d2d28076cf6b6df050051f3b1eb02e57d3ca113d9ff18 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 759 bytes |
vbaProject_00.bin026661d5111f3245ca347d5e3f4a471b0cf620f828b2827400106f44b7d44b1e |
vba-project | OOXML VBA project: xl/vbaProject.bin | 10240 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.