mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
26 lines
711 B
YAML
26 lines
711 B
YAML
title: Possible Shim Database Persistence via sdbinst.exe
|
|
id: 517490a7-115a-48c6-8862-1a481504d5a8
|
|
status: experimental
|
|
description: Detects installation of a new shim using sdbinst.exe. A shim can be used to load malicious DLLs into applications.
|
|
references:
|
|
- https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1138
|
|
- attack.t1546.011
|
|
author: Markus Neis
|
|
date: 2019/01/16
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image:
|
|
- '*\sdbinst.exe'
|
|
CommandLine:
|
|
- '*.sdb*'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|