MALICIOUS
280
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059 Command and Scripting Interpreter
T1566.001 Spearphishing Attachment
The sample contains a critical heuristic for an obfuscated auto-exec VBA loader, indicating malicious intent. The Auto_Close macro is present and attempts to write to a file named '1.mstsc' in the public documents directory. This script likely downloads and executes a second-stage payload, leveraging the ShellExecute API.
Heuristics 7
-
Obfuscated auto-exec VBA loader critical OLE_VBA_OBFUSCATED_AUTOEXEC_LOADERAuto-exec VBA reconstructs strings with a heavy custom decoder (numeric char-array, repeated hex-string decode, or junk-token Replace removal) and feeds them to a COM-instantiation or execution sink. This obfuscated-loader shape keeps CreateObject/Shell/URL indicators out of the macro source.
-
Reference to ShellExecute API high SC_STR_SHELLEXECReference to ShellExecute API
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
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.bas27fdef985c5372a14047b3e2e902c9cedfa0fed1b722d634c9679af441af7d25 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 37124 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.