From 93231ef6d42b5ded8463740f520f27e18ac7d19f Mon Sep 17 00:00:00 2001 From: saifeddine Rajhi Date: Mon, 27 Nov 2023 21:10:31 +0100 Subject: [PATCH] add icekube security tool IceKube is a tool to help find attack paths within a Kubernetes cluster from a low privileged point, to a preferred location --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd7dc7d7..b882b5be 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ Have Questions? Join us over [Slack](https://launchpass.com/collabnix) and get c | 32 | jsPolicy | [ jsPolicy is a policy engine for Kubernetes that allows you to write policies in JavaScript or TypeScript](https://github.com/pavan-kumar-99/medium-manifests/tree/jsPolicy) | - | | 33 | Netchecks | [ Set of tools for testing network conditions and asserting that they are as expected.](https://github.com/hardbyte/netchecks/) | ![Github Stars](https://img.shields.io/github/stars/hardbyte/netchecks) | | 34 | KubeLinter | [ KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices](https://github.com/stackrox/kube-linter) | ![Github Stars](https://img.shields.io/github/stars/stackrox/kube-linter) | +| 35 | IceKube | [ IceKube is a tool to help find attack paths within a Kubernetes cluster from a low privileged point, to a preferred location, typically cluster-admin](https://github.com/WithSecureLabs/IceKube) | ![Github Stars](https://img.shields.io/github/stars/WithSecureLabs/IceKube) | ## Network Policies