Malware Insights
The critical heuristic OLE_VBA_ACTIVEX_XLM_STAGER indicates that VBA code is used to launch decoded Excel4 macros. The VBA script contains a function `dlf` which calls `ExecuteExcel4Macro`, and the `steelview` subroutine iterates through a list of URLs, reconstructing them from concatenated strings. These URLs are likely used to download and execute a second-stage payload. The reconstructed URLs include: http://renahavis.com.ua/y6qu3.gif, http://oghniyat.com/uoax0mo1.rar, http://www.szhxr.com/ujifkc.pdf, and many others. The script's intent is to download and execute a second-stage payload from these URLs.
Heuristics 2
-
VBA ActiveX event launches decoded Excel4 macro critical OLE_VBA_ACTIVEX_XLM_STAGERThe compiled VBA p-code (identifier table) references an auto-firing ActiveX/control event together with ExecuteExcel4Macro, while the decompressed source does not — the VBA-stomping shape of the ActiveX-event XLM stager. The control event bridges into XLM formula execution to call Win32 / drop payloads, hidden from source-level scanners.
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
Extracted artifacts 3
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas1ef61e7047afcbc89e890e7e87d1665fd89076cd125054bb389fb167cef7ca07 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2170 bytes |
vbaProject_00.bin8ee64023484cd467285751449522b670f3873cae016629ee7bae906e96f910b5 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 19968 bytes |
emf_00.emf718aab5bc274820ed43c95327b0931528513301993e1ce84cd79836f71f52025 |
ooxml-emf | OOXML EMF part: xl/media/image1.emf | 1408 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.