MALICIOUS
302
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.003 Windows Command Shell
T1204.002 Malicious File
T1105 Ingress Tool Transfer
The sample contains a Workbook_Open VBA macro that executes a complex command. This command first creates a VBScript file in the temporary directory, which then uses `wget` and `powershell` to download a second-stage VBScript payload (`rrr.vbe`) from `http://120.77.150.225:8055/rrr.vbe`. The downloaded payload is then executed. The document body, a fake vaccine registration form, serves as a lure.
Heuristics 8
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
PowerShell reference in VBA critical OLE_VBA_PSPowerShell reference in VBA
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
cmd.exe reference in VBA high OLE_VBA_CMDcmd.exe reference in VBA
-
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
-
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://120.77.150.225:8055/rrr.vbe
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas62eea18ebf0f67dd694b6b73c2b6968852886ac67f8ee4c60271676badcb8920 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1144 bytes |
vbaProject_00.bin56b34c125fd972aff96a538fdff557b8465bca0c75bb80ab037cf584e2132141 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 9728 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.