MALICIOUS
320
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
The sample is a PowerPoint file containing a VBA macro that executes a second-stage payload. The macro uses a split string to reassemble the string "WScript.Shell" and then calls CreateObject to instantiate it. It then constructs a URL by reversing a string and replacing specific characters, resulting in the URL "http://paths.pt.xoxfctvtctyctcy.d/p.d", which is likely used to download and execute a payload. The presence of the "Shell()" call and the "curl" command further indicate the execution of external commands.
Heuristics 7
-
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.
-
ClamAV: Doc.Dropper.Agent-7788825-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Dropper.Agent-7788825-0
-
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
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basdd3e9935502f7ff00b2cb9a85e75dc7f59ca5147fba8b9d786ddfc58662175c4 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 546 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.