MALICIOUS
258
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
T1105 Ingress Tool Transfer
The sample is an Excel document containing VBA macros that leverage WScript.Shell to download and execute a second-stage payload. The macros utilize HTTP requests to fetch content, indicating an attempt to download and run further malicious code. The presence of Shell() and CreateObject calls further supports this malicious behavior.
Heuristics 8
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
VBA downloads and writes a file to disk critical OLE_VBA_HTTP_DROP_EXECVBA reads an HTTP response body and writes it to disk (ADODB.Stream SaveToFile). Combined with the auto-exec/Shell paths this is a download-drop dropper even when the COM ProgIDs are built dynamically to evade keyword scanning.
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
-
Hidden worksheet (hidden) low OOXML_HIDDEN_SHEETExcel workbook contains 3 hidden sheet(s) — hidden sheets are commonly used to conceal macro code, staging data, or intermediate payload construction
-
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://app.smartsheet.com/sheets/cqXJ2PXjxf4C4h3M9VqmfFr4W8GmwpfVGJHH5fw1
- https://api.smartsheet.com/2.0/sheets/
- https://api.smartsheet.com/2.0/search/sheets/
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basfcaa2e06d5049315e37e0eaa2fecdf47b126f4c5b1a8a96e44226564192d26bc |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 23120 bytes |
vbaProject_00.binbfd1f4030e038398599cff6a3ee8e544c2a48301f790161b4a922e64427646d9 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 65536 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.