MALICIOUS
208
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The critical heuristic 'Obfuscated auto-exec VBA loader' and the high-severity 'Workbook_Open macro' firing indicate that the document is designed to automatically execute VBA code upon opening. The Workbook_Open subroutine calls Application.Run, which is used to execute obfuscated VBA functions. This pattern strongly suggests the macro is a loader for a second-stage payload, likely downloaded from an external source, aligning with the Spearphishing Attachment initial access technique.
Heuristics 6
-
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.
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject 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 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)
Extracted artifacts 3
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas2d30690d1c78e8e74f1e83133ae6421f3f78cdeb60195acaf42e62d5a8ecc4da |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 108153 bytes |
vbaProject_00.binc9337f66e791a32912a7105709b500cd6d58502956629cf8ab61b527102f9995 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 842752 bytes |
emf_00.emf181321227cb9df20544fd6474137d964a19836fb544706c1dd27a5c0622aec7b |
ooxml-emf | OOXML EMF part: xl/media/image1.emf | 2672 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.