MALICIOUS
260
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1204.002 Malicious File
The file is a macro-enabled Excel spreadsheet containing an obfuscated VBA loader within the Workbook_Open event. This loader utilizes CreateObject and Shell execution to download and execute a second-stage payload, as indicated by the critical heuristic firings and ClamAV detection. The VBA code is heavily obfuscated, making precise reconstruction of the download URL difficult, but the overall intent is clear.
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.
-
ClamAV: Xls.Dropper.Agent-8406166-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Xls.Dropper.Agent-8406166-0
-
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 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.bas0551adf171689390a9caee5cb2ed7c26a4870bb5cfc4a22d915eee47537b0a12 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2090 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.