m@ksim.pro
Back to all posts
Security 3 min read

Zero trust networking: a practical starting point for non-security teams

Zero trust is talked about constantly but implemented rarely. Here is a grounded explanation of what it means in practice and where a company with limited security resources should actually start.

Zero trust has been a buzzword in security for years. It appears in every vendor presentation, every security framework, and most IT strategy documents. It is also one of the most poorly understood concepts in practical enterprise security.

I want to write about it plainly, from the perspective of someone who talks to engineering and management teams that are not security specialists but need to make decisions about this.

What zero trust actually means

The original insight behind zero trust is this: the assumption that "inside the network is safe" is wrong. Traditional perimeter security treats the corporate network like a castle - everything outside the wall is untrusted, everything inside the wall is trusted. The problem is that this model was never entirely true, and it became less true with cloud services, remote work, and mobile devices.

Zero trust replaces the perimeter assumption with a simpler one: trust nothing by default. Every request - whether it comes from inside the office, from a VPN, from a cloud service, or from a personal device - is verified before access is granted. Verification happens based on identity, device health, and context, not based on network location.

That is the principle. The practice is considerably more complex.

What implementing zero trust actually involves

Zero trust is not a product you buy. It is a set of architectural decisions applied progressively across your access infrastructure. The main areas are:

Identity. Strong authentication for every user, every time. In practice this means multi-factor authentication everywhere with no exceptions, single sign-on so that authentication is consistent, and session management that re-verifies rather than maintaining permanent trust.

Device trust. Access decisions take into account whether the device is managed, whether it has current security patches, and whether it meets a minimum security baseline. Unmanaged personal devices get different access levels than managed corporate devices.

Least-privilege access. Users and systems get the minimum access they need for their specific role. This is not new as a concept, but zero trust makes it a continuous enforcement mechanism rather than a one-time setup.

Micro-segmentation. Within the network, services are isolated so that a compromised component cannot move freely to other systems. This limits the blast radius of any breach.

Where to start with limited resources

The full zero trust implementation is a multi-year programme. If you are a company with a small IT or engineering team and no dedicated security function, the place to start is identity.

The single highest-value action in most organisations is enforcing multi-factor authentication on all accounts - email, code repositories, cloud consoles, HR systems, finance systems. MFA stops the majority of credential-based attacks regardless of where the credential was compromised.

The second action is auditing who has access to what. Most organisations have significant access sprawl - former employees, over-privileged service accounts, shared credentials. A quarterly access review does not require any new technology and reduces risk substantially.

These two steps are not "zero trust" in the full architectural sense. But they address the failure modes that actually cause most incidents, and they can be implemented without a dedicated security budget.

Back to all posts
Contact

If this resonated, write to me. I reply personally.

WhatsApp