dnssec security without maintenance
play

DNSSEC security without maintenance ... with the right software and - PowerPoint PPT Presentation

DNSSEC security without maintenance ... with the right software and registry Petr paek petr.spacek@nic.cz 2019-02-03 1w Redraw max 1y 6m 3m 1m 5d 1h 1d 30 ~ 19 % DNSSEC? Who cares? DNSSEC Validation Capability Metrics


  1. DNSSEC security without maintenance ... with the right software and registry Petr Špaček • petr.spacek@nic.cz • 2019-02-03

  2. 1w Redraw max 1y 6m 3m 1m 5d 1h 1d 30 ~ 19 % DNSSEC? Who cares? DNSSEC Validation Capability Metrics https://stats.labs.apnic.net/dnssec/XA?hc=XA&hx=1&hg=1&hr=1&w=30&g=0 Use of DNSSEC Validation for World (XA) Zoom: Validating : 18.71 | 01:00 January 26, 2019 16 14 Average Interval (days) 12 Show Google 10 PDNS Use Hide Regional 8 Use 6 4 https://stats.labs.apnic.net/dnssec/XA 2 0 2014 Apr Jul Oct 2015 Apr Jul Oct 2016 Apr Jul Oct 2017 Apr Jul Oct 2018 Apr Jul Oct 2019 2014 Apr Jul Oct 2015 Apr Jul Oct 2016 Apr Jul Oct 2017 Apr Jul Oct 2018 Apr Jul Oct 1 of 5 1/29/19, 4:49 PM

  3. 1h Redraw max 1y 6m 3m 1m 30 1w 5d 1d ~ 24 % DNSSEC? Who cares in Europe? DNSSEC Validation Capability Metrics https://stats.labs.apnic.net/dnssec/XE?o=cCZw30x1g0r1 Use of DNSSEC Validation for Europe (XE) Zoom: Validating : 23.99 | 01:00 January 26, 2019 25 20 Average Interval (days) 15 Show Google PDNS Use Hide Regional Use 10 5 https://stats.labs.apnic.net/dnssec/XE 0 2014 Apr Jul Oct 2015 Apr Jul Oct 2016 Apr Jul Oct 2017 Apr Jul Oct 2018 Apr Jul Oct 2019 2014 Apr Jul Oct 2015 Apr Jul Oct 2016 Apr Jul Oct 2017 Apr Jul Oct 2018 Apr Jul Oct Region Map for Europe (150) 1 of 4 1/29/19, 4:54 PM

  4. 1h Redraw max 1y 6m 3m 1m 30 1w 5d 1d ~ 63 % DNSSEC? Who cares in CZ? DNSSEC Validation Capability Metrics https://stats.labs.apnic.net/dnssec/CZ?o=cXEw30x1g0r1 Use of DNSSEC Validation for Czech Republic (CZ) Zoom: Validating : 62.54 | 01:00 January 28, 2019 60 Average Interval (days) 50 40 Hide country ASN List 30 Show Google PDNS Use Hide Regional 20 Use https://stats.labs.apnic.net/dnssec/CZ 10 0 2014 Apr Jul Oct 2015 Apr Jul Oct 2016 Apr Jul Oct 2017 Apr Jul Oct 2018 Apr Jul Oct 2019 2014 Apr Jul Oct 2015 Apr Jul Oct 2016 Apr Jul Oct 2017 Apr Jul Oct 2018 Apr Jul Oct Region Map for Eastern Europe (151) 1 of 3 1/29/19, 4:53 PM

  5. Where is a problem? ● DNSSEC requires zone content maintenance ● more work compared to insecure DNS ● Signatures with timestamps . RRSIG DNSKEY 8 0 172800 2019 0211 000000 2019 0121 000000 … ● Key propagation ● cz. DS 20237 13 2 CFF0F3ECDBC52…

  6. Maintenance?!

  7. DNSSEC maintenance: signatures ● Refreshing signatures (timestamps) ● fully automated Knot DNS, BIND, PowerDNS, OpenDNSSEC, ...

  8. DNSSEC maintenance: keys DS ● Key propagation ● harder problem – multiple parties registry ● sub-optimal support from registrars (parent) ● DNS providers have no relationship with registrar/registry child ● Domain holders do not care DNSKEY

  9. Standards to the rescue ● RFC 7344 - Automating DNSSEC Delegation Trust Maintenance - September 2014 ● cz. CDS 20237 13 2 CFF0F3ECDBC52… ● RFC 8078 - Managing DS Records from the Parent via CDS/CDNSKEY – March 2017 ● cz. CDS 0 0 0 00 ● draft-ietf-regext-dnsoperator-to-rrr-protocol - Third Party DNS operator to Registrars/Registries Protocol

  10. Standards to the rescue DS parent child DNSKEY CDS

  11. DNSSEC Trust Maintenance: registry 1 1 2 3 4 6 5 Image attribution: Cloudflare

  12. Implementation in registries ● Supported by ● .ch ● .cr ● .cz ● .li ● More coming ● Ask your registry! Image attribution: Mozilla

  13. Implementation in software ● OpenDNSSEC – planned ● PowerDNS – generates CDS RR, manual rollover using pdnsutil ● BIND 9.13 – generates CDS RR, manual rollover using dnssec-keymgr ● BIND 9.15 – more automation planned ● Knot DNS 2.6+ – generates CDS RR, rolls automatically (as configured)

  14. Key propagation in ● KSK submission via CDS/CDNSKEY ● Periodic checks for DS existence via set of configured nameservers ● Authoritative nameservers ● And/or DNSSEC validating resolver ● (all must see DS) ● Alternative: simple timeout

  15. Configuration example remote: policy: - id: auth - id: ecdsa address: [ 198.51.100.5 ] ksk-lifetime: 14d # resolvers ksk-submission: upstream - id: local address: [ 192.0.2.1 ] template: - id: foreign - id: "default" address: [ 1.1.1.1 ] dnssec-signing: on dnssec-policy: ecdsa submission: - id: upstream parent: [ auth, local, foreign ] check-interval: 600 s zones: - domain: dnssec.cz

  16. Configuration example remote: policy: - id: auth - id: ecdsa address: [ 198.51.100.5 ] ksk-lifetime: 14d # resolvers ksk-submission: upstream - id: local address: [ 192.0.2.1 ] template: - id: foreign - id: "default" address: [ 1.1.1.1 ] dnssec-signing: on dnssec-policy: ecdsa submission: - id: upstream parent: [ auth, local, foreign ] check-interval: 600 s zones: - domain: dnssec.cz

  17. Configuration example remote: policy: - id: auth - id: ecdsa address: [ 198.51.100.5 ] ksk-lifetime: 14d # resolvers ksk-submission: upstream - id: local address: [ 192.0.2.1 ] template: - id: foreign - id: "default" address: [ 1.1.1.1 ] dnssec-signing: on dnssec-policy: ecdsa submission: - id: upstream parent: [ auth, local, foreign ] check-interval: 600 s zones: - domain: dnssec.cz

  18. Key maintenance: logging 1)2017-10-24T15:41:22 notice: [dnssec.cz.] DNSSEC, KSK submission, waiting for confirmation _ 2) Knot detects the updated parent’s DS record ● + waits for DS’s TTL before retiring the old key 3)2017-10-24T20:00:00 notice: [dnssec.cz.] DNSSEC, KSK submission, confirmed

  19. Other relevant features ● DS deletion via CDS 0 0 0 00 ● Structured logging for key events ● custom hooks ● Automatic algorithm rollovers ● Push for DS RR (DNS Update) coming ...

  20. Summary ● DNSSEC is becoming easy (finally!) ● Ask your registry or registrar for CDS/CDNSKEY support ● Update your software ● Sign your zones, please ;-)

  21. Backup slides CDS/CDNSKEY implementation in CZ

  22. CDNSKEY scanning ● Daily scanning all domains in zone for CDNSKEY records ● Takes about 3 hours for .CZ ● Three categories of domains: ● Without KeySet ● With automatically generated KeySet ● With legacy KeySet created by a registrar

  23. Domains without KeySet ● Scanning all authoritative nameservers from registry database via TCP queries ● When CDNSKEY is found, technical contact is informed via e-mail ● Keep scanning for 7 more days ● If results are always the same (and it is not DS deletion), new KeySet is created and linked to a domain ● Domain holder (via notify e-mail) and registrar (via EPP) are notified

  24. Domains with automatic KeySet ● Scan for CDNSKEY via local resolver, DNSSEC is validated inside scanner ● If CDNSKEY is found, do as requested ● Update KeySet with new DNSKEY or ● Remove KeySet (notification of domain holder and registrar) ● Technical contact is informed via e-mail

  25. Domains with legacy KeySet ● Scan for CDNSKEY via local resolver, DNSSEC is validated inside scanner ● If CDNSKEY is found, do as requested ● Create new automatic KeySet and swap it in domain or ● Remove KeySet ● Technical contact is informed via e-mail ● Domain holder (via notify e-mail) and registrar (via EPP) are notified

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend