MALICIOUS
180
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059 Command and Scripting Interpreter
T1204.002 Malicious File
The sample contains a VBA macro named 'Document_Open' which is automatically executed when the document is opened. This macro utilizes 'CreateObject("Shell.Application")' to execute a command, likely to download and run a secondary payload. The macro attempts to construct a command string from the document's content and its own codename, which is then passed to ShellExecute.
Heuristics 5
-
Reference to ShellExecute API high SC_STR_SHELLEXECReference to ShellExecute API
-
Document_Open macro high OLE_VBA_DOCOPENDocument_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 macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basf12e3914b7d6e0a53e9446f3d60a03cf8471f6b8f3b30f922c7664f6567a33a7 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1078 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.