Malware Insights
The sample is an Excel file containing VBA macros. The macros utilize CreateObject and CallByName functions, indicating an attempt to execute arbitrary code. The Workbook_Activate subroutine modifies cell values, and the Worksheet_Change subroutine attempts to decode a string from document properties and execute it via a call to CreateObject using the PageSetup.CenterHeader property. This suggests the macro is designed to download and execute a secondary payload. The specific payload or its destination could not be determined due to obfuscation and lack of network indicators.
Heuristics 3
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
CallByName call high OLE_VBA_CALLBYNAMECallByName call
-
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.bas8b4f99414d66b3cae2696977541f556d2c5f240b265bc1a5ee0708fa0081e179 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1748 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.