Malware Insights
The sample is an XLSM file containing VBA macros. The critical heuristic OLE_VBA_DOWNLOAD indicates the use of URLDownloadToFileA, which is used in the `CentraForm` subroutine to download a file from an embedded URL. The critical heuristic OLE_VBA_SHELL indicates the use of Shell(), which is used in the `AswcC` function to execute the downloaded file. The reconstructed URL is not fully available due to truncation, but the script attempts to save the payload to a file named '198.vbs' in the user's public directory. The script also attempts to execute this downloaded file using cmd.exe.
Heuristics 4
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
URLDownloadToFile in VBA critical OLE_VBA_DOWNLOADURLDownloadToFile in VBA
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
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.basaba2a2a5f2d8a917c531c7095cc16aea128426b94f1b94dee69828c65d535655 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2101 bytes |
vbaProject_00.bin187bb028675451f6690c5ba7a980e69b38816161b7188789138e747c5421d5bf |
vba-project | OOXML VBA project: xl/vbaProject.bin | 17408 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.