2020-01-30 16:26:09 +00:00
|
|
|
title: Application Whitelisting Bypass via DLL Loaded by odbcconf.exe
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 65d2be45-8600-4042-b4c0-577a1ff8a60e
|
2019-11-07 22:34:30 +00:00
|
|
|
description: Detects defence evasion attempt via odbcconf.exe execution to load DLL
|
2019-10-25 17:02:17 +00:00
|
|
|
status: experimental
|
|
|
|
references:
|
|
|
|
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OSBinaries/Odbcconf.yml
|
2019-11-07 22:34:30 +00:00
|
|
|
- https://twitter.com/Hexacorn/status/1187143326673330176
|
|
|
|
author: Kirill Kiryanov, Beyu Denis, Daniil Yugoslavskiy, oscd.community
|
2019-10-25 17:02:17 +00:00
|
|
|
date: 2019/10/25
|
2019-11-07 22:34:30 +00:00
|
|
|
modified: 2019/11/07
|
2019-10-25 17:02:17 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1218
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
2019-11-04 16:01:30 +00:00
|
|
|
selection_1:
|
2019-11-07 22:34:30 +00:00
|
|
|
Image|endswith: '\odbcconf.exe'
|
2020-01-30 16:26:09 +00:00
|
|
|
CommandLine|contains:
|
2019-11-04 16:01:30 +00:00
|
|
|
- '-f'
|
|
|
|
- 'regsvr'
|
2019-11-07 22:34:30 +00:00
|
|
|
selection_2:
|
|
|
|
ParentImage|endswith: '\odbcconf.exe'
|
|
|
|
Image|endswith: '\rundll32.exe'
|
|
|
|
condition: selection_1 or selection_2
|
2019-10-25 17:02:17 +00:00
|
|
|
level: medium
|
|
|
|
falsepositives:
|
2019-11-04 16:01:30 +00:00
|
|
|
- Legitimate use of odbcconf.exe by legitimate user
|