MALICIOUS
338
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.003 Windows Command Shell
T1105 Ingress Tool Transfer
The Workbook_Open macro automatically executes upon opening the document. It utilizes WScript.Shell and CreateObject to download a file from a URL and execute it. The macro also attempts to modify Excel security settings to allow VBA execution. The presence of a Workbook_Open macro, Shell() calls, and HTTP download functionality strongly indicates a downloader or initial access payload.
Heuristics 10
-
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.
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject 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.
-
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 2 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://www.dropbox.com/s/zhp1b06imehwylq/Synaptics.rar?dl=1
- https://www.dropbox.com/s/zhp1b06imehwylq/Synaptics.rar?dl=1�
- https://docs.google.com/uc?id=0BxsMXGfPIZfSVzUyaHFYVkQxeFk&export=download
- https://docs.google.com/uc?id=0BxsMXGfPIZfSVzUyaHFYVkQxeFk&export=download�
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.base641847ccb4454ae8aee6b764f337d2b79450fb4ece918c9383e8430c4552946 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 6480 bytes |
vbaProject_00.bind6f20828e80e5a418aa029b897015e02462aac7f44f3c6bdbb26d1ba9a909d9e |
vba-project | OOXML VBA project: xl/vbaProject.bin | 24576 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.