MALICIOUS
262
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 `MSXML2.ServerXMLHTTP.6.0` and `ADODB.Stream`, and critically, `WScript.Shell`. The `WScript.Shell` object is used to execute commands, indicating the likely intent to download and execute a second-stage payload. The presence of `Shell()` calls and `WScript.Shell` usage strongly suggests a dropper or downloader functionality.
Heuristics 7
-
ClamAV: Doc.Dropper.Agent-6425780-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Dropper.Agent-6425780-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
Public Function WkzoLVUm() As Object Set WkzoLVUm = CreateObject("WScript.Shell") End Function -
CreateObject call high OLE_VBA_CREATEOBJCreateObject callMatched line in script
Public Function trKHrrHdmg() As Object Set trKHrrHdmg = CreateObject("MSXML2.ServerXMLHTTP.6.0") 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
-
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) | 343 bytes |
SHA-256: 93523b665228df4ca489f475c432998c717638381c526c89358d0c5eb580181f |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "VtvPtzpL"
Public Function trKHrrHdmg() As Object
Set trKHrrHdmg = CreateObject("MSXML2.ServerXMLHTTP.6.0")
End Function
Public Function iOxSJWxSk() As Object
Set iOxSJWxSk = CreateObject("ADODB.Stream")
End Function
Public Function WkzoLVUm() As Object
Set WkzoLVUm = CreateObject("WScript.Shell")
End Function
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.