MALICIOUS
288
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1105 Ingress Tool Transfer
T1204.002 Malicious File
The VBA macro utilizes WScript.Shell and CreateObject to download a file from the constructed URL 'http://internetrasporti.com' and save it locally as a '.cvs' file. This indicates a downloader functionality, aiming to fetch and execute a secondary payload. The use of Shell() and WScript.Shell points towards execution of arbitrary code.
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.basf9af03831255df4fba629ffe6be4f041d6ac552aa713623ed6cf8c7f37e685e4 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2188 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.