MALICIOUS
202
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.003 Windows Command Shell
The file is a PowerPoint document containing VBA macros. The Auto_Close macro triggers a Shell() call, which is a high-confidence indicator of malicious intent. The script attempts to construct a command string by concatenating values from 'oneday1.Tag' and 'oneday1.yellow.ControlTipText', and then executes this constructed command using Shell(). This indicates the macro is designed to download and execute a second-stage payload. The embedded URL, though marked as benign, is included as a potential IOC.
Heuristics 6
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
Reference to mshta.exe high SC_STR_MSHTAReference to mshta.exe
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close 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 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/rikimartinplace/KMMe6p/84dd89e3da0a597f178af84b75fa301869bb9740/files/charlesfinal
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas7a5407754ffc195f9b8ccb79e21e9dc02133872e61302cc10969d903829dfacf |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1526 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.