mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
22 lines
590 B
YAML
22 lines
590 B
YAML
|
title: Possible Shim Database Persistence via sdbinst.exe
|
||
|
status: experimental
|
||
|
description: Detects execution of sdbinst writing to default shim database path C:\Windows\AppPatch\*
|
||
|
references:
|
||
|
- https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html
|
||
|
author: Markus Neis
|
||
|
date: 2018/03/08
|
||
|
logsource:
|
||
|
product: windows
|
||
|
service: sysmon
|
||
|
detection:
|
||
|
selection:
|
||
|
EventID: 1
|
||
|
Image:
|
||
|
- '*\sdbinst.exe'
|
||
|
CommandLine:
|
||
|
- '*\AppPatch\*}.sdb*'
|
||
|
condition: selection
|
||
|
falsepositives:
|
||
|
- Unknown
|
||
|
level: high
|