MALICIOUS
68
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
The sample is an Excel file containing Excel 4.0 macros, indicated by the OLE_XLM_AUTOOPEN and OLE_XLM_DANGEROUS_FN heuristics. The OLE_XLM_DANGEROUS_FN heuristic specifically flags the use of dangerous API functions like RUN, suggesting the macro attempts to execute arbitrary commands. Although the embedded URL is marked as likely benign, the presence of XLM macros with execution capabilities is a strong indicator of malicious intent, likely to download and execute a second-stage payload.
Heuristics 4
-
XLM Auto_Open with dangerous formula APIs high OLE_XLM_DANGEROUS_FNExcel 4.0 macro sheet contains an Auto_Open / Auto_Close entry and dangerous XLM formula APIs that can invoke programs, write files, or transfer control without 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 project contains no executable statements low OLE_VBA_MACROSDocument contains a VBA project, but extracted modules only contain attributes/options/comments and no executable statements.
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL https://tinyurl.com/yxjcquxy
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
xlm_macros.txt38df0ef713f8a44f156678caaf85503869a94b046d4977325c765c62ef71cc46 |
xlm-macro | oletools.olevba.extract_all_macros (XLM macro listing) | 785 bytes |
macros.bas2d24921e10e203960452582f281cf8f8c4ffa9c8fc40bd7c703a4b9213addbc6 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 606 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.