MALICIOUS
68
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.003 Windows Command Shell
T1105 Ingress Tool Transfer
T1071.001 Web Protocols
The sample is an Excel file containing VBA macros. The Workbook_Activate subroutine constructs a path to a batch file named 'ETtFd.bat' within the user's AppData directory. It then writes obfuscated data from cells A100, A103, A104, and A105 into this batch file. The GetObject function is used to interact with the Excel object model, and the Environ function retrieves the AppData path. The batch file is subsequently opened and executed, indicating a likely downloader or initial execution stage for a secondary payload.
Heuristics 3
-
GetObject call high OLE_VBA_GETOBJGetObject 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.bas1f3d5a755aa136fbfc8443a6a4f81633444b54dcd581c7b48642871df26052d3 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1343 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.