HomeBlog › Threat Lab
True story from the field

Detection Is Not Protection: What I Learned Running Security Inline

Updated 2026-07-17 · 8 min read · by Mihai Bătrîneanu
Detection Is Not Protection: What I Learned Running Security Inline

Most security tools are built to tell you that you were attacked. Very few are built to stop the attack while it is still happening. Endpoint Detection and Response watches what runs on a host and raises an alert — after the process has executed, and only on devices that can carry an agent. A perimeter firewall enforces static allow-and-deny rules — useful, but blind to a threat that arrives over a port you left open. Both are valuable layers. Neither, on its own, is protection. The only thing that reliably stops an attack is a system that sits in the path of the traffic and drops the malicious packet before it lands. I did not learn that from a whitepaper. I learned it from years of running security inline on real networks — and watching, again and again, the gap between seeing an attack and stopping it.

ContentsAlert fatigue is detection admitting it cannot stop anything
The devices your EDR will never see
Inline: being in the path changes everything
Autonomous: the block that happens at 3 a.m. without you
Detection has its place — stop confusing it with protection
Frequently asked questions

Alert fatigue is detection admitting it cannot stop anything

Walk into most Security Operations Centers and you find the same scene: screens full of alerts, analysts triaging them. The unspoken assumption is that security means knowing — knowing you were scanned, knowing a suspicious process ran, knowing a login looked wrong. But look closely at the timeline of any of those alerts. The event has already happened. The process executed. The connection completed. The analyst is reading a report of the past.

Detection-first tooling is built around this after-the-fact model, and it produces a familiar symptom: alert fatigue. When your posture is a queue of things that already occurred, you drown — and the attacker only needs you to be slow, distracted or asleep on one of them. The uncomfortable truth is simple: an alert is not a defense. It is a receipt.

The devices your EDR will never see

EDR is genuinely useful — on the machines that can run it. But that is precisely the limit. An endpoint agent lives on a Windows or Linux host with the resources and access to host it. Real networks are full of devices that cannot: the programmable logic controllers running a water or power utility, the imaging and monitoring equipment in a hospital, the IP cameras and door controllers, the printers, the industrial IoT, the legacy box that vendor support forbids you to touch.

In the field I kept meeting the same pattern: the most critical and most fragile devices on a network were exactly the ones no endpoint agent could ever protect. An attack against a PLC or a patient monitor is invisible to endpoint tooling — there is no agent there to see it. But it is not invisible to something sitting on the wire between the attacker and the target. On an operational-technology network, that distinction is not academic. It is the whole game.

Inline: being in the path changes everything

There are three ways a sensor can relate to traffic. It can run on the host (EDR — sees that host only). It can receive a copy from a switch mirror port (IDS — sees everything, but only a copy, so it can alert and never intervene). Or it can sit inline: physically in the path, traffic entering one interface and leaving the other, every packet passing through it. Only the third can actually stop something, because only the third is holding the packet at the moment it decides.

Running inline, with live threat intelligence and an active-response layer, is categorically different from reading alerts. A burst of hostile traffic from a range of addresses does not generate a report — it is dropped at the wire, and the target never receives it. A host sweeping the network for open services is cut off mid-scan. The attack, quite literally, does not arrive. You are not watching a breach unfold on a dashboard; you are watching it fail to happen. Almost no one deploys security this way, because inline is harder — it demands the discipline to sit in production traffic without breaking it. But it is the only posture that turns a detection into a block.

Autonomous: the block that happens at 3 a.m. without you

Being inline is half the answer. The other half is autonomy. A human analyst cannot watch every packet on every network at every hour, and attackers know it — which is why the serious attempts come at night, on holidays, in the window when the SOC is thin. If stopping an attack depends on a person noticing and reacting in time, you have only moved the bottleneck.

So the system has to decide and act on its own, inside hard guardrails: drop the malicious connection now, block the source, and when a source keeps coming back, escalate it on its own — from a short timeout to a persistent, permanent ban — reserving the human for the calls that genuinely need judgment. In practice the attack is neutralized before anyone wakes up, and the analyst arrives to a record of threats already handled rather than a queue of fires to fight. That is the difference between a SOC that pages you and a SOC that protects you.

Detection has its place — stop confusing it with protection

Let me be fair, because precision is the profession. EDR, firewalls and IDS are not useless — far from it. You want endpoint visibility for forensics and host context. You want a firewall enforcing your segmentation. You want the full record for investigation and compliance. These are necessary layers. The error is believing they protect you. They tell you what happened; by design, they do not stop it from happening.

If detection is all you have, then what you have is a very thorough record of your own breaches. The lesson from years on the wire is blunt: put something in the path, give it real, current threat intelligence, let it block autonomously within strict limits, and keep the human for the decisions that need a human — across every device, especially the OT, medical and IoT gear no agent will ever reach. That is what an autonomous inline SOC is, and it is exactly why we build CYBER3.AI to sit inline, block in real time, and act on its own. Detection tells you the attack occurred. Protection means it did not.

Stop watching breaches. Start blocking them.
CYBER3.AI runs an autonomous SOC inline — in the traffic path, blocking threats in real time with live intelligence, on every device including the OT, medical and IoT gear no endpoint agent can reach.
Explore CYBER3.AI Cloud SOC →
🛡️ Try CYBER3.AI free
AI security copilot + Global Scan of your own network. 700 free credits on sign-up — no card, no strings.
Start free →
About the author: Mihai Bătrîneanu
Founder of CYBER3.AI and a 30-year veteran of internet infrastructure. In 1994 he founded PC-NET, the first Internet Service Provider in Eastern Europe, and built Romania's first e-mail, ADSL broadband and VoIP services. He now builds CYBER3.AI — a sovereign Security LLM and autonomous Security Operations Center.

Frequently asked questions

What is the difference between EDR and an inline SOC?

EDR (Endpoint Detection and Response) runs as an agent on a host and detects malicious behavior on that machine, usually after the process has executed. An inline SOC sits in the network path itself, inspects traffic in real time, and drops malicious packets before they reach the target — protecting every device on the network, including those that cannot run an agent. EDR is detection on the host; inline is prevention on the wire.

Why can't EDR protect OT, medical or IoT devices?

EDR requires an agent installed on the device. Operational-technology controllers (PLCs), medical equipment, IP cameras, printers and most IoT hardware cannot run one — they lack the resources, the access, or vendor permission. These are often the most critical and most vulnerable devices on a network, and endpoint tooling is blind to them. A sensor placed inline on the network sees and protects their traffic regardless of what the device is.

Is a firewall enough to stop attacks?

A firewall enforces static allow-and-deny rules and is a necessary layer, but it is not sufficient alone. It cannot inspect for a threat that arrives over a port it is configured to allow, and it does not adapt in real time to an attack in progress. Stopping a live attack requires deep packet inspection with current threat intelligence, applied inline, with the ability to block the specific malicious flow — not just enforce a fixed policy.

What does “inline” mean in network security?

Inline means the security sensor is placed physically in the path of the traffic: packets enter one interface and leave another, passing through the sensor, which inspects each one and can drop the malicious ones before they reach their destination. It differs from a mirror or SPAN deployment, where the sensor receives only a copy of the traffic and can alert but never intervene. Only an inline device can actually block an attack in real time.

Can attacks be blocked automatically without a human analyst?

Yes — and for round-the-clock protection they must be. An autonomous SOC applies active response within strict guardrails: it drops malicious connections, blocks the source, and escalates repeat offenders to persistent bans on its own, reserving human judgment for decisions that genuinely require it. Because serious attacks often come at night or on holidays, protection that depends on a person noticing in time is not protection — the system has to act by itself, safely.

Protejează-ți telefonul — CYBER3, gratuit pe Google Play
Instalează