MALICIOUS
160
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1105 Ingress Tool Transfer
The file contains both Excel 4.0 (XLM) and VBA macros, with the VBA macros explicitly calling the URLDownloadToFileA API. This indicates the primary function of the document is to download and execute a secondary payload from a remote source. The XLM macro sheet is present but appears to be minimal, suggesting the VBA macros are the primary execution mechanism. The specific URL is not directly visible in the provided script excerpts, but the intent to download is clear.
Heuristics 4
-
Reference to URLDownloadToFile API critical SC_STR_URLDOWNLOADReference to URLDownloadToFile API
-
URLDownloadToFile in VBA critical OLE_VBA_DOWNLOADURLDownloadToFile in VBA
-
Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPENWorkbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
xlm_macros.txte114e2363de023b4b32b11f42a83da5f571b8461b8b5cb817e1fcc58631b18a4 |
xlm-macro | oletools.olevba.extract_all_macros (XLM macro listing) | 674 bytes |
macros.bas25d6a4a8ba00fcbb5f87313f4d6b9b5c6574e714f5e31b8395a3a735da650fa5 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2854 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.