mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
15 lines
367 B
YAML
15 lines
367 B
YAML
title: RDP Hijacking
|
|
description: Detects RDS and RemoteApp session redirections for lateral movement.
|
|
author: keyboardcrunch
|
|
date: 10/10/2020
|
|
modified: null
|
|
mitre:
|
|
tactic: Lateral Movement
|
|
technique: T1563
|
|
subtechnique: 002
|
|
operating_system: windows
|
|
query: SrcProcName = "tscon.exe" AND SrcProcCmdLine ContainsCIS "/dest:"
|
|
false_positives: null
|
|
tags: null
|
|
|