MALICIOUS
200
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
The PowerPoint file contains VBA macros, including an Auto_Close macro, which is designed to execute arbitrary code. Specifically, the Auto_Close macro calls the `uganda` subroutine, which in turn calls the `Shell` function with the result of the `janwar` function. The `janwar` function appears to construct a string, though its exact purpose is obfuscated. The use of ShellExecute and Shell() calls strongly indicates an attempt to download and execute a secondary payload.
Heuristics 5
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
Reference to ShellExecute API high SC_STR_SHELLEXECReference to ShellExecute API
-
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
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basbd5265d728330c3e124a817544c4e12e1ab41358604d7c457bed91dce76bd593 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1878 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.