dns and dnssec management and monitoring changes required
play

DNS and DNSSEC Management and Monitoring Changes Required During A - PowerPoint PPT Presentation

DNS and DNSSEC Management and Monitoring Changes Required During A Transition To DNSSEC Wes Hardaker <wes.hardaker@parsons.com> Overview Business Model Changes Relationship Requirements Relationship with your DNS parent


  1. DNS and DNSSEC Management and Monitoring Changes Required During A Transition To DNSSEC Wes Hardaker <wes.hardaker@parsons.com>

  2. Overview ● Business Model Changes ● Relationship Requirements – Relationship with your DNS parent – Relationships with your children ● Timeline Changes

  3. Business Model Changes Creating a New Domain root ● With DNS NS A – Purchase your name, win an auction, ... AAAA – Use recent compliant DNS software com – Attach to your parent ● Business or other relationship NS A – TLD → ICANN / IANA AAAA – Enterprise, etc → Registrar ● Use their interface to update your NS/Glue example.com

  4. Business Model Changes Creating a New Domain root ● With DNS NS A – Purchase your name, win an auction, ... AAAA DS – Attach to your parent com ● Business relationship or contract – TLD → ICANN / IANA NS – Enterprise, etc → Registrar A ● Use their interface to update your NS/Glue AAAA DS ● DNSSEC Adds example.com – Need to update DS records – Parent and interface must be DNSSEC compliant! ● This may affect your buying and attachment decision

  5. Relationship Changes Relationships: With Your Parent ● With DNS – Maintain data synchronization with your parent ● NS com ● Glue (A and AAAA) – Frequently while changing infrastructure NS ● Likely the only time your parent data changes A AAAA ● Make sure to tell your parent – New or removed NS records example.com – Changing A and AAAA records ● People tend to “know” these are important – Because they're rare! – IETF's CSYNC draft automates this

  6. Business Model Changes Relationships: With Your Parent ● DNSSEC adds: – Maintain data synchronization with your parent ● DS Records com – When your key changes ● When you roll your keys: tell your parent! NS ● If you plan on a regular schedule A AAAA – Make sure it's in the todo list! DS – People forget things that are periodic example.com – IETF's RFC7344 (CDS) automates this

  7. Relationship Changes Maintaining a Domain: Testing! ● With DNS – Do your parent and your NS/glue records match? – What tools are you using? ● Monitoring service? ● Software? ● Self-monitoring scripts? – EG: “ dig example.com NS” vs “dig @parent example.com NS” – Are you going to monitor this frequently?

  8. Relationship Changes Maintaining a Domain: Testing! ● With DNS – Do your parent and your NS/glue records match? – What tools are you using? ● Monitoring service? ● Software? ● Self-monitoring scripts? – EG: “ dig example.com NS” vs “dig @parent example.com NS” – Are you going to monitor this frequently? ● DNSSEC Additions – Monitor the DS record too ● Does your monitoring service or tool support it?

  9. Relationship Changes Quiz!!! Maintaining a Domain: Testing! ● Example DS record checking using “getds” --- DS records generated from querying example.com: EXAMPLE.COM. 3600 IN DS 51605 8 2 (918... EXAMPLE.COM. 3600 IN DS 51605 8 1 (E74... EXAMPLE.COM. 3600 IN DS 31589 8 2 (CDE... EXAMPLE.COM. 3600 IN DS 31589 8 1 (349... --- DS records pulled from the parent of example.com: EXAMPLE.COM. 86400 IN DS 31589 8 2 (CD0... EXAMPLE.COM. 86400 IN DS 31589 8 1 (349...

  10. Relationship Changes Quiz!!! Maintaining a Domain: Testing! ● Example DS record checking using “getds” --- DS records generated from querying example.com: EXAMPLE.COM. 3600 IN DS 51605 8 2 (918... EXAMPLE.COM. 3600 IN DS 51605 8 1 (E74... EXAMPLE.COM. 3600 IN DS 31589 8 2 (CDE... EXAMPLE.COM. 3600 IN DS 31589 8 1 (349... --- DS records pulled from the parent of example.com: EXAMPLE.COM. 86400 IN DS 31589 8 2 (CD0... EXAMPLE.COM. 86400 IN DS 31589 8 1 (349... ERRORS (2): 1) The following DS record is not published in parent: EXAMPLE.COM. 3600 IN DS 51605 8 1 (E74... 2) The following DS record is not published in parent: EXAMPLE.COM. 3600 IN DS 51605 8 2 (918...

  11. Relationship Changes Maintaining a Domain: Testing! ● Example DS record checking using “getds” --- DS records generated from querying example.com: EXAMPLE.COM. 3600 IN DS 51605 8 2 (918... EXAMPLE.COM. 3600 IN DS 51605 8 1 (E74... EXAMPLE.COM. 3600 IN DS 31589 8 2 (CDE... EXAMPLE.COM. 3600 IN DS 31589 8 1 (349... --- DS records pulled from the parent of example.com: EXAMPLE.COM. 86400 IN DS 31589 8 2 (CD0... EXAMPLE.COM. 86400 IN DS 31589 8 1 (349... ERRORS (2): 1) The following DS record is not published in parent: EXAMPLE.COM. 3600 IN DS 51605 8 1 (E74... 2) The following DS record is not published in parent: EXAMPLE.COM. 3600 IN DS 51605 8 2 (918...

  12. Relationship Changes Maintaining a Domain: Testing! ● Example DS record checking using “getds” New? --- DS records generated from querying example.com: EXAMPLE.COM. 3600 IN DS 51605 8 2 (918... EXAMPLE.COM. 3600 IN DS 51605 8 1 (E74... Old? EXAMPLE.COM. 3600 IN DS 31589 8 2 (CDE... EXAMPLE.COM. 3600 IN DS 31589 8 1 (349... --- DS records pulled from the parent of example.com: EXAMPLE.COM. 86400 IN DS 31589 8 2 (CD0... EXAMPLE.COM. 86400 IN DS 31589 8 1 (349... ERRORS (2): 1) The following DS record is not published in parent: EXAMPLE.COM. 3600 IN DS 51605 8 1 (E74... 2) The following DS record is not published in parent: EXAMPLE.COM. 3600 IN DS 51605 8 2 (918...

  13. Relationship Changes Relationships: With Your Parent – Testing ● Testing DNS – Does your parent mirror your real data? ● How often do you check? ● Testing DNSSEC – Is your parent's published DS for you correct? ● How often do you check? – Are you testing end-to-end validation? ● How often?

  14. Relationship Changes Relationships: With Your Children ● A parent is clearly the inverse of being a child ● A few important points though...

  15. Relationship Changes Relationships: With Your Children ● With DNS (if you're a parent or registrar) – You likely have an API for children to use ● Unless you have a very small number of children – Lets them: ● Add and remove NS records ● Add and remove A glue records ● Add and remove AAAA records – Possibly perform transfers – Advertise support for and use CSYNC?

  16. Relationship Changes Relationships: With Your Children ● DNSSEC Adds: – API: ● Add and remove DS records – How to transfer the new data? ● Paste an entire DS record? ● Fill-in form with DS parameters? ● Paste an entire DNSKEY? ● Fill-in form with DNSKEY record parts? ● Who picks the DS algorithms used? – Advertise support for and use CDS? ● ADVERTISE YOUR SUPPORT!!!

  17. Timeline Changes ● With DNS: Add A record Change MX record – Data is frequently static ● Addresses, mail records, etc – Sometimes it is automated: ● Round robin records ● Load based records ● Generated records – Client or child based records – DNS blacklists – Etc ● All of these are “Fire and Forget” – Once served or running, little maintenance needed

  18. Timeline Changes ● With DNSSEC: – Signature records have a life time – DNSKEYs may require periodic rotation ● No longer “Fire and Forget” – Operational procedures must change! – Every X period of time: resign! – Every Y period of time: roll keys ● Which itself is a long process, typically months

  19. Timeline Changes Add A record Change MX record Previous Data Changes

  20. Timeline Changes Resign and Republish ... Add A record Change MX record Previous Data Changes (Now with resigning too)

  21. Timeline Changes Rekeying events Resign and Republish d l w O e e N p ... t e a d l w d e A S D Add A record Change MX record Previous Data Changes (Now with resigning too)

  22. Timeline Changes Signature Periods ● How often to resign? – Depends on signature length – Good rule of thumb: at least every: length / 2 – 1 month signature → at least every 1/2 month ● Provide room for slippage ● Test and monitor your infrastructure! ● If you fail to resign, will you notice? ● Grace periods don't help if you don't check

  23. Timeline Changes Key Rolling Periods ● What are the reasons for rolling keys? – Key strengths – Good operational practice – Tests parent/child relationships ● So, how often should you roll keys? – Very situation dependent – Common guidances heard: ● Roll zone-signing-keys every 3 months ● Roll the key-signing-key annually ● Do you have a plan in place?

  24. Timeline Changes DANE TLS Record Changes ● Are you using DANE to secure? – SMTP – SIP – XMPP – HTTPS ● When your TLS certificate changes: – Will you remember to change your TLSA record? – Will you notice if you forget and they don't match?

  25. Questions? Wes Hardaker <wes.hardaker@parsons.com> ICANN 52 ICANN 52 Los Angeles Los Angeles

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