MALICIOUS
288
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic for Applications
T1105 Ingress Tool Transfer
T1059.003 Windows Command Shell
The critical heuristic OLE_VBA_HTTP_DROP_EXEC indicates that the VBA macros download and save a file to disk, while OLE_VBA_OBFUSCATED_AUTOEXEC_LOADER suggests an obfuscated loader designed to execute automatically. The Workbook_Open heuristic confirms this execution trigger. The ClamAV detection provides a specific identifier for the detected malware family.
Heuristics 7
-
VBA downloads and writes a file to disk critical OLE_VBA_HTTP_DROP_EXECVBA reads an HTTP response body and writes it to disk (ADODB.Stream SaveToFile). Combined with the auto-exec/Shell paths this is a download-drop dropper even when the COM ProgIDs are built dynamically to evade keyword scanning.
-
Obfuscated auto-exec VBA loader critical OLE_VBA_OBFUSCATED_AUTOEXEC_LOADERAuto-exec VBA reconstructs strings with a heavy custom decoder (numeric char-array, repeated hex-string decode, or junk-token Replace removal) and feeds them to a COM-instantiation or execution sink. This obfuscated-loader shape keeps CreateObject/Shell/URL indicators out of the macro source.
-
ClamAV: Xls.Malware.Emodldr-10058834-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Xls.Malware.Emodldr-10058834-0
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas1d999f8916f71d7e389978b24b254f495e98af5f54b0298d819a679121519af9 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 190279 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.