Malware Insights
The sample contains a VBA macro that uses the Auto_Close event, indicating it will execute when the document is closed. The macro attempts to reconstruct a file by concatenating hex-encoded strings from the document's words and writes it to 'C:\Users\Public\Documents\1.mstsc'. The presence of ShellExecute API calls and the creation of an executable file suggest the macro's intent is to download and execute a second-stage payload. The obfuscated nature of the hex-to-ascii conversion and the truncated script limit full analysis, but the core malicious intent is clear.
Heuristics 7
-
Reference to ShellExecute API high SC_STR_SHELLEXECReference to ShellExecute API
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
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
-
Suspicious extracted artifact medium EXTRACTED_FILE_STATIC_TRIAGEOne or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas043fa8e1c343bf54a4575d068daca18964d017b18ee020373729e332621557eb |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 37215 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 2 shell/COM execution token(s).
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.