MALICIOUS
260
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
The sample is a PowerPoint file containing obfuscated VBA macros. The Auto_Close macro is designed to execute a second-stage payload by calling GetObject with a hardcoded CLSID and then executing the reconstructed URL 'https://j.mp/yuiwqncwqgtgvbhjdv'. This indicates a macro-based downloader attempting to fetch and run additional malicious content.
Heuristics 6
-
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: Ppt.Malware.Valyria-10026465-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Ppt.Malware.Valyria-10026465-0
-
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.bas5193efe3f82cf5a0c54dd964cdfd8434ce553f64c40a478c3ee22e0edc668881 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 924 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.