2019-01-16 23:36:31 +01:00
|
|
|
title: Possible Shim Database Persistence via sdbinst.exe
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 517490a7-115a-48c6-8862-1a481504d5a8
|
2019-01-16 23:36:31 +01:00
|
|
|
status: experimental
|
2019-07-08 12:31:18 +03:00
|
|
|
description: Detects installation of a new shim using sdbinst.exe. A shim can be used to load malicious DLLs into applications.
|
2019-01-16 23:36:31 +01:00
|
|
|
references:
|
2019-03-02 00:14:20 +01:00
|
|
|
- https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html
|
2019-01-16 23:36:31 +01:00
|
|
|
tags:
|
2019-03-02 00:14:20 +01:00
|
|
|
- attack.persistence
|
2020-09-07 02:00:41 +04:00
|
|
|
- attack.privilege_escalation
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1546.011
|
2020-09-07 02:00:41 +04:00
|
|
|
- attack.t1138 # an old one
|
2019-01-16 23:36:31 +01:00
|
|
|
author: Markus Neis
|
2020-01-30 16:07:37 +01:00
|
|
|
date: 2019/01/16
|
2020-09-07 02:00:41 +04:00
|
|
|
modified: 2020/09/06
|
2019-01-16 23:36:31 +01:00
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
|
|
|
|
Image:
|
|
|
|
|
- '*\sdbinst.exe'
|
|
|
|
|
CommandLine:
|
2019-07-08 12:31:18 +03:00
|
|
|
- '*.sdb*'
|
2019-03-02 00:14:20 +01:00
|
|
|
condition: selection
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- Unknown
|
2019-01-16 23:36:31 +01:00
|
|
|
level: high
|