 |
|
There are several distinct classes of threats to the DNS, most of which are DNS-related instances of more general problems, but a few of which are specific to peculiarities of the DNS protocol. A Request for Comments document,
RFC 3833, attempts to document some of the known threats to the DNS, and in the process, measure to what extent DNSSEC is a useful tool in defending against these threats.
What is DNSSEC?
DNSSEC was designed to protect clients from forged DNS data, such as that created by DNS cache poisoning.
All answers in DNSSEC are digitally signed. By checking the digital signature, a client is able to check if the information is identical (correct and complete) to the information on the authoritative DNS server.
While protecting IP addresses are the immediate concern for many users, DNSSEC can protect
other information such as general-purpose cryptographic certificates stored in DNS. RFC 4398 describes how to distribute certificates via DNS, including those for email, making it possible to use DNSSEC as a world-wide public key infrastructure for email.
|
| Reason for DNSSEC
- Necessary for organization to be at the front edge when it comes to secure communication over Internet
- DNSSEC is one way to prevent pharming and phishing
- Increase the security when establishing sessions
- Makes it more difficult to manipulate DNS information/record
| | |
|