Dnsfire: A proof-of-concept DNS-driven firewall enforcer
1–8 of 8 posts
Re: Dnsfire: A proof-of-concept DNS-driven firewall enforcer
#2Re: Dnsfire: A proof-of-concept DNS-driven firewall enforcer
#3Without picking a side in that fight, I’m not sure this solution totally solves the problem when shared IP infrastructure is in play. A CDN may use the same IP for a malicious website and a perfectly good one, and the only difference is the incoming hostname being requested.
The result is you annoy dns over https users, but in the end do not gain any control.
Re: Dnsfire: A proof-of-concept DNS-driven firewall enforcer
#4I'm not sure I like this approach. This would probably cause a lot of problems for people that insist on running their own name resolver (e.g. Unbound), right?
Re: Dnsfire: A proof-of-concept DNS-driven firewall enforcer
#5Re: Dnsfire: A proof-of-concept DNS-driven firewall enforcer
#6This is an expected response to the client privacy vs network control arms race that escalated with the rise of DNS over HTTPS. Without picking a side in that fight, I’m not sure this solution totally solves the problem when shared IP infrastructure is in play. A CDN may use the same IP for a malicious website and a perfectly good one, and the only difference is the incoming hostname being requested. The result is yo…
Re: Dnsfire: A proof-of-concept DNS-driven firewall enforcer
#7I'm not sure I like this approach. This would probably cause a lot of problems for people that insist on running their own name resolver (e.g. Unbound), right?
It would also block any services that connect directly to an IP address, use hosts file to resolve, or use external DNS servers (eg, Google devices using 8.8.8.8 directly).
The use of host files and direct connections to external IP addresses based upon ip address are rare among user workstations. Any legitimate need to connect directly via IP address could be handled by exception.