MALICIOUS
248
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
T1059 Command and Scripting Interpreter
The VBA macro contains calls to `URLDownloadToFileA` and `Shell()`, indicating it is designed to download and execute a secondary payload. The script constructs a temporary filename using `Environ$("USERPROFILE") & "\Documents\" & <random_name> & ".raw"` and attempts to open it for output, suggesting it will be used to save the downloaded file. The use of `URLDownloadToFileA` directly points to Ingress Tool Transfer.
Heuristics 6
-
Reference to URLDownloadToFile API critical SC_STR_URLDOWNLOADReference to URLDownloadToFile API
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
URLDownloadToFile in VBA critical OLE_VBA_DOWNLOADURLDownloadToFile in VBA
-
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.bas1d3a063a3b0b3b63e0039d8d364b9472fcc7aa5b961e77ed3aade914a4472519 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2234 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.