Giter Site home page Giter Site logo

zephyrus's Introduction

Zephyrus

Auditing & Hardening Tool for Kubernetes

Zephyrus is developing for system and application administrators, security specialists, auditors and platform deployment personnel who plan to develop, deploy, assess, or secure solutions that incorporate Kubernetes.

Zephyrus provides completely hardening solution and establishing a secure configuration posture for Kubernetes.

Master Node Security Configuration

  • 1.1.1 Ensure that the --allow-privileged argument is set to false
  • 1.1.2 Ensure that the --anonymous-auth argument is set to false
  • 1.1.3 Ensure that the --basic-auth-file argument is not set
  • 1.1.4 Ensure that the --insecure-allow-any-token argument is not set
  • 1.1.5 Ensure that the --kubelet-https argument is set to true
  • 1.1.6 Ensure that the --insecure-bind-address argument is not set
  • 1.1.7 Ensure that the --insecure-port argument is set to 0
  • 1.1.8 Ensure that the --secure-port argument is not set to 0
  • 1.1.9 Ensure that the --profiling argument is set to false
  • 1.1.10 Ensure that the --repair-malformed-updates argument is set to false
  • 1.1.11 Ensure that the admission control policy is not set to AlwaysAdmit
  • 1.1.12 Ensure that the admission control policy is set to AlwaysPullImages
  • 1.1.13 Ensure that the admission control policy is set to DenyEscalatingExec
  • 1.1.14 Ensure that the admission control policy is set to SecurityContextDeny
  • 1.1.15 Ensure that the admission control policy is set to NamespaceLifecycle
  • 1.1.16 Ensure that the --audit-log-path argument is set as appropriate
  • 1.1.17 Ensure that the --audit-log-maxage argument is set to 30 or as appropriate
  • 1.1.18 Ensure that the --audit-log-maxbackup argument is set to 10 or as appropriate
  • 1.1.19 Ensure that the --audit-log-maxsize argument is set to 100 or as appropriate
  • 1.1.20 Ensure that the --authorization-mode argument is not set to AlwaysAllow
  • 1.1.21 Ensure that the --kubelet-certificate-authority argument is set as appropriate
  • 1.1.22 Ensure that the --kubelet-client-certificate and --kubelet-clientkey arguments are set as appropriate
  • 1.1.23 Ensure that the --service-account-lookup argument is set to true
  • 1.1.24 Ensure that the admission control policy is set to PodSecurityPolicy
  • 1.1.25 Ensure that the --service-account-key-file argument is set as appropriate

ChangeLog

2/9/2017 - Added 20 audit modules for master node.

12/4/2018 - Added 5 audit modules for master node. UX changed.

Requirements

Zepyhrus has been written in bash script that it works in just Linux yet.

Make sure that the Kubernetes package is installed on the system and kube-apiserver service is running.

Usage

git clone https://github.com/DenizParlak/Zephyrus.git && cd Zephyrus && chmod +x Zephyrus.sh && ./Zephyrus.sh

zephyrus's People

Contributors

denizparlak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.