Skip to main content
T1021Lateral Movementmedium difficulty

Remote Services

Remote Services lateral movement reuses valid credentials against services built to accept remote sessions, RDP, SSH, VNC, SMB admin shares, and WinRM, to pivot deeper while looking like routine administration. The hard part for analysts is separating attacker hops from real admin work. Useful signals include workstation-to-workstation RDP, logons from hosts that have never connected before, and authentication chains that walk one account across many systems in a short window.

Practice detecting Remote Services on realistic SIEM, Firewall alerts in SOCSimulator Operations.

SIEMFirewall

What is Remote Services?

Remote Services is documented as technique T1021 in MITRE ATT&CK® v19.1 under the Lateral Movement tactic. Detection requires visibility into SIEM, Firewall telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Remote Services activity. These methods apply across SIEM, Firewall environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    Monitor RDP authentication events for logons from unusual source hosts, particularly from workstations connecting to servers or from hosts that have not previously used RDP to access specific destinations.

  2. 2

    Alert on WinRM and PowerShell remoting sessions initiated outside of normal administrative workflows, particularly those executing unusual command sequences or spawning additional processes on remote systems.

  3. 3

    Detect SMB lateral movement by monitoring for authentication to Admin shares (C$, IPC$, ADMIN$) combined with subsequent file creation or process execution on the target systems.

  4. 4

    Implement UEBA rules that baseline normal remote service usage patterns per user and alert on deviations including new destination systems, unusual connection times, and unusually high numbers of remote sessions.

  5. 5

    Monitor for pass-the-hash and pass-the-ticket artifacts in authentication logs, including NTLM authentication events for accounts where only Kerberos is expected or vice versa.

Example Alerts

These realistic alert examples show what Remote Services looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

CriticalSIEM

RDP Lateral Movement Chain Detected

Authentication correlation detected systematic RDP lateral movement: account DA_svc_backup used RDP to connect sequentially to 8 systems over 35 minutes. Pattern started from initial compromised host, moved to file servers, then domain controller. Each hop occurred within 3-5 minutes of arrival on the previous system, consistent with automated lateral movement tooling.

HighSIEM

WinRM Remote Command Execution

WinRM session established from HR workstation WS-HR-007 to multiple servers using domain admin account credentials. Remote execution via Invoke-Command spawned PowerShell processes on 6 target servers, each executing the same credential harvesting script. The workstation operator is an HR employee with no legitimate need to remotely execute commands on server infrastructure.

CriticalSIEM

Pass-the-Hash via SMB Admin Share

NTLM authentication to C$ admin share on 12 servers from a single source workstation within 8 minutes using account local_admin. The authentication method is NTLM-v2 without an interactive logon preceding it, and no Kerberos ticket exchange occurred. This pattern indicates Pass-the-Hash lateral movement using a captured NTLM hash rather than a cleartext password.

Frequently Asked Questions

How do SOC analysts detect Remote Services?
Detection centers on SIEM, Firewall telemetry for the lateral movement phase of the attack. Monitor RDP authentication events for logons from unusual source hosts, particularly from workstations connecting to servers or from hosts that have not previously used RDP to access specific destinations. Alert on WinRM and PowerShell remoting sessions initiated outside of normal administrative workflows, particularly those executing unusual command sequences or spawning additional processes on remote systems.
What does a Remote Services alert look like?
A representative SIEM detection is "RDP Lateral Movement Chain Detected" (critical severity): Authentication correlation detected systematic RDP lateral movement: account DA_svc_backup used RDP to connect sequentially to 8 systems over 35 minutes. Pattern started from initial compromised host, moved to file servers, then domain controller. Each hop occurred within 3-5 minutes of arrival on the previous system, consistent with automated lateral movement tooling.
Which tools detect Remote Services, and how can I practice?
Remote Services (T1021) is best surfaced with SIEM, Firewall telemetry, which exposes the lateral movement signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.

Practice Remote Services in a Free Room

Investigate Remote Services on realistic SIEM, XDR, and firewall consoles, free.

FortiOS Bypass to Hunters International Ransomware

FortiOS Bypass to Hunters International Ransomware

Operators consistent with the Hunters International ransomware group abuse a FortiOS super-admin authentication bypass on an internet-facing FortiGate, plant rogue accounts, pivot over the SSL-VPN tunnel by RDP, sweep the network with Advanced IP and Port Scanner, and push roughly 6.8 GB of share data to a single external host over SFTP before running the encrypter. Work the FortiGate edge, the directory records, the perimeter egress, and the endpoint process tree to reconstruct the intrusion from entry to encryption.

30m·256 tasks
View Operation
MFA Fatigue: The Notification Flood

MFA Fatigue: The Notification Flood

In this guided walkthrough, you will step into the shoes of a SOC analyst investigating a modern identity-based attack. The threat landscape in 2026 has shifted: adversaries are no longer just 'breaking in'; they are logging in. You will analyze real-time identity signals, correlate disparate log sources across a hybrid cloud environment, and identify the markers of an MFA fatigue attack used by the FlowerStorm phishing kit. This scenario highlights the critical importance of behavioral analysis over simple IOC matching in an era of malware-free intrusions and compromised human identities.

30m·256 tasks
View Operation
Edge Device Exploitation: VPN Zero-Day

Edge Device Exploitation: VPN Zero-Day

Investigate a breach targeting exposed edge security appliances. In this scenario, an attacker exploits Ivanti Connect Secure CVE-2025-22457 to obtain unauthenticated code execution, spawns a shell from the gateway web process, retrieves a Linux payload, and attempts to preserve access using edge-device service abuse patterns similar to FortiGate SSL-VPN post-exploitation tradecraft. Analyze SIEM, XDR, and firewall evidence to identify the spawned shell, suspicious domain, local sync script, and defensive block policy.

55m·508 tasks
View Operation
Glossary

What is Lateral Movement? SOC Glossary

Lateral movement is the attack phase where adversaries expand access from an initial foothold to additional systems, usi…

Read more
Glossary

What is XDR? SOC Glossary

Extended Detection and Response (XDR) is a security platform that unifies telemetry from endpoints, networks, cloud work…

Read more
Glossary

What is NDR? SOC Glossary

Network Detection and Response (NDR) is a security platform that passively monitors network traffic, using machine learn…

Read more
Glossary

What is EDR? SOC Glossary

Endpoint Detection and Response (EDR) is a security technology that continuously monitors endpoint activity, recording p…

Read more
Career Path

Incident Responder Career Guide: Salary & Skills

Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…

Read more
Career Path

DFIR Analyst Career Guide: Salary & Skills

DFIR Analysts combine forensic investigation with incident response. You collect and analyze digital evidence from compr…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Tool

Firewall Training Console: SOCSimulator

The Firewall console in SOCSimulator replicates the log analysis experience of enterprise platforms like Palo Alto Netwo…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Playbook

Lateral Movement Investigation: Investigation Playbook

When alerts indicate unusual internal connections, RDP to servers from workstations, PsExec executions, or SMB access to…

Read more
Free Room

Fake Zoom to Ransomware: The Social Engineering Pipeline

hard difficulty room covering T1021.001

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more