Potential RDP Session Hijacking Activity
Detects potential RDP Session Hijacking activity on Windows systems
Detection logic
selection_img
- Image|endswith: \tscon.exe
- OriginalFileName: tscon.exeselection_integrity
IntegrityLevel:
- System
- S-1-16-16384Condition
all of selection_*Raw YAML
title: Potential RDP Session Hijacking Activity
id: 224f140f-3553-4cd1-af78-13d81bf9f7cc
status: test
description: Detects potential RDP Session Hijacking activity on Windows systems
references:
- https://twitter.com/Moti_B/status/909449115477659651
author: '@juju4'
date: 2022-12-27
modified: 2024-12-01
tags:
- attack.execution
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith: '\tscon.exe'
- OriginalFileName: 'tscon.exe'
selection_integrity:
IntegrityLevel:
- 'System'
- 'S-1-16-16384'
condition: all of selection_*
falsepositives:
- Administrative activity
level: mediumFalse positives
- Administrative activity
References
Similar rules
AADInternals PowerShell Cmdlets Execution - ProccessCreation
highwindows · Same logsource category (process_creation)
Abuse of Service Permissions to Hide Services Via Set-Service
highwindows · Same logsource category (process_creation)
Add Insecure Download Source To Winget
highwindows · Same logsource category (process_creation)
Add New Download Source To Winget
mediumwindows · Same logsource category (process_creation)