MALICIOUS
120
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1204.002 Malicious File
The file is an Excel spreadsheet containing Excel 4.0 macros, which are known to be used for malicious purposes. The macros contain a call to `CreateObject` and execute `cmd`, indicating an attempt to run arbitrary commands. This suggests the file is a downloader or dropper for further malicious activity. The VBA code includes obfuscation to remove specific characters from strings, but the core functionality of executing a command via `cmd` is clear.
Heuristics 3
-
Excel 4.0 macro sheet (1 sheet(s)) critical OOXML_XLM_MACROSHEETSpreadsheet contains an Excel 4.0 (XLM) macro sheet — XLM was a major Office malware vector during 2020-2022 and evaded many VBA-focused controls before Microsoft tightened XLM defaults. Even legitimate XLM use is rare in modern workbooks. The macro sheet is stored as XLSB/BIFF12 binary content, which many XML-only OOXML scanners miss.
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
Extracted artifacts 3
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.base8a37e6897b47e8a1ade83918882e25425a14f29f9a8d28cfb5483e701f75849 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 654 bytes |
vbaProject_00.bin6dff422d2d807aa6e2e21f94db7ac1bc9584f1562225d94b68773938abee66b0 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 12288 bytes |
xlm_sheet_00.bine09a73d820eac5470cbbcdd353d210327b365cd3443e9745e72d522a38816e2a |
xlm-macrosheet | OOXML XLM macro sheet: xl/macrosheets/sheet1.bin | 2138 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.