MALICIOUS
260
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059 Command and Scripting Interpreter
T1203 Exploitation for Client Execution
T1566.001 Spearphishing Attachment
The sample contains a VBA macro with an Auto_Open subroutine that is triggered upon opening the document. This macro uses GetObject to interact with WMI, specifically to create a new process. The script reconstructs the URL "https://updatewin32.xyz/office365/msg.txt" from concatenated strings and uses it to download and execute a second-stage payload. This indicates a downloader functionality, likely delivered via spearphishing.
Heuristics 6
-
VBA WMI Win32_Process launcher critical OLE_VBA_WMI_PROCESS_CREATEVBA macro builds or references a WMI moniker for Win32_Process and invokes .Create to start a command. This is a high-confidence macro execution chain that often hides the WMI class name through string concatenation or helper functions.
-
Dangerous API name reassembled from split string literals critical OLE_VBA_SPLIT_KEYWORD_OBFUSCATIONVBA concatenates short string literals that reassemble a dangerous API/ProgID/LOLBin name (e.g. Scripting.FileSystemObject, WScript.Shell, powershell, URLDownloadToFile) which appears in no single literal. Splitting an API name across string concatenation is done only to evade keyword scanning.
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
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
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas929f6f0f779f93bdc6bfdbdf9b8cf5d2c37e4b576c9f1bb0a6547f4fa1dbcf1c |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 341 bytes |
vbaProject_00.bina81e80e7f112f1abe0e2cbe17b67ac67bd468e19f39bdff639bce7fc9e3c6792 |
vba-project | OOXML VBA project: ppt/vbaProject.bin | 14848 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.