MALICIOUS
248
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
T1059 Command and Scripting Interpreter
The sample is a malicious Excel file containing VBA macros. The macros utilize the URLDownloadToFileA API to download a second-stage payload from a remote source. The Shell() and CreateObject() calls further indicate the execution of downloaded or embedded code, suggesting a downloader or droppper 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.bas0cb9d1a5a9c38939e053c21691e24700ebfb79fb3217634b05b337ca66bcaa70 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2246 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.