Malware Insights
The sample is an OLE Excel file containing VBA macros. The critical heuristic firing indicates the use of Shell() calls, and the high heuristic firing indicates CreateObject() calls. The VBA script `macros.bas` uses `CreateObject("Scripting.FileSystemObject")` to create a file named `CSVLEI.TXT` and then uses `Shell("NOTEPAD CSVLEI.TXT", vbNormalFocus)` to open it. This suggests the macro is designed to generate and display a file, potentially as part of a social engineering lure or to prepare for a second-stage download. The document body contains what appears to be payroll information, reinforcing the lure aspect.
Heuristics 3
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject 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.bas63a72a9ea501accada32f15bd5d2203b1b8468a248bfc4be8e23f279f42121e2 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2270 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.