MALICIOUS
168
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
The XLS file contains VBA macros that utilize CreateObject and GetObject functions, indicative of malicious activity. The critical heuristic 'OLE_VBA_HTTP_DROP_EXEC' confirms that the VBA code downloads a file from an HTTP source and saves it to disk, likely for execution. The script attempts to construct a temporary filename using environment variables and application dimensions, and also appears to be involved in persistence by writing to a Run key.
Heuristics 5
-
VBA downloads and writes a file to disk critical OLE_VBA_HTTP_DROP_EXECVBA reads an HTTP response body and writes it to disk (ADODB.Stream SaveToFile). Combined with the auto-exec/Shell paths this is a download-drop dropper even when the COM ProgIDs are built dynamically to evade keyword scanning.
-
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
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas2d36ac25e4b933a673ef064fdd92c4bee7e6c5a1314ac49e62b40997d89f7ef1 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 3753 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.