MALICIOUS
200
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
T1566.001 Spearphishing Attachment
The sample is a PowerPoint file containing obfuscated VBA macros. The Auto_Close macro is designed to execute a payload. The script reconstructs the URL "http://asdimawxiqodpwoqwemweklwekjj.mp/" and uses GetObject to execute a command, likely downloading and running a second-stage payload. The use of VBA macros and the Auto_Close execution suggests a common phishing attachment delivery method.
Heuristics 5
-
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_Close macro high OLE_VBA_AUTOCLOSEAuto_Close macro
-
GetObject call high OLE_VBA_GETOBJGetObject 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.bas9e75a24f497e8085f7f48a8d68113a76ba5af8800675faa7a907b194030d8b66 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1764 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.