MALICIOUS
208
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1204.002 Malicious File
The sample is an OLE Excel file containing a Document_Open macro. This macro utilizes the Shell() function, indicating an attempt to execute arbitrary commands or download additional payloads. The presence of CreateObject() further suggests dynamic execution capabilities. While the exact URL or command is obfuscated, the overall pattern points to a downloader or initial execution stage.
Heuristics 6
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 36,864 bytes but its declared streams total only 7,894 bytes — 28,970 bytes (79%) live in unallocated sector slack. This is the canonical hiding place for pre-macro-era Office exploit payloads (XOR-encoded shellcode reached via a parser pointer-corruption bug in the document structure).
-
Document_Open macro high OLE_VBA_DOCOPENDocument_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas8a2230a72e8b3a55a1f56657cf42a94a44556d03caaaef6e640332b0de8ce4e3 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 17973 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.