Malware Insights
The sample is a macro-enabled document (DOCM) that utilizes a Document_Open macro to execute malicious code. The macro attempts to download a second-stage executable from the URL "https://cdn.discordapp.com/attachments/1265592680700711006/1265595644031270992/VVCGHHDYTR.exe?ex=66a2154b&is=66a0c3cb&hm=9935ad5bc1809f433d2cb81e4a36dea7a9b4a898c7a33ace01437a98095b4a22&" and save it to the temporary directory as "downloaded_file.exe". The use of Shell() and CreateObject() calls, along with the HTTP download and execution pattern, strongly indicates a downloader functionality.
Heuristics 9
-
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.
-
Document_Open macro high OLE_VBA_DOCOPENDocument_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
-
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
-
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://cdn.discordapp.com/attachments/1265592680700711006/1265595644031270992/VVCGHHDYTR.exe?ex=66a2154b&is=66a0c3cb&hm=9935ad5bc1809f433d2cb81e4a36dea7a9b4a898c7a33ace01437a98095b4a22&
- https://cdn.discordapp.com/attachments/1265592680700711006/1265595644031270992/VVCGHHDYTR.exe?ex=66a2154b&is=66a0c3cb&hm=9935ad5bc1809f433d2cb81e4a36dea7a9b4a898c7a33ace01437a98095b4a22&�
- http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas
- http://schemas.openxmlformats.org/markup-compatibility/2006
- http://schemas.openxmlformats.org/officeDocument/2006/relationships
- http://schemas.openxmlformats.org/officeDocument/2006/math
- http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
- http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
- http://schemas.openxmlformats.org/wordprocessingml/2006/main
- http://schemas.microsoft.com/office/word/2010/wordml
- http://schemas.microsoft.com/office/word/2012/wordml
- http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
- http://schemas.microsoft.com/office/word/2010/wordprocessingInk
- http://schemas.microsoft.com/office/word/2006/wordml
- http://schemas.microsoft.com/office/word/2010/wordprocessingShape
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basbad9f62ac721a367057e1f0332c82e0ff13f5d8f85a2129056d3f1c5a800f0f7 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2378 bytes |
vbaProject_00.bin2b80d43a85bc140ce439bb1c55679cfa5cf397bded661eb4b4dd5e471cd144fb |
vba-project | OOXML VBA project: word/vbaProject.bin | 14848 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.