SigmaHQ/rules/windows/builtin/win_rdp_reverse_tunnel.yml

34 lines
870 B
YAML
Raw Normal View History

2019-02-16 18:36:01 +00:00
title: RDP over Reverse SSH Tunnel WFP
2019-11-12 22:12:27 +00:00
id: 5bed80b6-b3e8-428e-a3ae-d3c757589e41
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: security
detection:
selection:
EventID: 5156
sourceRDP:
SourcePort: 3389
DestinationAddress:
- '127.*'
- '::1'
destinationRDP:
DestinationPort: 3389
SourceAddress:
- '127.*'
- '::1'
condition: selection and ( sourceRDP or destinationRDP )
falsepositives:
- unknown
level: high