SigmaHQ/rules/windows/sysmon/sysmon_susp_rdp.yml

41 lines
1.2 KiB
YAML
Raw Normal View History

title: Suspicious Outbound RDP Connections
status: experimental
description: Detects Non-Standard Tools Connecting to TCP port 3389 indicating possible lateral movement
references:
- https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0708
2019-05-15 13:03:55 +00:00
author: Markus Neis - Swisscom
date: 2019/05/15
tags:
- attack.lateral_movement
- attack.t1210
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 3
DestinationPort: 3389
filter:
2019-05-15 12:50:57 +00:00
Image:
- '*\mstsc.exe'
- '*\RTSApp.exe'
- '*\RTS2App.exe'
- '*\RDCMan.exe'
- '*\ws_TunnelService.exe'
- '*\RSSensor.exe'
- '*\RemoteDesktopManagerFree.exe'
- '*\RemoteDesktopManager.exe'
- '*\RemoteDesktopManager64.exe'
- '*\mRemoteNG.exe'
- '*\mRemote.exe'
- '*\Terminals.exe'
- '*\spiceworks-finder.exe'
- '*\FSDiscovery.exe'
- '*\FSAssessment.exe'
- '*\MobaRTE.exe'
- '*\chrome.exe'
condition: selection and not filter
falsepositives:
2019-05-15 18:22:53 +00:00
- Other Remote Desktop RDP tools
2019-05-15 10:15:41 +00:00
level: high