Network detection and response, usually called NDR, is a security technology that monitors network traffic for suspicious behavior. It helps teams detect activity such as command and control, lateral movement, data exfiltration, malware communication, and abnormal connections between systems.
NDR is valuable because not every asset has an agent, and not every attack is visible from the endpoint alone. Network traffic can show how systems communicate, where unusual activity is happening, and whether something is moving through the environment.
NDR tools collect traffic data from network taps, span ports, packet brokers, sensors, flow records, or cloud network telemetry. The platform then analyzes that traffic to find patterns that may indicate an attack.
Some NDR platforms inspect packets. Others focus on metadata, flow data, and behavior. The goal is to understand what is talking to what, whether the communication is normal, and whether the pattern looks risky.
NDR is commonly used to detect suspicious behavior that crosses the network. Examples include:
A lot of security programs are built around endpoint and identity tools. Those are important, but network visibility still matters because the network can show activity from assets that are unmanaged, misconfigured, old, or outside normal coverage.
This is especially useful for legacy servers, specialized systems, IoT devices, printers, network appliances, and systems where endpoint agents are not installed or cannot be installed.
Firewalls enforce and log traffic decisions. They can show what was allowed or blocked, but they are not the same as NDR.
NDR focuses on behavior. It looks at traffic patterns over time and tries to find activity that does not make sense, even if that traffic was technically allowed by a firewall rule.
EDR looks at what is happening on an endpoint. NDR looks at how systems communicate across the network. Both views matter.
An endpoint tool may show a suspicious process. NDR may show that the same device is connecting to several internal systems or sending data to an unusual destination. The stronger picture comes from connecting both views.
NDR can be powerful, but it is not magic. Common gaps include:
NDR can show that something is happening. The hard part is deciding how much it matters and who needs to fix it.
When evaluating NDR, teams should ask whether the tool can see the right parts of the environment and whether the alerts are usable.