MALICIOUS
160
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 Command and Scripting Interpreter
T1071.001 Application Layer Compromise
The file exhibits several characteristics of macro-based malware. The VBA macros, particularly the `Shell()` call and the `Auto_Close` macro, are commonly used to execute arbitrary code. The script attempts to download a payload from a URL, obfuscated with URL encoding, and then executes that payload using the `Shell()` function. The `Auto_Close` macro further increases the likelihood of delayed execution. The script's function names and variable names are deliberately obfuscated to evade detection.
Heuristics 4
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close 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 macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.base9d0c6fefdf4b0771ea74c55cdba35b5adb513805971983bff30d2868e67d782 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 820 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.