MALICIOUS
370
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
T1071.001 Web Protocols
T1059 Command and Scripting Interpreter
The sample is a macro-enabled Excel document containing a Workbook_Open macro that is heavily obfuscated. This macro utilizes CreateObject and Shell calls to download and execute a second-stage payload from an external URL. The presence of these critical heuristics indicates a clear intent to download and run malicious code, likely leading to further compromise.
Heuristics 10
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
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.
-
Obfuscated auto-exec VBA loader critical OLE_VBA_OBFUSCATED_AUTOEXEC_LOADERAuto-exec VBA reconstructs strings with a heavy custom decoder (numeric char-array, repeated hex-string decode, or junk-token Replace removal) and feeds them to a COM-instantiation or execution sink. This obfuscated-loader shape keeps CreateObject/Shell/URL indicators out of the macro source.
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
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.
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
-
Hidden worksheet (veryHidden) 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://github.com/VBA-tools/VBA-JSON
- http://www.vbaccelerator.com/home/VB/Code/Techniques/RunTime_Debug_Tracing/VB6_Tracer_Utility_zip_cStringBuilder_cls.asp
- https://github.com/VBA-tools/VBA-JSON/pull/82
- https://github.com/VBA-tools/VBA-UtcConverter
- http://www.opensource.org/licenses/mit-license.php
- http://code.google.com/p/vba-json/
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms724421.aspx
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms724949.aspx
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms725485.aspx
- http://support.microsoft.com/kb/269370
- http://www.ietf.org/rfc/rfc4627.txt
- https://support.microsoft.com/en-us/kb/272138
- https://rseds.eaeunion.org/api/registry?classifier=APPLIED&limit=1&page=0&text=R.022
- https://rseds.eaeunion.org/api/registry/download/xsd/
- http://www.opensource.org/licenses/mit-license.php)�
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms725485.aspx�
- https://support.microsoft.com/en-us/kb/272138����
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas41b85ad89f7cb60aad7b2af8f0201d5f4ee69abc9e6dfdf5be71f066f5512a90 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 260564 bytes |
vbaProject_00.bin98adc4c4e9c24b126ddb695d56de83e584132daf8b0dae9cb67c4d9b459d0ee4 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 846336 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.