What is NDR?
Network Detection and Response (NDR) is a security platform that passively monitors network traffic, using machine learning and behavioral baselining rather than signatures, to detect threats that evade perimeter controls. It gives visibility into east-west traffic between internal systems and into patterns within encrypted communications that other tools miss.
Definition
- NDR
- Network Detection and Response (NDR) is a security platform that passively monitors network traffic, using machine learning and behavioral baselining rather than signatures, to detect threats that evade perimeter controls. It gives visibility into east-west traffic between internal systems and into patterns within encrypted communications that other tools miss.
How NDR Works
NDR sensors sit on network taps, SPAN ports, or virtual switches and collect either full packet captures or flow-level metadata, NetFlow, IPFIX, or similar, without needing to sit inline in the traffic path. From that data, the platform builds a behavioral baseline for every device, user, and application on the network: which hosts normally talk to which other hosts, over which ports and protocols, at what volume, and at what time of day. Alerts fire when traffic deviates from that baseline rather than when it matches a known-bad signature, which is what lets NDR catch novel malware and living-off-the-land techniques that never trip a signature-based IDS.
Because encrypted traffic hides packet contents, NDR platforms lean heavily on metadata analysis for TLS sessions: certificate details, JA3/JA3S fingerprints of the TLS handshake, connection timing and volume, and destination reputation. A host beaconing to a rare external domain every sixty seconds with a small, consistent payload size looks like command-and-control traffic in flow metadata even without decrypting a single packet.
The gap NDR fills is east-west visibility. Firewalls are built to control north-south traffic crossing the network perimeter; once an attacker is inside, lateral movement between internal servers over SMB, WMI, or RDP often never crosses a firewall boundary at all. NDR sensors deployed on internal network segments catch that movement by behavioral deviation, flagging a workstation suddenly making SMB connections to a dozen servers it has never talked to before, for example.
Leading vendors include Darktrace, Vectra AI, ExtraHop, and Cisco Stealthwatch. NDR typically feeds its detections into a SIEM or XDR platform to add network-layer context to endpoint and log-based alerts, and the combination of NDR, EDR, and SIEM is what most mature SOCs consider baseline coverage across the major attack surfaces.
NDR in SOC Operations
NDR earns its keep on the two attack phases hardest to catch with signatures: command-and-control beaconing and lateral movement. You use NDR's communication graphs to visualize which hosts are talking to which, spotting peer-to-peer connections between systems that have no business talking to each other, like a print server suddenly connecting to a domain controller over an unusual port. When an EDR or SIEM alert names a compromised host, NDR's device profile for that host gives you a fast way to scope the incident: every internal and external system it has communicated with recently, which protocols were used, and how that compares to its normal baseline. That turns a slow manual log-correlation exercise into a few minutes of reviewing a pre-built connection graph. NDR is also valuable for catching activity that never generates an EDR alert at all, because the attacker is operating without malware on disk, using only built-in administrative tools and valid credentials. In those cases the network behavior itself, unusual volume, unusual timing, unusual destination, is often the only signal available, which is why NDR is treated as a complementary layer rather than a replacement for endpoint or log-based detection.
Practice NDR in a Real SOC
SOCSimulator provides hands-on training with realistic SIEM, XDR, and Firewall interfaces. Build real analyst skills investigating ndr scenarios with zero consequences, free.
Related Terms
Extended Detection and Response (XDR) is a security platform that unifies telemetry from endpoints, ...
An Intrusion Detection System (IDS) monitors network traffic or host activity for signs of malicious...
Lateral movement is the attack phase where adversaries expand access from an initial foothold to add...
Command and Control (C2) refers to the infrastructure and communication channels adversaries use to ...
Security Information and Event Management (SIEM) is a platform that aggregates, normalizes, and corr...
More Tools Terms
Related SOC Training Resources
SOC Analyst (Tier 1) Career Guide: Salary & Skills
Tier 1 SOC Analysts are the front line. You monitor alert queues, triage incoming detections, classify them as true or f…
Read more Career PathSOC Analyst (Tier 2) Career Guide: Salary & Skills
Tier 2 SOC Analysts handle the investigations that Tier 1 escalates. You dig into multi-stage attacks, coordinate contai…
Read more Career PathSecurity Engineer Career Guide: Salary & Skills
Security Engineers build and maintain the infrastructure that SOC analysts depend on. You deploy SIEMs, configure firewa…
Read more ComparisonSOCSimulator vs LetsDefend: Comparison
SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…
Read more ComparisonSOCSimulator vs Hack The Box: Comparison
Different tools for different career paths. SOCSimulator trains defensive analysts. Hack The Box trains offensive securi…
Read more ToolSIEM Training Console: SOCSimulator
The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…
Read more ToolXDR Training Console: SOCSimulator
The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…
Read more TechniqueMITRE ATT&CK® Techniques: Detection Training Library
Browse all MITRE ATT&CK® techniques with detection strategies and example alerts.
Read more Career PathCybersecurity Career Paths: 2026 Guide
Explore SOC analyst career paths with salary data, required skills, and certification roadmaps.
Read more PlaybookSOC Investigation Playbooks: Step-by-Step Guides
Practitioner investigation playbooks with decision trees and real SIEM queries.
Read more FeatureShift Mode: Real-Time SOC Simulation
Practice alert triage under realistic time pressure with SLA timers and noise injection.
Read more FeatureOperations: Guided Training Operations
Structured CTF-style investigation operations covering real-world attack scenarios.
Read more