SlideShare a Scribd company logo
Internet Society © 1992–2016
The role of the Internet Society
(this report describes the timeline of activities of the Internet Society from the submission of the proposal to NTIA in
March 2016 until September 30, 2016)
The IANA Stewardship Transition
Kathy Brown
President & CEO
October 6, 2016
Presentation title – Client name 1
Internet Society © 1992–2016
ION Bucharest
October 12, 2016
Dan York, CISSP
DNSSEC Program Manager – york@isoc.org
Deploying DNSSEC
2
Trusted Internet
3
Trust in privacy of information (ex. encryption)
Trust in online identity systems (ex. Kantara)
Trust in network communication (ex. TLS, DANE)
Trust in Internet identifiers (ex. DNSSEC)
Trust in the Internet’s core infrastructure (ex. MANRS)
Trust in cryptography (ex. Cryptech)
https://www.flickr.com/photos/powerbooktrance/466709245/ CC BY
Email Hijacking
CERT-CC researchers have identified that someone was hijacking email by
using DNS cache poisoning of MX records
Could be prevented by DNSSEC deployment
CERT-CC (Sept 10, 2014):
— https://www.cert.org/blogs/certcc/post.cfm?EntryID=206
Deploy360 blog post (Sept 12, 2014):
— http://wp.me/p4eijv-5jI
What Problem Is DNSSEC Trying To Solve?
DNSSEC = "DNS Security Extensions"
• Defined in RFCs 4033, 4034, 4035
• Operational Practices: RFC 4641
Ensures that the information entered into DNS by the domain name holder is the
SAME information retrieved from DNS by an end user.
Let's walk through an example to explain…
6
A Normal DNS Interaction
7
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
example.com?
1
2
3
4
10.1.1.123
Resolver checks its local cache. If it has the
answer, it sends it back.
example.com 10.1.1.123
If not…
A Normal DNS Interaction
8
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
10.1.1.123
1
25
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
10.1.1.123
4
example.com
NS
.com
NS
example.com?
DNS Works On Speed
First result received by a DNS resolver is treated as the correct answer.
Opportunity is there for an attacker to be the first one to get an answer to the
DNS resolver, either by:
Getting to the correct point in the network to provide faster responses;
Blocking the responses from the legitimate servers (ex. executing a Denial of
Service attack against the legitimate servers to slow their responses)
9
Attacking DNS
10
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
10.1.1.123
1
25
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
192.168.2.2
4
Attacking
DNS Svr
example.com
192.168.2.2
example.com
NS
.com
NS
example.com?
A Poisoned Cache
11
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
1
2
3
4
192.168.2.2
Resolver cache now has wrong data:
example.com 192.168.2.2
This stays in the cache until the
Time-To-Live (TTL) expires!
example.com?
How Does DNSSEC Help?
DNSSEC introduces new DNS records for a domain:
• RRSIG – a signature ("hash") of a set of DNS records
• DNSKEY – a public key that a resolver can use to validate RRSIG
A DNSSEC-validating DNS resolver:
Uses DNSKEY to perform a hash calculation on received DNS records
Compares result with RRSIG records. If results match, records are the same as
those transmitted. If the results do NOT match, they were potentially changed
during the travel from the DNS server.
12
A DNSSEC Interaction
13
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
10.1.1.123
DNSKEY
RRSIGs
1
25
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
10.1.1.123
4
example.com?
A DNSSEC Interaction
14
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
10.1.1.123
DNSKEY
RRSIGs
1
25
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
10.1.1.123
4
example.com
NS
DS
.com
NS
DS
example.com?
The Global Chain of Trust
15
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
10.1.1.123
DNSKEY
RRSIGs
1
25
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
10.1.1.123
4
example.com
NS
DS
.com
NS
DS
example.com?
Attempting to Spoof DNS
16
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
10.1.1.123
DNSKEY
RRSIGs
1
25
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
Attacking
DNS Svr
example.com
192.168.2.2
DNSKEY
RRSIGs
example.com
NS
DS
.com
NS
DS
example.com?
Attempting to Spoof DNS
17
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
10.1.1.123
DNSKEY
RRSIGs
1
25
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
SERVFAIL
4
Attacking
DNS Svr
example.com
192.168.2.2
DNSKEY
RRSIGs
example.com
NS
DS
.com
NS
DS
example.com?
What DNSSEC Proves:
• "These ARE the IP addresses you are looking for."
(or they are not)
• Ensures that information entered into DNS by the domain name holder (or the
operator of the DNS hosting service for the domain) is the SAME information
that is received by the end user.
18
10/12/2016
The Two Parts of DNSSEC
19
Signing Validating
ISPs
Enterprises
Applications
DNS
Hosting
Registrars
Registries
What DNSSEC Proves:
• "These ARE the IP addresses you are looking for."
(or they are not)
• Ensures that information entered into DNS by the domain name holder (or the
operator of the DNS hosting service for the domain) is the SAME information
that is received by the end user.
20
10/12/2016
DNSSEC Validation – Current State
• About 15% of all global DNS queries validated
• ~20% of all European DNS queries validated
• All major DNS resolvers support DNSSEC
validation – often with a simple config change
21
http://stats.labs.apnic.net/dnssec
DNSSEC Validation – Romania
22http://stats.labs.apnic.net/dnssec
DNSSEC Validation – Romania
23http://stats.labs.apnic.net/dnssec
DNSSEC Signing - The Individual Steps
24
Registry
Registrar
DNS Operator
(or ”DNS Hosting Provider”)
Domain Name
Registrant
• Signs TLD
• Accepts DS records
• Publishes/signs records
• Accepts DS records
• Sends DS to registry
• Provides UI for mgmt
• Signs zones
• Publishes all records
• Provides UI for mgmt
• Enables DNSSEC
(unless automatic)
DNSSEC Signing – Current State
• Most TLDs now signed
• including “new gTLDs”
• Common DNS servers all
support DNSSEC
• Second-level domain support
ranges from 100% in .BANK
and 89% in .GOV
down to < 1% in .COM
• Still small % overall.
25
https://www.internetsociety.org/deploy360/d
nssec/maps/
DNSSEC Signing – Second-level domains
26https://rick.eng.br/dnssecstat/
DNSSEC and TLS/SSL
27
Why Do I Need DNSSEC If I Have TLS?
• A common question:
why do I need DNSSEC if I already have a SSL certificate? (or an "EV-SSL"
certificate?)
• Transport Layer Security (TLS), sometimes called by its older name of “SSL”,
solves a different issue – it provides encryption and protection of the
communication between the browser and the web server
28
The Typical TLS Web Interaction
Web
Server
Web
Browser
https://example.com/
TLS-encrypted
web page
DNS
Resolver
example.com?
10.1.1.1231
2
5
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
10.1.1.123
4
The Typical TLS Web Interaction
Web
Server
Web
Browser
https://example.com/
TLS-encrypted
web page
DNS
Resolver
10.1.1.1231
2
5
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
10.1.1.123
4
Is this encrypted with
the CORRECT
certificate?
example.com?
What About This?
31
Web
Server
Web
Browser
https://www.example.com/
TLS-encrypted web page
with CORRECT certificate
DNS
Server
www.example.com?
1.2.3.4
1
2
Firewall
(or
attacker)
https://www.example.com/
TLS-encrypted web page
with NEW certificate
(re-signed by firewall)
Problems?
32
Web
Server
Web
Browser
https://www.example.com/
TLS-encrypted web page
with CORRECT certificate
DNS
Server
www.example.com?
1.2.3.4
1
2
Firewall
https://www.example.com/
TLS-encrypted web page
with NEW certificate
(re-signed by firewall)
Problems?
33
Web
Server
Web
Browser
https://www.example.com/
TLS-encrypted web page
with CORRECT certificate
DNS
Server
www.example.com?
1.2.3.4
1
2
Firewall
https://www.example.com/
Log files
or other
servers
Potentially including
personal information
TLS-encrypted web page
with NEW certificate
(re-signed by firewall)
Issues
• A Certificate Authority (CA) can sign ANY domain.
• Now over 1,500 CAs – there have been compromises where valid certs were
issued for domains.
• Middle-boxes such as firewalls can re-sign sessions.
34
DNS-Based Authentication of Named Entities (DANE)
Q: How do you know if the TLS (SSL) certificate is the correct one the site wants
you to use?
A: Store the certificate (or fingerprint) in DNS (new TLSA record) and sign them
with DNSSEC.
An application that understand DNSSEC and DANE will then know when the
required certificate is NOT being used.
Certificate stored in DNS is controlled by the domain name holder. It could be a
certificate signed by a CA – or a self-signed certificate.
35
A Powerful Combination
• TLS = encryption + limited integrity protection
• DNSSEC = strong integrity protection
• How to get encryption + strong integrity protection?
• TLS + DNSSEC = DANE
36
DANE
37
Web
Server
Web
Browser
w/DANE
https://example.com/
TLS-encrypted web page
with CORRECT certificate
DNS
Server
10.1.1.123
DNSKEY
RRSIGs
TLSA
1
2Firewall
(or
attacker)
https://example.com/
TLS-encrypted web page
with NEW certificate
(re-signed by firewall)Log files
or other
servers DANE-equipped browser
compares TLS certificate
with what DNS / DNSSEC
says it should be.
example.com?
DANE Success – Not Just For The Web
SMTP
1000+ SMTP servers with TLSA records
http://dane.sys4.de/ - testing service
XMPP (Jabber)
400+ servers
client-to-server & server-to-server
https://xmpp.net/reports.php#dnssecdane
38
DANE Resources
DANE Overview and Resources:
http://www.internetsociety.org/deploy360/resources/dane/
IETF Journal article explaining DANE:
http://bit.ly/dane-dnssec
RFC 6394 - DANE Use Cases:
http://tools.ietf.org/html/rfc6394
RFC 6698 – DANE Protocol:
http://tools.ietf.org/html/rfc6698
39
DNS Privacy
40
DNS Privacy
• Issue - Queries from local DNS “stub resolver” (in PC, laptop, smartphone) to
local DNS resolver are sent in clear
• Surveillance of those queries can be revealing
• Solution – Encrypt the connection
DNS Privacy
42
Web
Server
Web
Browser
https://example.com/
web page
DNS
Resolver
10.1.1.123
1
25
6
DNS Svr
example.com
DNS Svr
.com
DNS Svr
root
3
10.1.1.123
4
example.com
NS
.com
NS
example.com?
DNS Privacy – Work Underway Now
• IETF “DPRIVE” Working Group
• New standards emerging– DNS queries over TLS
• Expect to see implementations in software and operating systems in the future
Business Reasons For Deploying DNSSEC
• TRUST – You can be sure your customers are reaching your sites – and that
you are communicating with their servers.
• SECURITY – You can be sure you are communicating with the correct sites
and not sharing business information with attackers, ex. email hijacking.
• INNOVATION – Services such as DANE built on top of DNSSEC enable
innovative uses of TLS certificates.
• CONFIDENTIALITY – DANE enables easier use of encryption for applications
and services that communicate across the Internet.
44
Three Requests For Attendees
1. Deploy DNSSEC validation (or ask your IT team / network operator)
1. Sign your domains
• Work with your registrar and/or DNS hosting provider to make this
happen.
2. Help promote support of DANE protocol
• Let browser vendors and others know you want to use DANE. If you use
SSL, deploy a TLSA record if you are able to do so. Help raise
awareness of how DANE and DNSSEC can make the Internet more
secure.
Visit us at
www.internetsociety.org
Follow us
@internetsociety
Galerie Jean-Malbuisson 15,
CH-1204 Geneva,
Switzerland.
+41 22 807 1444
1775 Wiehle Avenue,
Suite 201, Reston, VA
20190-5108 USA.
+1 703 439 2120
Thank you.
46
Dan York
Senior Content Strategist – york@isoc.org

More Related Content

PPTX
ION Bucharest - DANE-DNSSEC-TLS
PPTX
IETF Update: Making the Internet Work Better
PPTX
ION Cape Town - DANE: The Future of Transport Layer Security (TLS)
PDF
ION Islamabad - Deploying DNSSEC
PDF
Deploying DNSSEC: A .ZA Case Study - ION Cape Town
PDF
ION Islamabad - DANE/DNSSEC/TLS Testing in the go6lab
PPTX
DANE/DNSSEC/TLS Testing in the go6Lab - ION Cape Town
PPTX
ION Cape Town - IETF Update and How to Get Involved
ION Bucharest - DANE-DNSSEC-TLS
IETF Update: Making the Internet Work Better
ION Cape Town - DANE: The Future of Transport Layer Security (TLS)
ION Islamabad - Deploying DNSSEC
Deploying DNSSEC: A .ZA Case Study - ION Cape Town
ION Islamabad - DANE/DNSSEC/TLS Testing in the go6lab
DANE/DNSSEC/TLS Testing in the go6Lab - ION Cape Town
ION Cape Town - IETF Update and How to Get Involved

What's hot (19)

PPTX
DoH, DoT and ESNI
PPTX
ION Hangzhou - How to Deploy DNSSEC
PPTX
ION Sri Lanka - DANE: The Future of TLS
PPTX
ION Sri Lanka - Why Implement DNSSEC?
PDF
Introduction To The DANE Protocol (DNSSEC)
PPTX
ION Bucharest - ISOC & Deploy360 overview
PDF
Encrypted DNS - DNS over TLS / DNS over HTTPS
PDF
Securing Data in Transit -
PDF
Monitoring for DNS Security
PPTX
ION Sri Lanka - DNSSEC at LK Domain Registry
PDF
An Overview of DNSSEC
PPTX
ROTLD DNSSEC Implementation
PPTX
ION Sri Lanka - TLS for Network Operators
PPTX
Lots More LOCKSS for Web Archiving: Boons from the LOCKSS Software Re-Archite...
PDF
DNS Security
PDF
wolfSSL TLS 1.3 Support in 2018
PDF
An Introduction to DANE - Securing TLS using DNSSEC
PDF
IPv6 Threat Presentation
PPTX
ION Bangladesh - DANE, DNSSEC, and TLS Testing in the Go6lab
DoH, DoT and ESNI
ION Hangzhou - How to Deploy DNSSEC
ION Sri Lanka - DANE: The Future of TLS
ION Sri Lanka - Why Implement DNSSEC?
Introduction To The DANE Protocol (DNSSEC)
ION Bucharest - ISOC & Deploy360 overview
Encrypted DNS - DNS over TLS / DNS over HTTPS
Securing Data in Transit -
Monitoring for DNS Security
ION Sri Lanka - DNSSEC at LK Domain Registry
An Overview of DNSSEC
ROTLD DNSSEC Implementation
ION Sri Lanka - TLS for Network Operators
Lots More LOCKSS for Web Archiving: Boons from the LOCKSS Software Re-Archite...
DNS Security
wolfSSL TLS 1.3 Support in 2018
An Introduction to DANE - Securing TLS using DNSSEC
IPv6 Threat Presentation
ION Bangladesh - DANE, DNSSEC, and TLS Testing in the Go6lab
Ad

Viewers also liked (13)

PDF
Appunti di Diritto Privato: Saggi
PPTX
2 warning
PDF
State Support of Youth Initiatives The Experience of Regional Application
PDF
Icann idn program se asia 0.2
PPTX
APNIC Update: ARIN 37
PDF
ION Hangzhou - About IETF
PDF
TamiamiTrailBrwnflds11-10-14
PDF
eBrochure
PPTX
evaluating software development team
PDF
CHIEF SALES & MARKETING OFFICER
PPTX
Universal Acceptance: APNIC system readiness
PDF
Tank sluice with tower head
PPT
Identifying market segments and targets
Appunti di Diritto Privato: Saggi
2 warning
State Support of Youth Initiatives The Experience of Regional Application
Icann idn program se asia 0.2
APNIC Update: ARIN 37
ION Hangzhou - About IETF
TamiamiTrailBrwnflds11-10-14
eBrochure
evaluating software development team
CHIEF SALES & MARKETING OFFICER
Universal Acceptance: APNIC system readiness
Tank sluice with tower head
Identifying market segments and targets
Ad

Similar to ION Bucharest - Deploying DNSSEC (20)

PDF
8 technical-dns-workshop-day4
PPTX
ION Tokyo: The Business Case for DNSSEC and DANE, Dan York
PDF
Understanding and Deploying DNSSEC, by Champika Wijayatunga [APRICOT 2015]
PDF
DNSSEC and VoIP: Who are you really calling?
PDF
DNSSEC and DANE Deployment: Trends, Tools and Challenges
PDF
DNSSEC Tutorial, by Champika Wijayatunga [APNIC 38]
PDF
DNS & DNSSEC
PDF
ION Trinidad and Tobago - The Business Case for DNSSEC
PDF
ION Hangzhou - Why Deploy DNSSEC?
PPTX
dnssec_networking_improvement_for_security.pptx
PPTX
ION Malta - Introduction to DNSSEC
PPTX
DNSandDNSSecurity (1).pptx
PPTX
DNS Security (DNSSEC) With BIG-IP Global Traffic Manager
PDF
Understanding the DNS & DNSSEC
PDF
Introduction DNSSec
PDF
DNS Over HTTPS by Michael Casadevall
PDF
The DNSSEC KSK of the root rolls
PPTX
PDF
DNSSEC - Domain Name System Security Extensions
PDF
Hardening the Core of the Internet
8 technical-dns-workshop-day4
ION Tokyo: The Business Case for DNSSEC and DANE, Dan York
Understanding and Deploying DNSSEC, by Champika Wijayatunga [APRICOT 2015]
DNSSEC and VoIP: Who are you really calling?
DNSSEC and DANE Deployment: Trends, Tools and Challenges
DNSSEC Tutorial, by Champika Wijayatunga [APNIC 38]
DNS & DNSSEC
ION Trinidad and Tobago - The Business Case for DNSSEC
ION Hangzhou - Why Deploy DNSSEC?
dnssec_networking_improvement_for_security.pptx
ION Malta - Introduction to DNSSEC
DNSandDNSSecurity (1).pptx
DNS Security (DNSSEC) With BIG-IP Global Traffic Manager
Understanding the DNS & DNSSEC
Introduction DNSSec
DNS Over HTTPS by Michael Casadevall
The DNSSEC KSK of the root rolls
DNSSEC - Domain Name System Security Extensions
Hardening the Core of the Internet

More from Deploy360 Programme (Internet Society) (20)

PDF
ION Belgrade - Jordi Palet Martinez IPv6 Success Stories
PPTX
ION Belgrade - ISOC Serbia Belgrade Chapter Presentation
PPTX
ION Belgrade - IETF Update
PPTX
ION Belgrade - Opening Slides
PPTX
ION Belgrade - MANRS by Serbian Open eXchange (SOX)
PPTX
ION Belgrade - Closing Slides
PDF
AusNOG - Two Years of Good MANRS
PPTX
PPTX
ION Malta - MANRS Introduction
PPTX
ION Malta - DANE: The Future of TLS
PPTX
ION Malta - IANA Transition Roles & Accountability
PDF
ION Malta - IPv6 Case Study: Finland
PDF
ION Malta - Seeweb Thoughts on IPv6 Transition
PDF
ION Malta - Seeweb Why MANRS is good for you
PPTX
ION Malta - Opening Slides
PPTX
ION Malta - Closing Slides
PPTX
ION Durban - How peering behaviour affects growth of the internet
PPTX
ION Durban - Introduction to ISOC Gauteng Chapter
PPTX
ION Durban - What's Happening at the IETF?
PPTX
ION Durban - NAT64/DNS64 Experiments and the NAT64Check Tool
ION Belgrade - Jordi Palet Martinez IPv6 Success Stories
ION Belgrade - ISOC Serbia Belgrade Chapter Presentation
ION Belgrade - IETF Update
ION Belgrade - Opening Slides
ION Belgrade - MANRS by Serbian Open eXchange (SOX)
ION Belgrade - Closing Slides
AusNOG - Two Years of Good MANRS
ION Malta - MANRS Introduction
ION Malta - DANE: The Future of TLS
ION Malta - IANA Transition Roles & Accountability
ION Malta - IPv6 Case Study: Finland
ION Malta - Seeweb Thoughts on IPv6 Transition
ION Malta - Seeweb Why MANRS is good for you
ION Malta - Opening Slides
ION Malta - Closing Slides
ION Durban - How peering behaviour affects growth of the internet
ION Durban - Introduction to ISOC Gauteng Chapter
ION Durban - What's Happening at the IETF?
ION Durban - NAT64/DNS64 Experiments and the NAT64Check Tool

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Empathic Computing: Creating Shared Understanding
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
A Presentation on Artificial Intelligence
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Modernizing your data center with Dell and AMD
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Machine learning based COVID-19 study performance prediction
Per capita expenditure prediction using model stacking based on satellite ima...
Empathic Computing: Creating Shared Understanding
Diabetes mellitus diagnosis method based random forest with bat algorithm
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
MYSQL Presentation for SQL database connectivity
Dropbox Q2 2025 Financial Results & Investor Presentation
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
A Presentation on Artificial Intelligence
Advanced methodologies resolving dimensionality complications for autism neur...
Reach Out and Touch Someone: Haptics and Empathic Computing
Digital-Transformation-Roadmap-for-Companies.pptx
NewMind AI Monthly Chronicles - July 2025
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Modernizing your data center with Dell and AMD
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Encapsulation_ Review paper, used for researhc scholars
Machine learning based COVID-19 study performance prediction

ION Bucharest - Deploying DNSSEC

  • 1. Internet Society © 1992–2016 The role of the Internet Society (this report describes the timeline of activities of the Internet Society from the submission of the proposal to NTIA in March 2016 until September 30, 2016) The IANA Stewardship Transition Kathy Brown President & CEO October 6, 2016 Presentation title – Client name 1
  • 2. Internet Society © 1992–2016 ION Bucharest October 12, 2016 Dan York, CISSP DNSSEC Program Manager – york@isoc.org Deploying DNSSEC 2
  • 3. Trusted Internet 3 Trust in privacy of information (ex. encryption) Trust in online identity systems (ex. Kantara) Trust in network communication (ex. TLS, DANE) Trust in Internet identifiers (ex. DNSSEC) Trust in the Internet’s core infrastructure (ex. MANRS) Trust in cryptography (ex. Cryptech)
  • 5. Email Hijacking CERT-CC researchers have identified that someone was hijacking email by using DNS cache poisoning of MX records Could be prevented by DNSSEC deployment CERT-CC (Sept 10, 2014): — https://www.cert.org/blogs/certcc/post.cfm?EntryID=206 Deploy360 blog post (Sept 12, 2014): — http://wp.me/p4eijv-5jI
  • 6. What Problem Is DNSSEC Trying To Solve? DNSSEC = "DNS Security Extensions" • Defined in RFCs 4033, 4034, 4035 • Operational Practices: RFC 4641 Ensures that the information entered into DNS by the domain name holder is the SAME information retrieved from DNS by an end user. Let's walk through an example to explain… 6
  • 7. A Normal DNS Interaction 7 Web Server Web Browser https://example.com/ web page DNS Resolver example.com? 1 2 3 4 10.1.1.123 Resolver checks its local cache. If it has the answer, it sends it back. example.com 10.1.1.123 If not…
  • 8. A Normal DNS Interaction 8 Web Server Web Browser https://example.com/ web page DNS Resolver 10.1.1.123 1 25 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 10.1.1.123 4 example.com NS .com NS example.com?
  • 9. DNS Works On Speed First result received by a DNS resolver is treated as the correct answer. Opportunity is there for an attacker to be the first one to get an answer to the DNS resolver, either by: Getting to the correct point in the network to provide faster responses; Blocking the responses from the legitimate servers (ex. executing a Denial of Service attack against the legitimate servers to slow their responses) 9
  • 10. Attacking DNS 10 Web Server Web Browser https://example.com/ web page DNS Resolver 10.1.1.123 1 25 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 192.168.2.2 4 Attacking DNS Svr example.com 192.168.2.2 example.com NS .com NS example.com?
  • 11. A Poisoned Cache 11 Web Server Web Browser https://example.com/ web page DNS Resolver 1 2 3 4 192.168.2.2 Resolver cache now has wrong data: example.com 192.168.2.2 This stays in the cache until the Time-To-Live (TTL) expires! example.com?
  • 12. How Does DNSSEC Help? DNSSEC introduces new DNS records for a domain: • RRSIG – a signature ("hash") of a set of DNS records • DNSKEY – a public key that a resolver can use to validate RRSIG A DNSSEC-validating DNS resolver: Uses DNSKEY to perform a hash calculation on received DNS records Compares result with RRSIG records. If results match, records are the same as those transmitted. If the results do NOT match, they were potentially changed during the travel from the DNS server. 12
  • 13. A DNSSEC Interaction 13 Web Server Web Browser https://example.com/ web page DNS Resolver 10.1.1.123 DNSKEY RRSIGs 1 25 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 10.1.1.123 4 example.com?
  • 14. A DNSSEC Interaction 14 Web Server Web Browser https://example.com/ web page DNS Resolver 10.1.1.123 DNSKEY RRSIGs 1 25 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 10.1.1.123 4 example.com NS DS .com NS DS example.com?
  • 15. The Global Chain of Trust 15 Web Server Web Browser https://example.com/ web page DNS Resolver 10.1.1.123 DNSKEY RRSIGs 1 25 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 10.1.1.123 4 example.com NS DS .com NS DS example.com?
  • 16. Attempting to Spoof DNS 16 Web Server Web Browser https://example.com/ web page DNS Resolver 10.1.1.123 DNSKEY RRSIGs 1 25 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 Attacking DNS Svr example.com 192.168.2.2 DNSKEY RRSIGs example.com NS DS .com NS DS example.com?
  • 17. Attempting to Spoof DNS 17 Web Server Web Browser https://example.com/ web page DNS Resolver 10.1.1.123 DNSKEY RRSIGs 1 25 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 SERVFAIL 4 Attacking DNS Svr example.com 192.168.2.2 DNSKEY RRSIGs example.com NS DS .com NS DS example.com?
  • 18. What DNSSEC Proves: • "These ARE the IP addresses you are looking for." (or they are not) • Ensures that information entered into DNS by the domain name holder (or the operator of the DNS hosting service for the domain) is the SAME information that is received by the end user. 18 10/12/2016
  • 19. The Two Parts of DNSSEC 19 Signing Validating ISPs Enterprises Applications DNS Hosting Registrars Registries
  • 20. What DNSSEC Proves: • "These ARE the IP addresses you are looking for." (or they are not) • Ensures that information entered into DNS by the domain name holder (or the operator of the DNS hosting service for the domain) is the SAME information that is received by the end user. 20 10/12/2016
  • 21. DNSSEC Validation – Current State • About 15% of all global DNS queries validated • ~20% of all European DNS queries validated • All major DNS resolvers support DNSSEC validation – often with a simple config change 21 http://stats.labs.apnic.net/dnssec
  • 22. DNSSEC Validation – Romania 22http://stats.labs.apnic.net/dnssec
  • 23. DNSSEC Validation – Romania 23http://stats.labs.apnic.net/dnssec
  • 24. DNSSEC Signing - The Individual Steps 24 Registry Registrar DNS Operator (or ”DNS Hosting Provider”) Domain Name Registrant • Signs TLD • Accepts DS records • Publishes/signs records • Accepts DS records • Sends DS to registry • Provides UI for mgmt • Signs zones • Publishes all records • Provides UI for mgmt • Enables DNSSEC (unless automatic)
  • 25. DNSSEC Signing – Current State • Most TLDs now signed • including “new gTLDs” • Common DNS servers all support DNSSEC • Second-level domain support ranges from 100% in .BANK and 89% in .GOV down to < 1% in .COM • Still small % overall. 25 https://www.internetsociety.org/deploy360/d nssec/maps/
  • 26. DNSSEC Signing – Second-level domains 26https://rick.eng.br/dnssecstat/
  • 28. Why Do I Need DNSSEC If I Have TLS? • A common question: why do I need DNSSEC if I already have a SSL certificate? (or an "EV-SSL" certificate?) • Transport Layer Security (TLS), sometimes called by its older name of “SSL”, solves a different issue – it provides encryption and protection of the communication between the browser and the web server 28
  • 29. The Typical TLS Web Interaction Web Server Web Browser https://example.com/ TLS-encrypted web page DNS Resolver example.com? 10.1.1.1231 2 5 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 10.1.1.123 4
  • 30. The Typical TLS Web Interaction Web Server Web Browser https://example.com/ TLS-encrypted web page DNS Resolver 10.1.1.1231 2 5 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 10.1.1.123 4 Is this encrypted with the CORRECT certificate? example.com?
  • 31. What About This? 31 Web Server Web Browser https://www.example.com/ TLS-encrypted web page with CORRECT certificate DNS Server www.example.com? 1.2.3.4 1 2 Firewall (or attacker) https://www.example.com/ TLS-encrypted web page with NEW certificate (re-signed by firewall)
  • 32. Problems? 32 Web Server Web Browser https://www.example.com/ TLS-encrypted web page with CORRECT certificate DNS Server www.example.com? 1.2.3.4 1 2 Firewall https://www.example.com/ TLS-encrypted web page with NEW certificate (re-signed by firewall)
  • 33. Problems? 33 Web Server Web Browser https://www.example.com/ TLS-encrypted web page with CORRECT certificate DNS Server www.example.com? 1.2.3.4 1 2 Firewall https://www.example.com/ Log files or other servers Potentially including personal information TLS-encrypted web page with NEW certificate (re-signed by firewall)
  • 34. Issues • A Certificate Authority (CA) can sign ANY domain. • Now over 1,500 CAs – there have been compromises where valid certs were issued for domains. • Middle-boxes such as firewalls can re-sign sessions. 34
  • 35. DNS-Based Authentication of Named Entities (DANE) Q: How do you know if the TLS (SSL) certificate is the correct one the site wants you to use? A: Store the certificate (or fingerprint) in DNS (new TLSA record) and sign them with DNSSEC. An application that understand DNSSEC and DANE will then know when the required certificate is NOT being used. Certificate stored in DNS is controlled by the domain name holder. It could be a certificate signed by a CA – or a self-signed certificate. 35
  • 36. A Powerful Combination • TLS = encryption + limited integrity protection • DNSSEC = strong integrity protection • How to get encryption + strong integrity protection? • TLS + DNSSEC = DANE 36
  • 37. DANE 37 Web Server Web Browser w/DANE https://example.com/ TLS-encrypted web page with CORRECT certificate DNS Server 10.1.1.123 DNSKEY RRSIGs TLSA 1 2Firewall (or attacker) https://example.com/ TLS-encrypted web page with NEW certificate (re-signed by firewall)Log files or other servers DANE-equipped browser compares TLS certificate with what DNS / DNSSEC says it should be. example.com?
  • 38. DANE Success – Not Just For The Web SMTP 1000+ SMTP servers with TLSA records http://dane.sys4.de/ - testing service XMPP (Jabber) 400+ servers client-to-server & server-to-server https://xmpp.net/reports.php#dnssecdane 38
  • 39. DANE Resources DANE Overview and Resources: http://www.internetsociety.org/deploy360/resources/dane/ IETF Journal article explaining DANE: http://bit.ly/dane-dnssec RFC 6394 - DANE Use Cases: http://tools.ietf.org/html/rfc6394 RFC 6698 – DANE Protocol: http://tools.ietf.org/html/rfc6698 39
  • 41. DNS Privacy • Issue - Queries from local DNS “stub resolver” (in PC, laptop, smartphone) to local DNS resolver are sent in clear • Surveillance of those queries can be revealing • Solution – Encrypt the connection
  • 42. DNS Privacy 42 Web Server Web Browser https://example.com/ web page DNS Resolver 10.1.1.123 1 25 6 DNS Svr example.com DNS Svr .com DNS Svr root 3 10.1.1.123 4 example.com NS .com NS example.com?
  • 43. DNS Privacy – Work Underway Now • IETF “DPRIVE” Working Group • New standards emerging– DNS queries over TLS • Expect to see implementations in software and operating systems in the future
  • 44. Business Reasons For Deploying DNSSEC • TRUST – You can be sure your customers are reaching your sites – and that you are communicating with their servers. • SECURITY – You can be sure you are communicating with the correct sites and not sharing business information with attackers, ex. email hijacking. • INNOVATION – Services such as DANE built on top of DNSSEC enable innovative uses of TLS certificates. • CONFIDENTIALITY – DANE enables easier use of encryption for applications and services that communicate across the Internet. 44
  • 45. Three Requests For Attendees 1. Deploy DNSSEC validation (or ask your IT team / network operator) 1. Sign your domains • Work with your registrar and/or DNS hosting provider to make this happen. 2. Help promote support of DANE protocol • Let browser vendors and others know you want to use DANE. If you use SSL, deploy a TLSA record if you are able to do so. Help raise awareness of how DANE and DNSSEC can make the Internet more secure.
  • 46. Visit us at www.internetsociety.org Follow us @internetsociety Galerie Jean-Malbuisson 15, CH-1204 Geneva, Switzerland. +41 22 807 1444 1775 Wiehle Avenue, Suite 201, Reston, VA 20190-5108 USA. +1 703 439 2120 Thank you. 46 Dan York Senior Content Strategist – york@isoc.org