MALICIOUS
142
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The sample is a malicious Office document containing VBA macros. The heuristic firings indicate the use of `CallByName` and an auto-executing macro (`Document_Open`) that uses `CreateObject`, suggesting it's designed to run code. The VBA script itself heavily relies on `CallByName` to interact with objects, a common technique for obfuscation and dynamic execution. This points to a macro-based downloader, likely intended to fetch and execute a second-stage payload.
Heuristics 5
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
VBA macros detected medium 2 related findings OLE_VBA_MACROSDocument contains VBA macro code
-
CallByName call high OLE_VBA_CALLBYNAMECallByName callMatched line in script
Public Sub WDwXs(ByVal dILfWvb As Object, ByVal XgESxD As String, ByVal fcaDo As Variant, ByVal kbXGWozT As Variant) CallByName dILfWvb, XgESxD, 1, fcaDo, kbXGWozT End Sub -
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.
-
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) | 915 bytes |
SHA-256: 38d8908b0208550ebe4ce142d4a77136be4123bf2176f032a619e806a9da7043 |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "bjSiit" Public Sub WDwXs(ByVal dILfWvb As Object, ByVal XgESxD As String, ByVal fcaDo As Variant, ByVal kbXGWozT As Variant) CallByName dILfWvb, XgESxD, 1, fcaDo, kbXGWozT End Sub Public Function LjYhV(ByVal dILfWvb As Object, ByVal PeRXT As String) As Variant LjYhV = CallByName(dILfWvb, PeRXT, 2) End Function Public Sub ozbcEmC(ByVal dILfWvb As Object, ByVal XgESxD As String) CallByName dILfWvb, XgESxD, 1 End Sub Public Sub EvaBIWj(ByVal dILfWvb As Object, ByVal PeRXT As String, ByVal XIfapvk As Variant) CallByName dILfWvb, PeRXT, 4, XIfapvk End Sub Public Sub hgbaqVAKm(ByVal dILfWvb As Object, ByVal XgESxD As String, ByVal UqASKG As Variant) CallByName dILfWvb, XgESxD, 1, UqASKG End Sub Public Function xoyJFqpa(ByVal dILfWvb As Object, ByVal XgESxD As String, ByVal UqASKG As String) As Variant Set xoyJFqpa = CallByName(dILfWvb, XgESxD, 2, UqASKG) End Function |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.