MALICIOUS
170
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
T1105 Ingress Tool Transfer
The sample is an OOXML document containing a VBA macro with an Auto_open subroutine. This macro utilizes the URLDownloadToFileA function to download a file from 'http://updatewin32.xyz/3.txt' and save it as 'msi.ps1' in the Public user directory. The execution of this macro indicates an attempt to download and execute a second-stage payload, likely for further malicious activity.
Heuristics 6
-
URLDownloadToFile in VBA critical OLE_VBA_DOWNLOADURLDownloadToFile in VBA
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
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
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
-
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://updatewin32.xyz/3.txt
- http://updatewin32.xyz/3.txt�
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas2c84ba19b3afec4ffd6de7a1a88e04f6ee9e983c16a77e4873534639ca3b1e41 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 397 bytes |
vbaProject_00.binb1d8a3536e65ac4b4a243de434c85b8116658ec74c60899ca5949827fe385345 |
vba-project | OOXML VBA project: ppt/vbaProject.bin | 16384 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.