Skip to main content
Resources

SAC 032 | DNS Response Modification

[PDF, 399 KB]

This preliminary report examines DNS response modification. The Advisory considers two cases of this practice. In the first case, the registrant tuns control of his domain zone file to a name server operator, who processes DNS name queries for the zone in the following manner. Thie agent receives a DNS query for a name. The agent determines that the name in the query does not exist in the zone file it hosts for the domain registrant. Instead of returning a DNS response indicating a non-existent name, the entrusted agent returns a response indicating the name exists and containing an IP address mapping for the queried name of the agent's choosing. This is called a synthesized response.

Modification of a DNS response can also be done "on the fly" by any third party operating an iterative resolver. In this case, the iterative resolver intercepts "name error" responses generated by an authoritative name server and silently alters the response. Specifically, the resolver is configured to change the non-existent name response to one that signals name exists and inserting an IP address mapping for the queried name of the third party operator's choosing. In both cases, the operators benefit in some manner from this "DNS rewrite", e.g., through advertising or services offered at the host identified in the response message.

SSAC notes with some concern that DNS response modification may be performed without notice to the registrant or user, and without consent.

Modifying content and redirecting users to hosts that may not be known to or authorized by the registrant sets a worrisome precedent for applications other than web, e.g., email, instant messaging, and Internet Telephony. SSAC further notes that in both cases, the address is associated with a web page containing some form of advertising, marketing, or customized search. This site is neither operated by the registrant, nor can the registrant take measures to ensure that it is operated as securely as it operates its own sites.

This initial report focuses on explaining the effects of and unintended consequences to users, domain registrants, and those who rely on non-existent domain responses for error reporting and administrative purposes. Some of the possible, unintended consequences of DNS response modification create security and operational stability issues for registrants, e.g., address mapping conflicts, vulnerability to attack from systems identified as subdomains of the registrant¹s domain (and thus conventionally viewed as trustworthy). SSAC also notes that DNS response modification does not merely suppress an error response but alters the contents the domain registrant published in his zone file.

Domain Name System
Internationalized Domain Name ,IDN,"IDNs are domain names that include characters used in the local representation of languages that are not written with the twenty-six letters of the basic Latin alphabet ""a-z"". An IDN can contain Latin letters with diacritical marks, as required by many European languages, or may consist of characters from non-Latin scripts such as Arabic or Chinese. Many languages also use other types of digits than the European ""0-9"". The basic Latin alphabet together with the European-Arabic digits are, for the purpose of domain names, termed ""ASCII characters"" (ASCII = American Standard Code for Information Interchange). These are also included in the broader range of ""Unicode characters"" that provides the basis for IDNs. The ""hostname rule"" requires that all domain names of the type under consideration here are stored in the DNS using only the ASCII characters listed above, with the one further addition of the hyphen ""-"". The Unicode form of an IDN therefore requires special encoding before it is entered into the DNS. The following terminology is used when distinguishing between these forms: A domain name consists of a series of ""labels"" (separated by ""dots""). The ASCII form of an IDN label is termed an ""A-label"". All operations defined in the DNS protocol use A-labels exclusively. The Unicode form, which a user expects to be displayed, is termed a ""U-label"". The difference may be illustrated with the Hindi word for ""test"" — परीका — appearing here as a U-label would (in the Devanagari script). A special form of ""ASCII compatible encoding"" (abbreviated ACE) is applied to this to produce the corresponding A-label: xn--11b5bs1di. A domain name that only includes ASCII letters, digits, and hyphens is termed an ""LDH label"". Although the definitions of A-labels and LDH-labels overlap, a name consisting exclusively of LDH labels, such as""icann.org"" is not an IDN."