Hacker News new | ask | show | jobs
by drchiu 2142 days ago
Can this be mitigated by using something like ufw and restricting the IP access?
2 comments

Unless you use docker, then it doesn't really matter. Really have to make sure your docker containers are not exposing ports they shouldnt be.
Is there a good tutorial you can recommend on how to audit this?
No, but I would start with a `docker ps` and see what ports it's forwarding.
That is what the OP said to do in his post.