In the first post of this DNSSEC series, I have shown the problem (DNS vulnerabilities), and in the second post, the "solution." In this third post, I am going to analyze DNSSEC. Can DNSSEC protect the users against all of the attacks? Or just part of them? What about corner cases?
The following list are the attack types from the first post, where DNSSEC can protect the users:
- DNS cache poisoning the DNS server, "Da Old way"
- DNS cache poisoning, "Da Kaminsky way"
- ISP hijack, for advertisement or spying purposes
- Captive portals
- Pentester hijacks DNS to test application via active man-in-the-middle
- Malicious attacker hijacks DNS via active MITM
The following list are the attack types from the first post, where DNSSEC cannot protect the users:
- Rogue DNS server set via malware
- Having access to the DNS admin panel and rewriting the IP
- ISP hijack, for advertisement or spying purposes
- Captive portals
- Pentester hijacks DNS to test application via active man-in-the-middle
- Malicious attacker hijacks DNS via active MITM
If you are a reader who thinks while reading, you might say "What the hell? Am I protected or not???". The problem is that it depends… In the case where the attacker is between you and your DNS server, the attacker can impersonate the DNS server, downgrade it to a non DNSSEC aware one, and send responses without DNSSEC information.
Now, how can I protect against all of these attacks? Answer is "simple":
- Configure your own DNSSEC aware server on your localhost, and use that as a resolver. This is pretty easy, even I was able to do it using tutorials.
- Don't let malware run on your system! ;-)
- Use at least two-factor authentication for admin access of your DNS admin panel.
- Use a registry lock (details in part 1).
- Use a DNSSEC aware OS.
- Use DNSSEC protected websites.
- There is a need for an API or something, where the client can enforce DNSSEC protected answers. In case the answer is not protected with DNSSEC, the connection can not be established.
Now some random facts, thoughts, solutions around DNSSEC:
- Did you know .SE signed its zone with DNSSEC in September 2005, as the first TLD in the world?
- Did you know DNSSEC was first deployed at the root level on July 15, 2010?
- Did you know .NL become the first TLD to pass 1 million DNSSEC-signed domain names?
- Did you know that Hungary is in the testing phase of DNSSEC (watch out, it is Hungarian)?
- Did you know that you can also use and test that cool DNSSEC validator?
- Did you know that there are alternative solutions like DNSCrypt?
- Did you know that in the future you might be able to enforce HSTS via DNSSEC?
- Did you know that in the future you might be able to use certificate pinning via DNSSEC?
Note from David:
Huh, I have just accidentally deleted this whole post from Z, but then I got it back from my browsing cache. Big up to Nir Sofer for his ChromeCacheView tool! Saved my ass from kickin'! :D
Related news
- Hacker Tools Windows
- Tools Used For Hacking
- Hack Tools
- Hack Tools
- Hacking Tools Software
- Pentest Box Tools Download
- Termux Hacking Tools 2019
- Hacker Tools 2020
- What Is Hacking Tools
- Hacking Tools Mac
- Hacker Tools Mac
- Pentest Tools Free
- Hacker Tools List
- Hacking Tools For Beginners
- Hacking Tools Kit
- Pentest Tools Website
- Pentest Tools For Windows
- Nsa Hacker Tools
- Hacking Tools For Beginners
- Hacking Tools Windows 10
- Hacking Tools Kit
- Hacker Tools Free
- Hacking Tools For Windows Free Download
- Pentest Tools Url Fuzzer
- Nsa Hacker Tools
- Pentest Tools Android
- Hacker Tools For Ios
- Hacking Tools For Windows
- Hacking Tools Software
- Hack Tools For Games
- Nsa Hack Tools
- Hacker Tools Apk Download
- Hacker Tools
- Hacker Tools Apk
- Usb Pentest Tools
- Hackers Toolbox
- Hacker Hardware Tools
- Pentest Recon Tools
- Pentest Tools Alternative
- Tools Used For Hacking
- Pentest Tools Apk
- Hackrf Tools
- Hacker Tools For Windows
- Hack Tool Apk No Root
- Physical Pentest Tools
- Hacking App
- Hacker Tools Windows
- Black Hat Hacker Tools
- Best Pentesting Tools 2018
- Pentest Tools Tcp Port Scanner
- Hacker Search Tools
- Pentest Tools Url Fuzzer
- Hacking Tools For Mac
- Github Hacking Tools
- New Hacker Tools
- Pentest Tools Apk
- Hack And Tools
- Hack Tools
- Pentest Tools Android
DNSSEC, From An End-User Perspective, Part 3