KubeHound icon indicating copy to clipboard operation
KubeHound copied to clipboard

Kubernetes Attack Graph

Results 31 KubeHound issues
Sort by recently updated
recently updated
newest added

Create the docker images for KHaaS: * kubehound-u: jupyter notebook * kubehound-graph: custom janusgraph image * kubehound-ingestor: grpc endpoint to trigger ingestion

Small fix to add the missing `docker-compose.ui.yaml` file in the release tar.gz

Hello ! Thank's for the great tool ! When I tested the tool, I saw that the kubehound attacks (TTPs) were not linked directly in the Janus Graph database. I...

enhancement

**Describe the bug** Using the default docker configuraion, I was unable to examine the KubeHound output using the example Jupyter notebook deployment. I had to make config changes to the...

**Describe the bug** Can't start KubeHound by following the recommended steps from README.md. **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo (requirements are installed) 2. Run `make...

after configuring gremlin server which is running on different host in kubehound I am getting below errors: Error occurred during operation gremlinServerWSProtocol.readLoop(): 'E0703: expected string Key for map, got type='0x%!x(MISSING)''...

Safety check to ensure the correct version of docker compose is installed. Used the existing docker detection logic to ensure that the correct version is found.

The collect.sh script did not fully differentiate between namespaced and non-namespaced api-resources. If you used it to quickly dump an entire cluster or turn the allowlist off, non-namespaced resources will...

It would be nice to include a JSON in the ./kubehound directory with the contents on https://kubehound.io/reference/attacks/. Something along the lines of `[{ 'IDENTITY_ASSUME':{ 'Description':'', 'Details':'', 'Prerequisites':'' } }, {'ATTACK_2':{...

Hi! Thank you for a great tool! I've tested this out on my local Kubernetes cluster (minikube) with [Kubernetes goat](https://github.com/madhuakula/kubernetes-goat) setup on it and it worked fine. However, for my...