SigmaHQ/rules/windows/registry_event/sysmon_runkey_winekey.yml

27 lines
712 B
YAML
Raw Normal View History

2020-10-30 07:45:11 +00:00
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