MALICIOUS
240
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
The OOXML document contains a VBA macro with an Auto_open subroutine, which is automatically executed when the document is opened. This macro constructs a URL by concatenating "msh" and "ta ht" with "tps://updatewin32.xyz/office365/msg.txt", resulting in the string "http://updatewin32.xyz/office365/msg.txt". It then uses WMI (Win32_Process.Create) to execute this URL, likely to download and run a second-stage payload. The VBA project part was renamed to evade detection.
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.
-
VBA project part renamed to evade filename detection high OOXML_VBA_PROJECT_RENAMEDThe VBA project is bound through the OOXML relationship/content type but its part is not named vbaProject.bin. Legitimate Office producers always emit vbaProject.bin; renaming it hides the macros from path-only scanners (observed in the SVCReady loader).
-
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 (project part renamed away from vbaProject.bin: ppt/RomeOffice2921.bin)
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas902f4ffe4a0273eae0c67a01f4278762ae8bfe16ab312e8e86cae85661d61f76 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 262 bytes |
vbaProject_00.bin5cf4a4b190ab264e87d3a03e10b48e2a76c9a55c9f45623ebde2a913071bffc1 |
vba-project | OOXML VBA project: ppt/RomeOffice2921.bin | 12288 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.