MALICIOUS
288
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1105 Ingress Tool Transfer
The VBA macros in this XLS file utilize `CreateObject` to instantiate `Microsoft.XMLHTTP` and `ADODB.Stream` objects. The script attempts to download content from a URL (not explicitly provided in the extracted evidence but implied by `Classes.Open "GET", bersha, False`) and save it to disk using the `mioS` function, which calls `S.SaveToFile`. 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.bas52dc721e11850992455ce997129e1b1a1dcd336d4711c409a1604e4cae57d89c |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 4619 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.