Files
hayabusa/rules/sigma/registry_event/sysmon_rdp_settings_hijack.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

34 lines
847 B
YAML

title: RDP Sensitive Settings Changed
ruletype: Sigma
author: Samir Bousseaden
date: 2019/04/03
description: Detects changes to RDP terminal service sensitive settings
detection:
SELECTION_1:
EventID: 12
SELECTION_2:
EventID: 13
SELECTION_3:
EventID: 14
SELECTION_4:
TargetObject:
- '*\services\TermService\Parameters\ServiceDll*'
- '*\Control\Terminal Server\fSingleSessionPerUser*'
- '*\Control\Terminal Server\fDenyTSConnections*'
condition: ((SELECTION_1 or SELECTION_2 or SELECTION_3) and SELECTION_4)
falsepositives:
- unknown
id: 171b67e1-74b4-460e-8d55-b331f3e32d67
level: high
logsource:
category: registry_event
product: windows
modified: 2021/11/27
references:
- https://blog.menasec.net/2019/02/threat-hunting-rdp-hijacking-via.html
status: test
tags:
- attack.defense_evasion
- attack.t1112