MALICIOUS
340
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1218 Signed Binary Proxy Execution
T1105 Ingress Tool Transfer
T1027 Obfuscated Files or Information
The sample is a macro-enabled Excel file containing an obfuscated auto-exec loader within the Workbook_Open event. It utilizes VBA functions like CreateObject and GetObject, along with calls to Windows APIs such as LoadLibraryA, GetProcAddress, and VirtualProtect, indicating it attempts to load and execute shellcode. The script also reconstructs the string "amsi.dll" from hexadecimal values, suggesting it may attempt to bypass security measures.
Heuristics 9
-
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 LoadLibrary API high SC_STR_LOADLIBRARYReference to LoadLibrary API
-
Reference to GetProcAddress API high SC_STR_GETPROCADDRESSReference to GetProcAddress API
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open 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.
-
Reference to VirtualProtect API medium SC_STR_VIRTUALPROTECTReference to VirtualProtect API
-
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.bas8ca82ccddb33fed385c8205f8fe8445b601bc6d79345c63d8d99b50fa69de99e |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 170198 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.