MALICIOUS
288
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1105 Ingress Tool Transfer
T1071.001 Web Protocols
The VBA script utilizes WScript.Shell and CreateObject to download a file from the constructed URL 'http://internetOrios.com' and save it to disk as a '.cvs' file. The script also attempts to execute this downloaded file, indicating a downloader or droppper functionality. The use of Shell() and WScript.Shell are critical indicators of malicious intent.
Heuristics 7
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
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.
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject 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.basef8c3bee56f10a65845fe1cf3468aa04a4d940b40e6f9d50170cb4c0704340e3 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2187 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.