What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

DNS-over-HTTPS (DoH) in malware

That didn’t take long. Malware now hides its secrets in DoH.

https://www.bleepingcomputer.com/ne...evades-traffic-monitoring-via-dns-over-https/

Interesting notion of DNS blocking of DoH for Bind, surely adaptable for dnsmasq.

https://github.com/bambenek/block-doh

Thought or ideas without breaking DNS-over-TLS?

I was reading the other day about ISP's crying over DoH, but I also remember reading something about this type of issue as well, one of the main issues of DoH is that it is also where the parasites hide as well.

Good find @dave14305
 
I was reading the other day about ISP's crying over DoH, but I also remember reading something about this type of issue as well, one of the main issues of DoH is that it is also where the parasites hide as well.

Good find @dave14305
I am envisioning a dnsmasq server hosts file with the known DoH hosts sending to a blackhole IP. Stubby would continue to use the router's resolv.conf based on the current Merlin design, so the initial DoT handshake would not be affected by dnsmasq.

Maybe we'd see SkyNet incorporate iptables rules blocking port 443 traffic to the DoH IPs.

Or maybe this is too risky to implement without harming DoT functionality. I once tried to block the iOS Cloudflare app being naive enough to just try blocking 1.1.1.1 port 443, but it seems the Cloudflare app was not using the anycast IP.

I wonder how long before bad guys start building Stubby into their malware? :eek:
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top