Malware Insights
The sample is identified as a Dridex dropper by ClamAV. The Workbook_Open macro within the VBA project is designed to execute code. Specifically, it constructs the path 'C:\Users\AllUsers\aqNeIPZt.sct' by concatenating the 'allusersprofile' environment variable with a filename, and writes this path to the active workbook. This indicates the macro's intent is to download and execute a second-stage payload, likely a SCT file, from a remote location. The presence of Excel 4.0 macro sheets further supports the malicious nature of the document.
Heuristics 9
-
Excel 4.0 macro sheet (1 sheet(s)) critical OOXML_XLM_MACROSHEETSpreadsheet contains an Excel 4.0 (XLM) macro sheet — XLM was a major Office malware vector during 2020-2022 and evaded many VBA-focused controls before Microsoft tightened XLM defaults. Even legitimate XLM use is rare in modern workbooks. The macro sheet is stored as XLSB/BIFF12 binary content, which many XML-only OOXML scanners miss.
-
ClamAV: Xls.Dropper.Dridex-9893342-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Xls.Dropper.Dridex-9893342-1
-
ClamAV detection on extracted artifact critical EXTRACTED_FILE_CLAMAVClamAV flagged at least one file extracted from inside this sample. Even when the wrapping document carries no AV detection of its own, a hit on the carved artifact is a strong indicator the sample is a delivery vehicle.
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
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)
-
External hyperlinks (2) low OOXML_EXTERNAL_HYPERLINKSDocument contains 2 external hyperlinks — clickable URLs are stored as external relationships. First target: http://www.shipco.com/
-
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://www.shipco.com/
Extracted artifacts 3
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas415da917da90d316669eae6dbfcf88b337c55f912e7fa8973ebadb8e01273120 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1034 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.bince6f0c563eed9e98ed141a8ecb1a7a37161edee1e467a487138d118bb19f2eec |
vba-project | OOXML VBA project: xl/vbaProject.bin | 14848 bytes |
|
Detection
ClamAV:
Xls.Dropper.Dridex-9893342-1
Obfuscation or payload:
likely
Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
xlm_sheet_00.bin7a8e742f32137b527ee5e0768e4f7d23309f2c9f3b0b1f90312b8396d7f18d58 |
xlm-macrosheet | OOXML XLM macro sheet: xl/macrosheets/sheet1.bin | 463372 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.