mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
33 lines
829 B
YAML
33 lines
829 B
YAML
title: RDP over Reverse SSH Tunnel WFP
|
|
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
|
|
- car.2013-07-002
|
|
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
|