Skip to content

A curated collection of awesome resources for the zero-trust security model.

Notifications You must be signed in to change notification settings

stu-h/awesome-zero-trust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Awesome Zero trust

Zero trust is a security model and framework originally described by John Kindervag in 2010. Around that time, as a result of the Operation Aurora breach, Google also began developing BeyondCorp which shared similar ideas.

Summary

Why?

Zero trust improves on perimeter security's shortcomings, namely:

  • Insider threat is not properly addressed; 28% of breaches are by internal actors.
  • Impenetrable fortress in theory; multiple entry points (like VPNs), lots of firewall rules in practice.
  • The perimeter's scope has expanded. Enterprises today support heterogeneous mix of cloud, on-premise, cloud, and multi-cloud environments.

Principles

  • Do not trust the network. Network location does not impart trust.
  • There are always internal and external threats. Act like you are already breached, because your probably are.
  • Every device, user, and application communication should be authenticated, authorized, and encrypted.
  • Policy should be dynamic, and built from multiple sources.

Resources

Software

These tools implement some of the concepts of Zero Trust:

  • ZeroTier - ZeroTier delivers the capabilities of VPNs, SDN, and SD-WAN with a single system. Manage all your connected resources across both local and wide area networks as if the whole world is a single data center.
  • Pomerium - Pomerium is a context and identity aware access proxy.
  • Pritunl Zero - Free and open source BeyondCorp server providing zero trust security for privileged access to ssh and web applications
  • Transcend - BeyondCorp-inspired Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-trust transition.
  • kilo - Kilo is a multi-cloud network overlay built on WireGuard and designed for Kubernetes (k8s + wg = kg)
  • wg-dynamic - wg-dynamic is a tool designed officially by WireGuard developing team. This new utility will provide a convenient way of configuring networks dynamically, where mesh network being one of the them.
  • WireHub - Decentralized, peer-to-peer and secure overlay networks
  • ztncui - ztncui is a web user interface for a standalone ZeroTier network controller.

Books

Papers

Posts

Videos

About

A curated collection of awesome resources for the zero-trust security model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published