Skip to content

T1218.008 Odbcconf

Adversaries may abuse odbcconf.exe to proxy execution of malicious payloads. Odbcconf.exe is a Windows utility that allows you to configure Open Database Connectivity (ODBC) drivers and data source names.1 The Odbcconf.exe binary may be digitally signed by Microsoft.

Adversaries may abuse odbcconf.exe to bypass application control solutions that do not account for its potential abuse. Similar to Regsvr32, odbcconf.exe has a REGSVR flag that can be misused to execute DLLs (ex: odbcconf.exe /S /A {REGSVR “C:\Users\Public\file.dll”}). 234

Item Value
ID T1218.008
Sub-techniques T1218.001, T1218.002, T1218.003, T1218.004, T1218.005, T1218.007, T1218.008, T1218.009, T1218.010, T1218.011, T1218.012, T1218.013, T1218.014, T1218.015
Tactics TA0005
Platforms Windows
Version 2.1
Created 24 January 2020
Last Modified 24 October 2025

Procedure Examples

ID Name Description
S1039 Bumblebee Bumblebee can use odbcconf.exe to run DLLs on targeted hosts.5
G0080 Cobalt Group Cobalt Group has used odbcconf to proxy the execution of malicious DLL files.4
S1130 Raspberry Robin Raspberry Robin uses the Windows utility odbcconf.exe to execute malicious commands, using the regsvr flag to execute DLLs and bypass application control mechanisms that are not monitoring for odbcconf.exe abuse.6

Mitigations

ID Mitigation Description
M1042 Disable or Remove Feature or Program Odbcconf.exe may not be necessary within a given environment.
M1038 Execution Prevention Use application control configured to block execution of Odbcconf.exe if it is not required for a given system or network to prevent potential misuse by adversaries.

References