MALICIOUS
302
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
The sample is a malicious Office document containing VBA macros. The macros utilize `CreateObject` to instantiate `WScript.Shell` and `ADODB.Stream`, indicating an intent to execute commands and potentially download additional content. The presence of `Shell()` calls and `WScript.Shell` usage strongly suggests the execution of a second-stage payload. The ClamAV detection 'Doc.Dropper.Agent-6400577-0' further supports its role as a dropper.
Heuristics 8
-
ClamAV: Doc.Dropper.Agent-6400577-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Dropper.Agent-6400577-0
-
VBA macros detected medium 3 related findings OLE_VBA_MACROSDocument contains VBA macro code
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usageMatched line in script
Dim TtyNOvGn As Integer Set PFcJW = CreateObject("WScript.Shell") End Function -
CreateObject call high OLE_VBA_CREATEOBJCreateObject callMatched line in script
Dim SEyEjhoVP As Boolean Set gizBTyrJRP = CreateObject("ADODB.Stream") End Function -
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 78,848 bytes but its declared streams total only 46,699 bytes — 32,149 bytes (41%) live in unallocated sector slack. This is the canonical hiding place for pre-macro-era Office exploit payloads (XOR-encoded shellcode reached via a parser pointer-corruption bug in the document structure).
-
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://schemas.openxmlformats.org/drawingml/2006/main In document text (OLE body)
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) | 599 bytes |
SHA-256: 0925d08a1c17e424d918e47065a24a79325500c01c807c84671ca391a45df7ca |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "SyqLK"
Public Function gizBTyrJRP() As Object
Dim SEyEjhoVP As Boolean
Set gizBTyrJRP = CreateObject("ADODB.Stream")
End Function
Public Function PFcJW() As Object
Dim TtyNOvGn As Integer
Set PFcJW = CreateObject("WScript.Shell")
End Function
Public Function ThhdbydJ() As Object
Dim HGrBrEyk As String
Set ThhdbydJ = CreateObject("MSXML2.ServerXMLHTTP.6.0")
End Function
Private Function uREqDRWRP() As Integer
YRcIVIcog
zzTmoaeZe False, "4M8mzxRoeO5T6qwFGxweMhf4oIB"
ngYFxDZeTQ False, 7239, "iJ4LmxCaLptQ3decrDWelSfhBnpFJHYQ"
uREqDRWRP = 7668
End Function
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.