Malware Insights
The sample is a PowerPoint file containing VBA macros. The Auto_Close macro triggers the execution of a function that uses WScript.Shell to create an object and then calls Shell() to execute a command. This command concatenates strings to form a URL and attempts to download and execute a payload from 'https://bitbucket.org/!api/2.0/snippets/newwork123social/REKMzj/a8d5f1dc340d41367b523aded8f0b676177bc7d9/files/blackstart.txt'. The use of WScript.Shell and Shell() indicates a high likelihood of downloading and executing a second-stage payload.
Heuristics 8
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject 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 macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
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://bitbucket.org/!api/2.0/snippets/newwork123social/REKMzj/a8d5f1dc340d41367b523aded8f0b676177bc7d9/files/blackstart.txt
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas6d858c7565940cd641d13568f59e39658d159b2d54bc751f3c5d433da03ab9c4 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1387 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.