Theo
Theo
Yes it's MITTRE attack TTPs ID which are specified in your attack reference
It's a good idea to add it to both databases, so that when another security tool wants to obtain this information, it will do so via the Mongo database or...
I have try to deploy v1.5.1 and in docker-compose.yaml, in ui-jupyter, the field "profile" stop the deployment of jupyter ui. When i move profile, the deployment works or i put...
For sure : ```bash $ docker ps ghcr.io/datadog/kubehound-binary:latest "/kubehound serve" 2 days ago Up 41 seconds 0.0.0.0:9000->9000/tcp kubehound-release-grpc-1 ``` ```bash $ docker logs kubehound-release-grpc-1 time="09:14:41" level=fatal msg="factory config creation: graph...
- docker inspect : sha256:d53db372b4202989fab80f00b43abeba21ce765b4d4fb2c9195cc873a9286b95 I pulled new images and i restarted, i have same message in new release when i launch kubehound dump remote : - bucket name are...
Hello, Happy new year ! Sorry for the answer delay. I used configs/kubehound.yaml and the config is : ```yaml ingestor: blob: bucket_url: "s3://:/" # i give ip because endpoint variable...
Yes i use localstack (it's like minio). I think that for developers who don't have a real bucket aws with domain name, you should specify the endpoint url, like awscli...
Yes it's works with `AWS_ENDPOINT_URL_S3` and `bucket_url`. The dump is push within s3 localstack. thank you ! But the GRPC server can't receive data, connection refused again, see error below...
Thank you for your answer. I understand that my base is 1.4.0 now. Do you want me to specify here which commands don’t work when i found them ?
Hello ! i found new bug between documentation and queries. ```bash kh.().criticalPaths() # i test endpoints() , services() {'error': TypeError("unhashable type: 'dict'")} ``` it's same for : ```bash kh.services().criticalPathsFilter(4, "TOKEN_BRUTEFORCE",...