Odbcconf.exe

Used in Windows for managing ODBC connections

Execute

Execute a DLL file using technique that can evade defensive counter measures

odbcconf /a {REGSVR {PATH_ABSOLUTE:.dll}}

Execute DllRegisterServer from DLL specified. — MITRE: T1218.008 — Privileges: User

Execute dll file using technique that can evade defensive counter measures

odbcconf INSTALLDRIVER "lolbas-project|Driver={PATH_ABSOLUTE:.dll}|APILevel=2"
odbcconf configsysdsn "lolbas-project" "DSN=lolbas-project"

Install a driver and load the DLL. Requires administrator privileges. — MITRE: T1218.008 — Privileges: User

Execute dll file using technique that can evade defensive counter measures

odbcconf -f {PATH:.rsp}

Load DLL specified in target .RSP file. See the Code Sample section for an example .RSP file. — MITRE: T1218.008 — Privileges: Administrator