Practical guide · verified against the real thing
Zero trust explained for small teams (without the enterprise price tag)
In one line: Zero trust is a principle, not a product: never trust by default, always verify. Here is what it means at small scale and the cheap steps that deliver most of the benefit.
"Zero trust" is marketed as a sprawling enterprise platform, which makes small teams assume it is not for them. It is not a product at all — it is a principle: stop trusting anything just because it is inside the network perimeter, and verify every access every time. The old castle-and-moat model assumed everything inside the wall was safe; zero trust assumes the wall has already been crossed.
The principle in one line
Never trust, always verify, assume breach. A request to reach a system is granted based on who is asking, from where, on what device, and only for as much as they need — not because the request came from "inside." That single shift defeats a huge class of attack, because an attacker who phishes one password does not automatically inherit the whole network.
What small teams can actually do
Most of the benefit comes from a few unglamorous steps, all cheap. Require strong authentication everywhere, ideally phishing-resistant — the passkeys and hardware keys in what passkeys stop. Apply least privilege: give people and services the minimum access they need, so a compromise is contained. Segment, so one foothold is not the whole building — the same instinct as putting smart devices on their own network, applied to servers and admin access. Keep systems patched (patch management) because verification means little if the verified path leads to an unpatched box. And log access, so you can see what was reached.
Why it is the frame that ties this cluster together
Zero trust is less a project than a way of making the other decisions: it is why you choose MDR that can respond, why compliance asks you to know and limit your data, and why a breach is survivable when access is narrow. It is the architecture behind the rest of this cluster, and you can start it today with authentication, least privilege and segmentation — no platform purchase required.
Sources
Next