Total Pageviews

Sunday 21 July 2019

DNSSEC Resolver Test


This test determines whether your DNS resolver validates DNSSEC signatures. For this test you need JavaScript turned on.  

Most people will experience a negative test result (no DNSSEC validation) – that's ok and no reason to panic.

DNSSEC for Users

Few operating systems support DNSSEC validation out of the box. You can install Dnssec-Trigger to run your own validating resolver (more information). Keep in mind that web browsers do not distinguish between DNSSEC validation failures and general DNS failures (there is no security warning like with SSL/TLS errors).
To re-run the above test, you also need to:
  • Flush the DNS cache of your OS (Windows: ipconfig /flushdns)
  • Restart browser or clear browser cache

DNSSEC for DNS Cache Operators

If you're running a recursive DNS cache, follow these steps to enable DNSSEC validation on BIND or Unbound.

BIND

Since BIND 9.8, you can activate DNSSEC validation with the following lines in the options section of your named.conf:
  • dnssec-enable yes;
  • dnssec-validation auto;
Reload config: rndc reload
If you're running an older BIND version, you should update.

Unbound

  1. Update the root KSK: unbound-anchor
  2. Make sure your unbound.conf contains the following line: auto-trust-anchor-file "/var/lib/unbound/root.key"
Reload config: unbound-control reload

Test validation

  • dig sigok.verteiltesysteme.net @127.0.0.1 (should return A record)
  • dig sigfail.verteiltesysteme.net @127.0.0.1 (should return SERVFAIL)
If DNSSEC validation does not seem to work, check whether you're using more than one DNS resolver and whether each of them has DNSSEC validation enabled. The most common configuration error is to use a secondary DNS resolver without DNSSEC validation. Upon validation error, the operating system will fall back to the secondary resolver and the security checks of the primary resolver will be moot.

Results

0100

Map shows ratio of validating clients per country, collected from October 2014 to March 2015. Some older result sets of the measurement (anonymized) are available for public download.

Other Tests

These tests use slightly different mechanics. Most users should get the same result on all tests, but in some cases there may be discrepancies. If you get different results, drop us a note with your IP address and we'll be glad to analyze our logs.

No comments:

Post a Comment