Malware Insights
The sample contains VBA macros, including an AutoOpen subroutine, which is a common technique for executing malicious code upon opening the document. The script utilizes CreateObject to instantiate 'Scripting.FileSystemObject' and 'Shell.Application', indicating an intent to write files and execute commands. Specifically, it appears to write content from 'zvhuizq.Controls(0).Caption' to a file specified by 'zvhuizq.Controls(1).Value' and then execute that file. This strongly suggests the document is a downloader for a second-stage payload.
Heuristics 7
-
Reference to PowerShell high SC_STR_POWERSHELLReference to PowerShell
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen 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 macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
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 http://schemas.openxmlformats.org/drawingml/2006/main
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basaf4ae1ee8091b5915475220ddbb218376a39b56d28364a662319d34bfae9223a |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2007 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.