Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Adversaries may abuse odbcconf.exe to proxy execution of malicious payloads.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-08 | ✓→✓ | = Same ✓ | 61% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 62% | 0% |
> Sub-technique of: T1218
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. 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 <code>REGSVR</code> flag that can be misused to execute DLLs (ex: <code>odbcconf.exe /S /A {REGSVR "C:\Users\Public\file.dll"}</code>).
Platforms: Windows
The following tests are from Atomic Red Team and provide actionable ways to test this technique:
Execute arbitrary DLL file stored locally.
Supported Platforms: windows
cmdodbcconf.exe /S /A {REGSVR "#{dll_payload}"}
Dependencies:
Execute arbitrary response file that will spawn PowerShell.exe. Source files: https://github.com/woanware/application-restriction-bypasses
Supported Platforms: windows
cmdcd "#{rsp_file_path}" odbcconf.exe -f "#{rsp_file_name}"
Dependencies:
If Atomic Red Team tests are not applicable, manually verify the technique by:
Odbcconf.exe may not be necessary within a given environment.
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.
| Finding | Severity | Impact | | ----------------------------- | -------- | --------------- | | Odbcconf technique applicable | Medium | Defense Evasion |
| CWE ID | Title | | ------- | ---------------------------- | | CWE-693 | Protection Mechanism Failure |
Other measured skills in the registry, with their headline benchmark lift.