Malware Insights
The sample contains VBA macros that leverage `GetObject` and `CreateObject` to instantiate Windows Script Host and execute commands. Specifically, it constructs a batch file named 'eUOKm.bat' in the user's profile directory. The content of this batch file is assembled from worksheet cells, including a Base64 encoded string that decodes to 'Windows Style Sheet hidden XEI Text:System.Text.Encoding::FromBase64String(46SgnirtS)' and a command to start this script. This indicates a downloader or initial execution stage for a more complex attack.
Heuristics 5
-
VBA instantiates/executes content from worksheet cells critical OLE_VBA_CELL_GETOBJECT_EXECVBA passes a worksheet cell/comment reference to GetObject and drives an Exec/Open/Run sink. Malware hides the COM moniker and command in cell data so the macro source carries no literal indicators.
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
GetObject call high OLE_VBA_GETOBJGetObject 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.basdbe842917e3187a3520123540c41f291f817f6badf4f4a15bb6cf341802bc084 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1680 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.