Malware Insights
The sample is an Excel file containing a Workbook_Open macro, which is a common technique for executing malicious code upon opening. The VBA script uses string manipulation and obfuscation to reconstruct a URL and a registry key. Specifically, it reconstructs the URL 'http://83.231.101.22/24/cn.txt' and the registry path 'HKCU\Software\Microsoft\Windows\CurrentVersion\Run\IAccessible2Proxy'. The GetObject call and the subsequent Create method indicate an attempt to download and execute a second-stage payload from the reconstructed URL, establishing persistence via the Run key.
Heuristics 4
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
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.bas8aa7132bb7eed81f5d3e9b7485748a2c81f190e6660bb2fe78fcf6afa7129f61 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1917 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.