MALICIOUS
128
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
The sample is an XLSM file containing VBA macros. The critical heuristic OLE_VBA_DOWNLOAD and the presence of the URLDownloadToFileA function indicate the macro attempts to download a file from a hardcoded URL. The script reconstructs the URL as "http://137.123.128.127.134.133.076.seeds/evil.exe" and saves it to the temporary directory. The GetObject call and subsequent actions suggest the downloaded file is then executed.
Heuristics 4
-
URLDownloadToFile in VBA critical OLE_VBA_DOWNLOADURLDownloadToFile in VBA
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas8012cacf36a788912ce9a7cb8034561aba0a18cc8d734dd5088e8c199b7c48ff |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2200 bytes |
vbaProject_00.bine6ed5961d2e1cb7a9d005a1f8782c34288fb616a7075af14354fee73e00d2850 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 19968 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.