An intrusion has two phases, and they call for different defenses. The first is getting in — phishing, an exploit, a stolen credential. The second is what the attacker does once inside: quietly moving from the machine they landed on toward the data they want. That second phase, lateral movement, plays out on the network, and it is where anomaly detection earns its keep.

Cisco's grant US12652299B1, "Network anomaly detection based on graph edge characteristics" (issued June 9, 2026; CPC H04L 63/1425, detecting anomalous network activity), takes an elegant approach: model the network as a graph. Each machine is a node; each connection between two machines is an edge. Normal operations produce a fairly stable graph — the same nodes talking to the same nodes. An intruder moving laterally creates new edges: a workstation suddenly talking to a server it has never contacted, at an hour it never operates.

The mechanism, then, is to learn the characteristics of normal edges and flag the ones that break the pattern. That framing is powerful because it does not need to recognize a specific attack tool; it only needs to notice that the shape of communication changed. An attacker can bring novel malware, but they cannot avoid creating connections that did not exist before — and connections are exactly what a graph model watches.

One analogy, then gone: think of an office where everyone has a predictable set of people they talk to. If the mailroom clerk suddenly starts having long private meetings with the finance database at 3 a.m., you do not need to know what was said to know something is wrong. The graph notices the meeting that should not happen.

The practical takeaway for defenders: graph-based anomaly detection is most valuable for the post-compromise phase, which is also the phase where dwell time turns a contained incident into a catastrophic one. It pairs naturally with the zero-trust enforcement covered elsewhere on this site — zero trust tries to deny lateral movement by policy, anomaly detection tries to catch it when policy fails. Neither is a silver bullet, and the grant is a method rather than a benchmark, but together they describe the modern answer to the oldest hard problem in breach response: finding the intruder who is already inside.