Content deleted Content added
Restored revision 1154800530 by AManWithNoPlan (talk) |
Paulehoffman (talk | contribs) Updated many of the citations to use {{ cite | IETF }}; hat-tip to @trappist_the_monk for the instructions |
||
Line 6:
The original design of the Domain Name System did not include any security features. It was conceived only as a scalable distributed system. The Domain Name System Security Extensions (DNSSEC) attempt to add security, while maintaining [[backward compatibility]]. Request for Comments 3833 documents some of the known threats to the DNS, and their solutions in DNSSEC.
DNSSEC was designed to protect applications using DNS from accepting forged or manipulated DNS data, such as that created by [[DNS cache poisoning]]. All answers from DNSSEC protected zones are [[digital signature|digitally signed]].<ref>{{Cite
DNSSEC ''does not'' provide confidentiality of data; in particular, all DNSSEC responses are authenticated but not encrypted. DNSSEC ''does not'' protect against [[denial of service|DoS]] attacks directly, though it indirectly provides some benefit (because signature checking allows the use of potentially untrustworthy parties).{{citation needed|date=February 2013}}
Line 49:
! Source
! DNSSEC Signing
! DNSSEC Validation<ref>{{cite
| url = https://tools.ietf.org/html/rfc8624
| title = RFC-8624
Line 93:
! Source
! DNSSEC Delegation
! DNSSEC Validation<ref>{{cite
| url = https://tools.ietf.org/html/rfc8624
| title = RFC-8624
Line 121:
Using the [[chain of trust]] model, a Delegation Signer (DS) record in a parent ___domain ([[DNS zone]]) can be used to verify a DNSKEY record in a [[subdomain]], which can then contain other DS records to verify further subdomains. Say that a recursive resolver such as an ISP name server wants to get the IP addresses ([[A record]] and/or [[AAAA record]]s) of the ___domain "www.[[example.com]]".
# The process starts when a security-aware resolver sets the "DO" ("DNSSEC OK"<ref>{{cite
# When the resolver receives an answer via the normal DNS lookup process, it then checks to make sure that the answer is correct. Ideally, the security-aware resolver would start with verifying the DS and DNSKEY records at the [[DNS root]]. Then it would use the DS records for the "com" [[top-level ___domain]] found at the root to verify the DNSKEY records in the "com" zone. From there, it would see if there is a DS record for the "example.com" subdomain in the "com" zone, and if there were, it would then use the DS record to verify a DNSKEY record found in the "example.com" zone. Finally, it would verify the RRSIG record found in the answer for the A records for "www.example.com".
Line 134:
====Stub resolvers====
Stub resolvers are "minimal DNS resolvers that use recursive query mode to offload most of the work of DNS resolution to a recursive name server."<ref name="rfc4033_section7">
{{Cite
| title= RFC 4033: DNS Security Introduction and Requirements
| publisher= [[The Internet Society]]
Line 154:
}}
An earlier definition was given in an earlier RFC:
{{Cite
| title = RFC 1123 - Requirements for Internet Hosts -- Application and Support
| publisher= IETF ([[Internet Engineering Task Force]])
Line 170:
A ''validating stub resolver'' can also potentially perform its own signature validation by setting the Checking Disabled (CD) bit in its query messages.<ref name="rfc4033_p12"/> A validating stub resolver uses the CD bit to perform its own recursive authentication. Using such a validating stub resolver gives the client end-to-end DNS security for domains implementing DNSSEC, even if the Internet service provider or the connection to them is not trusted.
Non-validating stub resolvers must rely on external DNSSEC validation services, such as those controlled by the user's [[Internet service provider]] or a [[public recursive name server]], and the communication channels between itself and those name servers, using methods such as [[DNS over TLS]].<ref name="rfc4033_p12">{{Cite
===Trust anchors and authentication chains===
Line 369:
==Further reading==
* {{cite
==External links==
|