mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
27 lines
712 B
YAML
27 lines
712 B
YAML
title: WINEKEY Registry Modification
|
|
id: b98968aa-dbc0-4a9c-ac35-108363cbf8d5
|
|
description: Detects potential malicious modification of run keys by winekey or team9 backdoor
|
|
date: 2020/10/30
|
|
author: omkar72
|
|
references:
|
|
- https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1547
|
|
logsource:
|
|
category: registry_event
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
TargetObject|endswith:
|
|
- 'Software\Microsoft\Windows\CurrentVersion\Run\Backup Mgr'
|
|
condition: selection
|
|
fields:
|
|
- ComputerName
|
|
- Image
|
|
- EventType
|
|
- TargetObject
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|