Malware Insights
The sample is an Excel spreadsheet containing Excel 4.0 macros, indicated by the OLE_XLM_AUTOOPEN heuristic. The document body and heuristics suggest a lure to impersonate DocuSign to trick the user into enabling macros (SE_ENABLE_LURE, SE_DOCUSIGN_LURE). The presence of the SC_STR_URLDOWNLOAD heuristic and the explicit mention of URLDownloadToFileA in the extracted artifacts strongly suggest that the macro's primary function is to download and execute a second-stage payload from one of the listed IP addresses. The macro also references 'ndll32', 'uRlMon', and 'RegisterServer', which are commonly associated with downloader or dropper functionalities.
Heuristics 5
-
Reference to URLDownloadToFile API critical SC_STR_URLDOWNLOADReference to URLDownloadToFile API
-
Excel 4.0 Auto_Open defined name critical OLE_XLM_AUTOOPEN_DEFINEDNAMEoletools recovered an Auto_Open / Auto_Close entry from an Excel 4.0 macro sheet. The raw BIFF name can be tokenized or partially opaque to byte-string checks, but the recovered macro listing confirms the workbook has an XLM auto-execution entry.
-
Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPENWorkbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.
-
Macro/content-enable lure medium SE_ENABLE_LUREDocument instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
-
Document signing service impersonation lure medium SE_DOCUSIGN_LUREDocument impersonates DocuSign, Adobe Sign, or a similar signing service in a signing-request context
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
xlm_macros.txtc64ff06c8727bfaca53241723c990851e8edfec13b22dbdad50cbbd6ce2e9aed |
xlm-macro | oletools.olevba.extract_all_macros (XLM macro listing) | 3545 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.