Most breaches don't fail at entry. They fail or succeed in what happens next.
Once an attacker gets inside your network, the real work begins: finding valuable systems, stealing credentials, escalating privileges, and spreading quietly until they reach whatever they came for. This phase — moving from one compromised system to others across the network is called lateral movement, and it's the stage where most high-impact attacks are actually won or lost.
Lateral movement is why a phishing email that tricks one employee can end with ransomware encrypting your entire domain. It's why a stolen contractor credential at Target exposed 40 million payment cards. It's how SolarWinds attackers moved through 18,000 organizations without triggering alerts for months.
Understanding how attackers move laterally — the techniques they use, how defenders detect them, and what stops them is foundational to any serious security posture. This guide covers all of it.
Lateral movement refers to the techniques attackers use to progressively move through a network after gaining initial access pivoting from one compromised host to another, harvesting credentials, escalating permissions, and working toward high-value targets like domain controllers, databases, or backup systems. It's "lateral" because the movement is horizontal: across systems at the same or varying privilege levels within the environment, as opposed to vertical movement, which refers to privilege escalation on a single system.
Initial access rarely lands attackers where they want to be. A phishing email compromises an employee's workstation. A brute-forced VPN account gives entry to a low-privilege session. An exploited public-facing application yields a foothold on a web server. None of these endpoints typically holds the data or systems the attacker is actually after.
Lateral movement bridges that gap. It lets attackers:
In Lockheed Martin's Cyber Kill Chain, lateral movement appears in the later stages — after initial exploitation and installation, as the attacker works toward their objective. In practice, it's an iterative loop: reconnaissance leads to credential access leads to movement leads to more reconnaissance, cycling until the attacker reaches their target or gets detected.
MITRE ATT&CK classifies lateral movement as tactic TA0008, defining it as techniques that enable adversaries to enter and control remote systems on a network. The tactic includes over a dozen techniques covering remote service abuse, internal spearphishing, use of alternate authentication material, and more.
In practice, attackers alternate between both — moving laterally to reach a system, then escalating privileges on it before moving again.
A single compromised endpoint is a contained problem. Lateral movement turns it into a network-wide incident. Attackers who move freely across systems can touch every host, every file share, every database turning one phishing click into a company-wide breach. The majority of breaches involve lateral movement techniques. The moment an attacker leaves their initial foothold, your exposure multiplies.
Modern ransomware isn't deployed immediately after initial access. Attackers first move laterally to map the environment, disable backups, escalate privileges, and position ransomware payloads on as many systems as possible, then trigger encryption simultaneously for maximum impact. According to Barracuda's Ransomware Insights Report, 25% of successful ransomware incidents in 2025 involved lateral movement across networks, with attackers accessing and wiping backups in 19% of cases.
Most organizations' most sensitive data — customer records, financial systems, intellectual property, Active Directory is not sitting on endpoint workstations. It's on servers, databases, and infrastructure that attackers can only reach through lateral movement.
Dwell time is how long an attacker operates undetected inside your environment and this is directly tied to lateral movement. The longer they move freely, the more damage they can stage. In 2025, the global median attacker dwell time was 14 days, according to Mandiant's M-Trends 2026 report. For ransomware specifically, the median was five days — attackers move fast when they want to encrypt.
Speed is increasingly the defining feature of modern lateral movement. The average time from initial compromise to lateral movement dropped 29% year over year — from 48 minutes in 2024 to 34 minutes in 2025, according to IBM research. The fastest observed attack began lateral movement within four minutes of entry. CrowdStrike's 2026 Global Threat Report puts the interval between initial compromise and lateral movement at just 29 minutes — a 65% acceleration from the prior year.
Lateral movement is hard to detect because it largely uses legitimate tools: built-in Windows utilities, standard remote access protocols, valid credentials. From a perimeter security standpoint, nothing looks wrong. The traffic is internal and the tools are the same ones your IT team uses every day.
Before any lateral movement can happen, attackers need a foothold. Common entry vectors include:
Once inside, attackers don't move immediately. They survey the environment first.
net view, arp -a, ipconfig /all, and nmap-style scanning.nltest /domain_trusts and PowerShell's Get-ADUser reveal accounts, groups, and trust relationships.net share, net view \\hostname, and PowerShell enumeration reveal accessible file shares, which often contain credentials stored in scripts, configuration files, or documents.Credentials are the currency of lateral movement. With valid credentials, attackers can authenticate to systems legitimately, making detection far harder.
sekurlsa::logonpasswords), Task Manager, or custom malware. This is one of the most common credential access techniques in active campaigns (MITRE T1003.001).Harvested credentials often belong to standard users. Attackers escalate to gain administrative or domain-level privileges.
With credentials and elevated privileges, attackers move to new systems.
\\hostname\ADMIN$ or \\hostname\C$ shares to copy and execute malware. NotPetya spread almost entirely via SMB.wmic /node:hostname process call create "cmd.exe /c malware.exe".Enter-PSSession and Invoke-Command allow remote PowerShell execution across the network. Heavily used in living-off-the-land attacks because PowerShell is present on every Windows system.Having moved through the network and accumulated sufficient privileges, attackers reach their objectives.
NTDS.dit), and establish persistence that survives incident response.sekurlsa::tickets module) can inject them into their current session and authenticate to services as the ticket's legitimate owner — without ever touching a password (MITRE T1550.003).Cloud environments introduce a fundamentally different lateral movement surface. Network perimeters matter less; identity and permissions define what an attacker can reach.
iam:PassRole grants, and roles assumable by any authenticated principal.Ransomware is no longer a spray-and-pray operation. Modern ransomware campaigns are methodical, patient, and heavily dependent on lateral movement to maximize impact.
After initial access, ransomware operators — or their affiliates — conduct reconnaissance, identify backup systems, escalate privileges, and spread ransomware payloads to as many systems as possible before triggering encryption. The goal is to compromise everything simultaneously, eliminating the organization's ability to recover from backups.
Modern ransomware operators don't just encrypt — they exfiltrate first. This gives them leverage even against organizations with working backups: pay the ransom, or your data gets published. This double extortion model requires extensive lateral movement to locate and stage the most sensitive data before encryption begins.
In 2025, a ransomware attack occurs somewhere in the world every approximately 19 seconds. Following law enforcement disruptions of LockBit and BlackCat/ALPHV in 2024, RansomHub emerged as the most prolific group, claiming 239 victims in Q4 2024 alone. The ransomware market has fragmented: no single group controlled more than 11% of market share in 2024, compared to LockBit's 34% dominance in 2023. More operators, moving faster, using the same lateral movement techniques.
Lateral movement is hard to catch precisely because it blends into legitimate activity. Effective detection requires correlating data across multiple sources rather than relying on any single signal.
East-west traffic — communication between internal hosts, is where lateral movement lives. Most organizations focus security tools on north-south traffic (in/out of the network) and have limited visibility into internal traffic. Network detection and response (NDR) tools that perform deep packet inspection and session reconstruction can surface anomalous internal connections that endpoint tools miss. Watch for: internal hosts initiating SMB connections to many other hosts; unexpected RDP connections between workstations; high-volume internal traffic at unusual hours.
Lateral movement almost always involves authentication events. Key Windows Event IDs to monitor:
Alert on: a single account authenticating to an unusual number of systems in a short window; logons occurring from IPs that don't match the account's normal pattern; service ticket requests for sensitive SPNs from non-privileged accounts.
EDR tools with behavioral analytics can flag suspicious process creation chains, credential access patterns, and LOTL tool usage even without specific malware signatures. Key indicators: Mimikatz execution patterns (even when renamed); LSASS memory access by non-system processes; PsExec service creation (Event ID 7045); abnormal PowerShell command-line arguments.
UEBA platforms establish baselines of normal behavior for users and systems, then alert on deviations. A user account that normally accesses five file shares suddenly accessing 200 — or authenticating to 30 hosts in an hour — triggers anomaly detection even without known attack signatures.
Standalone alerts generate too much noise. SIEM correlation rules that chain multiple events — a failed login followed by a successful login from the same IP, followed by lateral SMB connections from the newly authenticated host — dramatically improve signal quality. CISA's 2025 detection engineering guidance emphasizes multi-source correlation as the backbone of accurate threat detection.
Beyond authentication events, monitor:
Honeypots — fake systems or credentials with no legitimate business use — generate extremely high-fidelity alerts. Any interaction with a honeypot account or system is almost certainly malicious. Honey credentials (fake credentials seeded in likely dumping locations) trigger alerts when they're used anywhere on the network.
The 2024 Verizon DBIR identified credential abuse and internal misuse as dominant breach patterns — both of which manifest in east-west traffic. Organizations that instrument their internal network segments and baseline normal host-to-host communication patterns can detect lateral movement at the network level before endpoint indicators surface.
These behavioral signals warrant immediate investigation:
powershell.exeNo single control stops lateral movement. Defense requires layers.
| Technique | MITRE ID | Description |
|---|---|---|
| Remote Services | T1021 | Abusing legitimate remote service protocols (RDP, SMB, SSH, WinRM) to move between systems |
| SMB / Windows Admin Shares | T1021.002 | Authenticating to hidden admin shares (ADMIN$, C$) to copy and execute files |
| Remote Desktop Protocol | T1021.001 | Using RDP with valid credentials to access and control remote Windows systems |
| SSH | T1021.004 | Using SSH to move laterally in Linux, macOS, and cloud environments |
| Windows Remote Management | T1021.006 | Using WinRM / PowerShell Remoting for remote command execution |
| Pass the Hash | T1550.002 | Reusing captured NTLM hashes to authenticate without the plaintext password |
| Pass the Ticket | T1550.003 | Injecting stolen Kerberos tickets to impersonate users |
| Internal Spearphishing | T1534 | Sending phishing messages from a compromised internal account to gain further access |
| Lateral Tool Transfer | T1570 | Copying tools between systems using file transfer mechanisms |
| Taint Shared Content | T1080 | Planting malicious content in shared drives accessed by other users |
| Use Alternate Authentication Material | T1550 | Umbrella technique covering PtH, PtT, web session cookie theft |
The Target breach remains the canonical case study in lateral movement through third-party access. In September 2013, attackers phished an employee at Fazio Mechanical Services, an HVAC contractor with network access to Target for electronic billing and project management. Using those stolen credentials, attackers entered Target's network on November 15. Over the following days, they moved laterally until they reached point-of-sale systems across 1,797 stores, installing malware that captured payment card data from live transactions.
By the time the breach was discovered by an external payment processor, 40 million payment cards and 70 million customers' personal data had been compromised. Total costs exceeded $200 million. The breach occurred because Fazio's access was not segmented from Target's internal network, and Target's own FireEye deployment generated alerts that no one investigated.
The SolarWinds breach, attributed to a Russian state-sponsored group, represents one of the most sophisticated lateral movement campaigns ever documented. Attackers compromised SolarWinds' software build environment and inserted a backdoor (SUNBURST) into the Orion platform's update mechanism reaching 18,000 organizations that deployed the trojanized update. From that pre-positioned foothold, attackers moved laterally using valid accounts and legitimate remote access, leveraging Orion's privileged credentials to reach high-value targets across US government and private sector networks. The attackers remained undetected for months.
The Colonial Pipeline attack began with a single stolen VPN credential for an account that lacked MFA, and had not been used in months. DarkSide ransomware operators entered, conducted lateral reconnaissance and privilege escalation, exfiltrated approximately 100 GB of sensitive data, and then deployed ransomware. Colonial Pipeline proactively shut down operations to prevent ransomware from spreading to operational technology systems halting roughly 45% of the East Coast's fuel supply. The ransom payment of approximately $4.4 million made headlines. The attack illustrated how a single credential without MFA can be the entry point to a catastrophic lateral movement campaign.
NotPetya, technically a wiper disguised as ransomware, spread through a combination of the EternalBlue SMB exploit and credential theft via Mimikatz to propagate laterally across entire organizational networks in minutes. It required no user interaction after initial infection: once inside a network, it extracted credentials from LSASS memory and used them to authenticate to other Windows hosts over SMB, then used EternalBlue to exploit unpatched systems that rejected credential-based access. NotPetya caused approximately $10 billion in global damages, taking down Maersk, Merck, FedEx's TNT division, and numerous other organizations. It remains the most destructive lateral movement campaign in recorded history.
| Area | Lateral Movement | Privilege Escalation |
|---|---|---|
| Goal | Spread across multiple systems | Gain higher permissions on a system |
| Direction | Horizontal (east-west) | Vertical (low to high privilege) |
| MITRE Tactic | TA0008 | TA0004 |
| Example technique | SMB pivoting with PsExec | Exploiting local admin vulnerability |
| Primary concern | Blast radius expansion | Access to restricted resources |
| Typical tools | PsExec, WMI, RDP, Mimikatz PtH | Exploit frameworks, token impersonation |
| Detection signal | Unusual authentication across hosts | Privilege changes, UAC bypass events |
In practice, these tactics are deeply intertwined. Attackers alternate: move laterally to a new host, escalate privileges on that host, use those elevated credentials to move laterally further, repeat.
Securden Unified PAM can be deployed in minutes on a server on-prem or hosted on private cloud instances. Try now.
Lateral movement refers to the techniques attackers use to progressively move through a network after gaining initial access, pivoting from one compromised host to others to reach high-value targets like domain controllers, databases, and backup systems.
Because it turns a single compromised endpoint into a network-wide incident. Attackers who move freely can reach sensitive data, deploy ransomware across all systems simultaneously, disable backups, and establish persistent access — all while often appearing as legitimate internal traffic.
Pass-the-Hash, Pass-the-Ticket, RDP abuse, PsExec, WMI-based execution, SMB relay attacks, PowerShell remoting, and Kerberos abuse are the most frequently observed techniques across ransomware and nation-state campaigns.
Typically in stages: gain initial access, conduct internal reconnaissance to map the environment, steal credentials (via LSASS dumping, keylogging, or token theft), escalate privileges, then use remote execution tools to authenticate to and control additional systems.
Mimikatz for credential extraction, BloodHound for AD attack path mapping, PsExec and WMI for remote execution, and Cobalt Strike as an overall post-exploitation framework. Legitimate Windows tools like PowerShell and RDP are also heavily abused.
No single control is sufficient. Effective detection combines authentication log monitoring (especially Event IDs 4624, 4625, 4769, 4648), east-west network traffic analysis, EDR behavioral alerting, UEBA anomaly detection, and SIEM correlation rules that chain multiple signals into actionable alerts.
Pass-the-hash (T1550.002) is an attack technique in which captured NTLM password hashes are reused directly to authenticate to other systems — without cracking the hash to recover the plaintext password. Windows NTLM authentication accepts the hash as proof of identity, making captured hashes immediately useful for lateral movement.
Ransomware operators move laterally first to map the environment, locate and disable backups, escalate privileges, and spread ransomware payloads to as many systems as possible — then trigger encryption simultaneously. This maximizes damage and eliminates recovery options.
TA0008 is the MITRE ATT&CK tactic identifier for Lateral Movement, covering techniques adversaries use to enter and control remote systems on a network. It includes over a dozen sub-techniques spanning remote service abuse, credential reuse, and internal phishing.
East-west traffic refers to communication between hosts within the same network — as opposed to north-south traffic, which crosses the network boundary. Lateral movement occurs in east-west traffic, making internal network visibility a prerequisite for detection.
Lateral movement spreads access horizontally across multiple systems. Privilege escalation increases access permissions vertically on a single system. Attackers typically alternate between both: move to a new system, escalate privileges on it, use those privileges to move further.
The most effective prevention layers: network segmentation to limit blast radius, least privilege access to minimize what stolen credentials can reach, MFA to raise the cost of credential theft, PAM to control and monitor privileged account usage, and Zero Trust architecture to eliminate the assumption that internal traffic is safe.