Malware Insights
The sample is an XLSM file containing a Workbook_Open macro, indicating it's designed to execute code upon opening. The VBA script uses `CreateObject` to execute a file path constructed from environment variables and cell values, likely downloading and running a second-stage payload. Specifically, it appears to construct the path `C:\Users\Public\IAccessible2Proxy.exe` and execute it. The `Environ()` call suggests it may be attempting to retrieve dynamic paths or values, and the `CreateObject` call with a string literal that reconstructs to `WScript.Shell` is used to execute the constructed file path.
Heuristics 5
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
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.bas56d138fef4cead20f86cc85a2c8c0edcc349f969b4f10167cf26c03a0a530592 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1140 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.bin374b91a7f8bd76d5d3e2a668506db21567bc74c7055f517f7214a6f9db0f73ad |
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.