Malware Insights
The sample is an XLSM file containing a Workbook_Open macro. This macro uses CreateObject to execute a command. The heuristic 'SE_CLIPBOARD_COMMAND_LURE' indicates the document instructs the user to copy clipboard content into a shell. The macro reconstructs the command to be executed as 'cmd.exe /c "C:\Users\Public\Documents\IAccessible2Proxy.exe"' and writes a string to a file that is likely the payload. The macro also attempts to establish persistence by writing to the registry key HKCU\Software\Microsoft\Windows\CurrentVersion\Run\IAccessible2Proxy.
Heuristics 6
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
Clipboard command execution lure high SE_CLIPBOARD_COMMAND_LUREDocument tells the user to copy or paste clipboard content into Run, PowerShell, cmd, or another shell-like execution context
-
Suspicious extracted artifact high 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.
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas4218b2a49c1e67fc022775de3c5f64a2bea58417fd2710ed86292279de8f86d6 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1164 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
vbaProject_00.bin3113aaf322c4f5c71dc9d61f107e6fca313c37ac40d12c9d3cd62525d228675c |
vba-project | OOXML VBA project: xl/vbaProject.bin | 9216 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.