2020-06-10 14:32:30 +00:00
|
|
|
title: RDP Over Reverse SSH Tunnel
|
|
|
|
id: 5f699bc5-5446-4a4a-a0b7-5ef2885a3eb4
|
|
|
|
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
|
2020-08-24 23:31:26 +00:00
|
|
|
modified: 2020/08/24
|
2020-06-10 14:32:30 +00:00
|
|
|
tags:
|
|
|
|
- attack.command_and_control
|
2020-08-22 23:36:30 +00:00
|
|
|
- attack.t1572
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.t1021.001
|
2020-08-23 02:20:58 +00:00
|
|
|
- attack.t1076 # an old one
|
2020-06-10 14:32:30 +00:00
|
|
|
- car.2013-07-002
|
|
|
|
logsource:
|
|
|
|
category: network_connection
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
2020-10-15 19:23:17 +00:00
|
|
|
Image|endswith: '\svchost.exe'
|
2020-06-10 14:32:30 +00:00
|
|
|
Initiated: 'true'
|
|
|
|
SourcePort: 3389
|
2020-11-20 03:51:22 +00:00
|
|
|
selection2:
|
|
|
|
- DestinationIp|startswith:
|
2020-10-15 19:23:17 +00:00
|
|
|
- '127.'
|
2020-11-20 03:51:22 +00:00
|
|
|
- DestinationIP:
|
2020-06-10 14:32:30 +00:00
|
|
|
- '::1'
|
2020-11-20 03:51:22 +00:00
|
|
|
condition: selection and selection2
|
2020-06-10 14:32:30 +00:00
|
|
|
falsepositives:
|
|
|
|
- unknown
|
|
|
|
level: high
|