MALICIOUS
150
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1140 Deobfuscate/Decode Files or Information
T1036 Masquerading
The sample contains a Workbook_Open VBA macro, which is a common technique for executing malicious code upon opening an Office document. The macro obfuscates binary data using string concatenation and writes it to a file named 'WindowsSecurity.zip' within the user's AppData directory. It also uses GetObject to interact with the file system and environment variables, suggesting it aims to download and execute a secondary payload. The obfuscation and use of common Windows directories point towards a downloader or droppper functionality.
Heuristics 6
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
GetObject call high OLE_VBA_GETOBJGetObject 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)
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL http://schemas.openxmlformats.org/spreadsheetml/2006/main
- http://schemas.openxmlformats.org/officeDocument/2006/relationships
- http://schemas.openxmlformats.org/markup-compatibility/2006
- http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac
- http://schemas.microsoft.com/office/spreadsheetml/2014/revision
- http://schemas.microsoft.com/office/spreadsheetml/2015/revision2
- http://schemas.microsoft.com/office/spreadsheetml/2016/revision3
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas03e843665d7a2844d78a89a2dc85f1a633b1b91a8c73c5ed890e5b176feed352 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 5496 bytes |
|
Detection
ClamAV:
No threats found
Obfuscation or payload:
likely
Carved artifact contains 221 Chr/ChrW string-construction calls. Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
vbaProject_00.binea920732293f3564f7c726c4a88ac7dfa452e12a0e8fc6499e9c2d79bfe89ca0 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 775168 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.