MALICIOUS
288
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
T1059.003 Windows Command Shell
The VBA script utilizes `WScript.Shell` and `CreateObject` to download a payload from the URL "http://internetOrios.com" and save it to disk. The script also attempts to obscure the downloaded file's name and potentially its nature by appending information derived from HTTP headers. This indicates a downloader or droppper functionality.
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.bas6b54597ed8c591eb69bc3b0375c938bb61ba62e711f93f5bbdb62356cceef3ba |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2184 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.