How to catch a cryptominer on your Kubernetes infra
blog.kubecost.com
How to catch a cryptominer on your Kubernetes infra
1–4 of 4 posts
Re: How to catch a cryptominer on your Kubernetes infra
#2The real solution is to stop exposing access to Docker (or Kubernetes without any RBAC rules) to the open internet.
Re: How to catch a cryptominer on your Kubernetes infra
#3I think it's a bit disappointing how unsophisticated these cryptominer attackers are. If you have the ability to spawn arbitrary Docker containers, you can get root privileges on the host -- which would make tools like this one (which as far as I can tell only measures container network traffic) useless. The real solution is to stop exposing access to Docker (or Kubernetes without any RBAC rules) to the open internet…
Re: How to catch a cryptominer on your Kubernetes infra
#4I think it's a bit disappointing how unsophisticated these cryptominer attackers are. If you have the ability to spawn arbitrary Docker containers, you can get root privileges on the host -- which would make tools like this one (which as far as I can tell only measures container network traffic) useless. The real solution is to stop exposing access to Docker (or Kubernetes without any RBAC rules) to the open internet…
I agree that appropriate configuration/policy management is part of the solution for preventing these attacks on Kubernetes, but our view is that monitoring also plays an important role.