SigmaHQ/rules/windows/sysmon/sysmon_rdp_reverse_tunnel.yml

30 lines
747 B
YAML
Raw Normal View History

2020-01-30 16:26:09 +00:00
title: RDP Over Reverse SSH Tunnel
2019-11-12 22:12:27 +00:00
id: 5f699bc5-5446-4a4a-a0b7-5ef2885a3eb4
2019-02-16 18:36:01 +00:00
status: experimental
description: Detects svchost hosting RDP termsvcs communicating with the loopback address and on TCP port 3389
references:
- https://twitter.com/SBousseaden/status/1096148422984384514
author: Samir Bousseaden
date: 2019/02/16
tags:
- attack.defense_evasion
- attack.command_and_control
- attack.t1076
2019-06-14 04:15:38 +00:00
- car.2013-07-002
2019-02-16 18:36:01 +00:00
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 3
Image: '*\svchost.exe'
Initiated: 'true'
2020-01-30 16:26:09 +00:00
SourcePort: 3389
2019-02-16 18:36:01 +00:00
DestinationIp:
- '127.*'
- '::1'
condition: selection
falsepositives:
- unknown
level: high