MALICIOUS
188
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
T1059.003 Windows Command Shell
The VBA macros contain critical heuristic firings indicating the use of Shell() and HTTP download with file saving, strongly suggesting a downloader. The script attempts to download content from 'http://112.b5bp0li78ne3.c4o0m4', saves it to a temporary file, and then executes it using a constructed command line. This indicates a clear intent to fetch and run a secondary payload.
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.bas62d8586f12a929bffff111fb53112605ccf30ec47b77aa9ff469415a48926dc5 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1988 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.