Files
blue-team-tools/rules/windows/process_creation/win_susp_odbcconf.yml
T

31 lines
1009 B
YAML
Raw Normal View History

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