MALICIOUS
248
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
T1059.003 Windows Command Shell
The sample is an Excel spreadsheet containing VBA macros. Heuristics indicate the use of URLDownloadToFile, Shell(), and CreateObject, suggesting the macro is designed to download and execute a payload. The script attempts to reconstruct a URL using string manipulation, likely for obfuscation, and the presence of URLDownloadToFile points to a downloader functionality.
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.bas75d93eec6aa9032b8d12b82ad9fd8c2d175fe3d4bfd0c13aeee04e69660660ea |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2423 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.