MALICIOUS
188
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
T1204.002 Malicious File
The sample contains VBA macros that utilize CreateObject to instantiate MSXML2.XMLHTTP and ADODB.Stream objects. The script attempts to download a file from the hardcoded URL '2ht40t1p11s4:6/12/b5bp0li78ne3.c4o0m4', save it to a temporary file, and then execute it using the Shell() function. This indicates a downloader or droppper functionality.
Heuristics 5
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
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
-
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.basf0818cbf36687a3fbf7efddcc32b476d906c0d52a95278f5a29c2780c51b721c |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1987 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.