Earlier quoted context omitted.
> make it harder for bad actors to take advantage of your network. How so? It looks to me like it makes it easier for bad actors to take advantage of my network, by making it harder to detect and block DNS lookups.
You are focused on unsophisticated bad actors if DNS is all it takes to block.
DNS-over-HTTPS Policy Requirements for Resolvers
231–240 of 301 posts
Re: DNS-over-HTTPS Policy Requirements for Resolvers
#232I replied sub-thread, but adding here to give some more visibility to some of the issues DoH is causing and will cause: I work at a k12 school and I am involved on many k12 IT communities. Some schools already removed Firefox from the students computers because it was being used as a "VPN" by some elementary students to access porn - at school. Guess what this VPN was? Just DNS over HTTPS. There is a fine line betwee…
DNS filtering was always easily circumvented; a time sucking cat and mouse game at best.
Re: DNS-over-HTTPS Policy Requirements for Resolvers
#233Earlier quoted context omitted.
> I believe that the network level concerns over DoH are a little disingenuous I disagree. The problem with DoH is that it masquerades DNS lookups as web traffic. Other means of doing DNS lookups, encrypted or not, can be easily determined to be DNS lookups and handled according to the network policies. By disguising the lookups as web traffic, it means that I can no longer leave web traffic alone. I have to MITM HTT…
Can you describe the threat model your trying to account for? The reason I made that statement has to do with the means by which DNS can easily be circumvented and direct encrypted connections used instead. This means using DNS introspection as a means for security doesn't buy you much, DoH just makes that more apparent.
All of these use domain names to set up the communications, for obvious reasons, so being able to thwart those lookups is of great value.
You're right, that all by itself is insufficient, but it's still very important.
Re: DNS-over-HTTPS Policy Requirements for Resolvers
#234Earlier quoted context omitted.
You are focused on unsophisticated bad actors if DNS is all it takes to block.
I don't understand your point. I'm certainly not solely focused on the unsophisticated ones, but those sorts are important too. And they're much more common as they include ad and other trackers.
Re: DNS-over-HTTPS Policy Requirements for Resolvers
#235Earlier quoted context omitted.
As a sysadmin who rails against split-horizon DNS (usually around Active Directory implementations where brain-damaged people have named the AD domain the same as a public Internet domain name) I'm already getting a churning feeling in my stomach thinking about how software is going to mishandle this scenario in DNS-over-HTTPS. It's going to be particularly god-awful for devices that roam between networks where the "…
> usually around Active Directory implementations where brain-damaged people have named the AD domain the same as a public Internet domain name I don't like this one either, but often it is inherited from the past from other people and it is not going to change. On the other hand, split-horizon DNS is going to stay with us, even if the AD domain is a subdomain of the public one. Records in the internal zone are not g…
Re: DNS-over-HTTPS Policy Requirements for Resolvers
#236Earlier quoted context omitted.
As a sysadmin who rails against split-horizon DNS (usually around Active Directory implementations where brain-damaged people have named the AD domain the same as a public Internet domain name) I'm already getting a churning feeling in my stomach thinking about how software is going to mishandle this scenario in DNS-over-HTTPS. It's going to be particularly god-awful for devices that roam between networks where the "…
My organization does this (AD domain appears to be the same as the public domain name), and I also had problems when I opted into the HTTPS DNS trial. As in, no internal servers resolved. I had thought that internal networks these days would favor multicast resolution (LLMNR/mDNS), but that doesn't appear to be the case here. Admin work is not my wheelhouse, so I have no idea what standard practice is. What is the re…
Re: DNS-over-HTTPS Policy Requirements for Resolvers
#237Earlier quoted context omitted.
His main argument seems to be that the network operator should have control over DNS requests for safety reasons. Control and monitoring. This is the antithesis of privacy and encryption. I wouldn't be surprised if he was pro http over https either.
> His main argument seems to be that the network operator should have control over DNS requests And why is that an unreasonable position for a network operator to hold?
The user of the OS can then set their own DNS. If applications just ignore this and use their own it takes away power from the user. Sure Firefox lets you turn it off, but a lot of people won’t bother.
Re: DNS-over-HTTPS Policy Requirements for Resolvers
#238Earlier quoted context omitted.
After seeing every implementation of DoH giving a flying fuck about your actual network settings, I’ve decided it’s a technology I want nothing to do with. I’ve actually actively blocked DoH for the major providers on my router, by writing some custom iptables rules. Hopefully there will be a simple to use OpenWrt-package which you can install to do this automatically in the future.
Could you share those iptables rules please?
Re: DNS-over-HTTPS Policy Requirements for Resolvers
#239Earlier quoted context omitted.
"Network operators should be able to set DNS servers for client devices." "You can configure your router, a client device, to use whatever DNS server you want in defiance of your ISP, a network operator." Which one do you want?
If you configure your router, you are the network operator (of the network that the router handles). Mozilla or other app vendors are not. No dichotomy there.
In a crazy world where internally Firefox ran a small IP network for each tab and routed traffic between them for IPC would it suddenly be okay for Firefox to override DNS? Why or why not?
Re: DNS-over-HTTPS Policy Requirements for Resolvers
#240"To that end, today we are releasing a list of DOH requirements, available on the Mozilla wiki, that we will use to vet potential resolvers for Firefox. The requirements focus on three areas: 1) limiting data collection and retention from the resolver, 2) ensuring transparency for any data retention that does occur, and 3) limiting any potential use of the resolver to block access or modify content. " I sometimes use…