MALICIOUS
290
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
T1204.002 Malicious File
The sample is a malicious OOXML document containing VBA macros. The AutoOpen macro is designed to download a file from 'https://raw.githubusercontent.com/xampla/m4lw4re/main/malware.exe' and save it as 'malware.exe' in the user's Pictures directory. It then executes this downloaded file using the Shell() function. This behavior is indicative of a dropper or downloader.
Heuristics 8
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
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.
-
ClamAV: Doc.Dropper.Agent-6412232-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Dropper.Agent-6412232-1
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — 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 https://raw.githubusercontent.com/xampla/m4lw4re/main/malware.exe
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas1776b371961f728d319794125b2af7af9a131a29a750c154db0dc8f5b429541a |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1075 bytes |
vbaProject_00.binc3a104b2a906379cb8531aca62e07aa6ac1f127a3ac77a9f533de430e3bbf70f |
vba-project | OOXML VBA project: word/vbaProject.bin | 8388608 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.