MALICIOUS
160
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1566.002 Spearphishing Attachment
The sample is a malicious Excel file containing VBA macros. The Auto_Close macro is present and uses GetObject, indicating it's designed to execute code upon closing. The presence of a NOP-equivalent sled suggests potential shellcode execution. While no specific family is identified, the techniques point to a macro-based downloader or initial execution vector.
Heuristics 5
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close macro
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
-
NOP-equivalent sled detected medium SC_NOP_EQUIV_SLEDLong run of 0x61 bytes
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas31e70a5147395a10c6ad559792227934e58ddbe827f99606be2c42ff411c3df8 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1085 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.