Y
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
dawnerd
2142 days ago
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.
link
tdeck
2142 days ago
Is there a good tutorial you can recommend on how to audit this?
link
dawnerd
2142 days ago
No, but I would start with a `docker ps` and see what ports it's forwarding.
link
brian_herman__
2142 days ago
That is what the OP said to do in his post.
link