MALICIOUS
142
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
T1566.001 Spearphishing Attachment
The sample is an OOXML document containing a VBA macro that is automatically executed upon opening (Auto_Open). The macro constructs a command string and uses ShellExecute to run 'cmd.exe' with the argument 'msgbox/rmsh' followed by a concatenated URL. This indicates an attempt to download and execute a second-stage payload from the specified URL. The VBA project part was renamed to evade detection.
Heuristics 5
-
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
-
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/aosdkaosd.b)
-
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 https://www.bitl
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas1df5985f48f91742eb491a512079a8afd2f838dc0291eb948a5f408398fe23ed |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 721 bytes |
vbaProject_00.bin970027835c7405bc81dbc4ec0f173bf8479bcddfe710bc025cabdda76e7c29fe |
vba-project | OOXML VBA project: ppt/aosdkaosd.b | 19968 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.