Files
hayabusa/rules/sigma/registry_event/sysmon_rdp_registry_modification.yml
T
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

41 lines
1.1 KiB
YAML

title: RDP Registry Modification
ruletype: Sigma
author: Roberto Rodriguez @Cyb3rWard0g
date: 2019/09/12
description: Detects potential malicious modification of the property value of fDenyTSConnections
and UserAuthentication to enable remote desktop connections.
detection:
SELECTION_1:
EventID: 12
SELECTION_2:
EventID: 13
SELECTION_3:
EventID: 14
SELECTION_4:
TargetObject:
- '*\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\UserAuthentication'
- '*\CurrentControlSet\Control\Terminal Server\fDenyTSConnections'
SELECTION_5:
Details: DWORD (0x00000000)
condition: ((SELECTION_1 or SELECTION_2 or SELECTION_3) and SELECTION_4 and SELECTION_5)
falsepositives:
- Unknown
fields:
- ComputerName
- Image
- EventType
- TargetObject
id: 41904ebe-d56c-4904-b9ad-7a77bdf154b3
level: high
logsource:
category: registry_event
product: windows
modified: 2021/11/27
references:
- https://threathunterplaybook.com/notebooks/windows/05_defense_evasion/WIN-190407183310.html
status: test
tags:
- attack.defense_evasion
- attack.t1112