Generating a negative answer to a domain name system query that indicates resource records as existing for the domain name regardless of whether those resource records actually exist

Information

  • Patent Grant
  • 11647008
  • Patent Number
    11,647,008
  • Date Filed
    Tuesday, April 24, 2018
    6 years ago
  • Date Issued
    Tuesday, May 9, 2023
    a year ago
Abstract
A DNS server receives, from a client device, a DNS query for a resource record type at a domain name. The DNS server determines that the resource record type does not exist at the domain name and generates an answer that indicates that the queried resource record type does not exist at the domain name and also indicates that a plurality of other resource record types exist at the domain name regardless of whether those plurality of other resource record types actually exist at the domain name. The DNS server transmits the generated answer to the client device.
Description
FIELD

Embodiments of the invention relate to the field of secure network communications; and more specifically, to generating an NSEC record.


BACKGROUND

Domain Name System Security Extensions (DNSSEC) is a set of security extensions to DNS that provides a way for authenticating DNS records. DNSSEC is defined by the IETF in RFCs 4033, 4034, and 4035. Each answer from a DNS SEC protected zone is digitally signed. DNSSEC provides a way for DNS records to be trusted by whoever receives them. DNSSEC uses public key cryptography to ensure that DNS records are authentic. DNSSEC not only allows a DNS server to prove the authenticity of the records it returns, it also allows the assertion of “non-existence of records”. The DNSSEC trust chain is a sequence of records that identify either a public key or a signature of a set of resource records. The root of this chain of trust is the root key which is maintained and managed by the operators of the DNS root.


Several record types are defined by DNSSEC including DNSKEY, DS, and RRSIG. The DNSKEY record type is a public key used to sign a set of resource records (RRset). The Delegation Signer (DS) record type is a delegation signer (a hash of a key). The RRSIG record type is a signature of a RRset that shares name/type/class. The DNSKEY can be classified into two roles, which can be handled by separate keys or a single key. For example, a key signing key (KSK) can be used to sign DNSKEY records. A zone signing key (ZSK) can be used to sign all other records in the domain in which it is authoritative for.


The set of all records of a given type for a domain name is called an RRset. An RRSIG (Resource Record SIGnature) is essentially a digital signature for an RRset. Each RRSIG is associated with a DNSKEY. The RRset of DNSKEYs are signed with the key signing key (KSK). All others are signed with the zone signing key (ZSK). Trust is conferred from the DNSKEY to the record though the RRSIG: if you trust a DNSKEY, then you can trust the records that are correctly signed by that key.


However, the domain's KSK is signed by itself, making it difficult to trust. The way around this is to walk the domain up to the next/parent zone. To verify that the DNSKEY for example.com is valid, you have to ask the .com authoritative server. This is where the DS record comes into play: it acts as a bridge of trust to the parent level of the DNS.


The DS record is a hash of a DNSKEY. The .com zone stores this record for each zone that has supplied DNSSEC keying information. The DS record is part of an RRset in the zone for .com and therefore has an associated RRSIG. This time, the RRset is signed by the .com ZSK. The .com DNSKEY RRset is signed by the .com KSK.


The ultimate root of trust is the KSK DNSKEY for the DNS root. This key is universally known and published. By following the chain of DNSKEY, DS and RRSIG records to the root, any record can be trusted.


These records are enough to prove the integrity of a resource record, but something more is needed in order to prove that a record does not exist. This is where two additional record types, NSEC and NSEC3, come into play.


If a DNS authoritative server knows there is no record for a specific request, it has a way to respond to such requests. When the name asked for does not exist, it returns a message that has return code (RCODE) NXDOMAIN. When the name exists, but the requested type does not, it returns a NODATA response, i.e., empty answer.


These non-existence answers are unauthenticated and could be forged by a third party just like any other DNS response. However, DNSSEC solves this problem by creating a record type that expresses what names exist, and what types reside at each name. This record is called NSEC. An NSEC can be signed by DNSSEC, and validated up to the root. Typically, NSEC is used to cover gaps between all the domains with records in the zone. In most cases, this effectively doubles the number of records in the zone, but allows an authoritative nameserver to reply with a signed response for any question.


The zone ietf.org. uses NSEC records. Asking for ‘trustee.ietf.org’ would give you a positive answer with an IP address and an RRSIG record. Asking for ‘tustee.ietf.org’ would give you a negative answer ‘there are no name between trustee.ietf.org and www.ietf.org’, with a corresponding RRSIG.


NSEC records require complex and unusual database access to get a list of existing types for a name, which is a source of instability. Also, NSEC makes a proxy DNS DNSSEC system unfeasible since there is no knowledge of the record types exist on the origin.


This frustrates the generation of an NSEC with incomplete knowledge of the zone. NSEC is essentially a statement that says “these types do not exist”. By way of example, if the infrastructure provider does not know that a mail exchanger (MX) record exists at the Canonical Name (CNAME) target and an NSEC is sent that says “MX does not exist”, then (a) a smart resolver might decide later not to make a query for MX since it knows from the NSEC that it “does not exist”; and (b) an attacker can replay that NSEC to answer a query for MX and make the client believe it does not exist when in fact it does.





BRIEF DESCRIPTION OF THE DRAWINGS

The invention may best be understood by referring to the following description and accompanying drawings that are used to illustrate embodiments of the invention. In the drawings:



FIG. 1 illustrates an exemplary system according to some embodiments described herein;



FIG. 2 illustrates an exemplary wire format of an NSEC RR as defined by RFC 4034;



FIG. 3 is a flow diagram that illustrates exemplary operations according to some embodiments described herein; and



FIG. 4 illustrates an exemplary format of a computer system that may be used according to some embodiments.





DESCRIPTION OF EMBODIMENTS

In the following description, numerous specific details are set forth. However, it is understood that embodiments of the invention may be practiced without these specific details. In other instances, well-known circuits, structures and techniques have not been shown in detail in order not to obscure the understanding of this description. Those of ordinary skill in the art, with the included descriptions, will be able to implement appropriate functionality without undue experimentation.


References in the specification to “one embodiment,” “an embodiment,” “an example embodiment,” etc., indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with an embodiment, it is submitted that it is within the knowledge of one skilled in the art to effect such feature, structure, or characteristic in connection with other embodiments whether or not explicitly described.


In the following description and claims, the terms “coupled” and “connected,” along with their derivatives, may be used. It should be understood that these terms are not intended as synonyms for each other. “Coupled” is used to indicate that two or more elements, which may or may not be in direct physical or electrical contact with each other, co-operate or interact with each other. “Connected” is used to indicate the establishment of communication between two or more elements that are coupled with each other.


A method and apparatus for providing NextSECure (NSEC) records is described. In one embodiment, any negative answer set for a domain name is provided with a set of predefined resource records indicated as existing for the domain name, not including the record type queried, regardless of whether the resource record types actually exist for the domain name.



FIG. 2 illustrates an exemplary wire format 210 of an NSEC resource record (RR) as defined by RFC 4034. The Next Domain Name field contains the next owner name that has authoritative data or contains a delegation point NS RRset. The value of the Next Domain Name field in the last NSEC record in the zone is the name of the zone apex (the owner name of the zone's start of authority (SOA) RR). The Type Bit Maps field was previously (prior to embodiments described herein) used to identify the RRset types that exist at the NSEC RR's owner name. As will be described later herein, in some embodiments the Type Bit Maps field is used to identify a set of RR types (in some cases all) that may or may not exist at the NSEC RR's owner name. The RR type space is split into 256 window blocks, each representing the low-order 8 bits of the 16-bit RR type space. Each block that has at least one active RR type is encoded using a single octet window number (from 0 to 255), a single octet bitmap length (from 1 to 32) indicating the number of octets used for the window blocks bitmap, and up to 32 octets (256 bits) of bitmap. Blocks are present in the NSEC RR RDATA in increasing numerical order. Each bitmap encodes the low-order 8 bits of RR types within the window block, in network bit order. The first bit is bit 0. For window block 0, bit 1 corresponds to RR type 1 (A), bit 2 corresponds to RR type 2 (NS), and so forth. For window block 1, bit 1 corresponds to RR type 257, and bit 2 to RR type 258. If a bit is set, it indicates that an RRset of that type is present for the NSEC RR's owner name. If a bit is clear, it indicates that no RRset of that type is present for the NSEC RR's owner name.


In one embodiment, for each negative answer, a defined set of record types is set as being present, regardless of whether those record types are actually present, with the exception of the record type that was queried. In one example, all of the record types, with the exception of the record type that was queried, are set as being present. To give an example, if a query for a TXT record at a domain name does not exist, the answer may indicate that the TXT record does not exist but all other types of records (or some smaller subset of records that are meaningful) exist for the domain name, regardless of whether those other types of records actually exist for the domain name. In an embodiment, this approach is not done when the answer was originally a NXDOMAIN. If a resolver follows up and queries for one of the “existing” types that does not exist, the previous false “existing” message can be negated.



FIG. 1 illustrates an exemplary system according to some embodiments described herein. The client device 110 is a device that queries DNS and may be a desktop computer, a laptop computer, a smartphone, or other device that makes DNS queries. The client device may include client programs that access the Internet such as a web browser or email application. For example, a user may input a domain name into the address bar of their browser (e.g., http://example.com) to access that page, which causes the browser to make a request for the IP address mapped to that domain name. It should be understood that the use of the term “client device” herein does not require that the device be an end-user client device.


The client device 110 makes DNS queries that are received by the DNS proxy system 120 on behalf of the origin DNS server 130. For example, the origin DNS server 130 may be the origin DNS server for the domain example.com. The DNS proxy system 120 may receive the DNS queries for the domain example.com as a result of the name server of the origin DNS server 130 being changed to point to a server of the DNS proxy system 120. The DNS proxy system 120 may be provided as a service and not owned and/or operated by the origin(s) provided by the origin DNS server 130. Although not illustrated in FIG. 1, the DNS proxy system 120 may cache DNS responses and, if available in cache, will return those responses to the requesters thereby saving bandwidth at the origin DNS server 130. If the DNS response is not available in cache, the DNS proxy system 120 queries the origin DNS server 130 to fetch the proper DNS response and returns the result back to the requester. This response is then cached so that it is available to be returned when the next query for the record is received.


The DNS proxy system 120 may not have a complete understanding of the zones provided by the origin DNS server 130. For instance, the DNS proxy system 120 may not, at the time of its request, know the type of records available in the DNS records 140 of the origin DNS server 130 for a particular domain name. In the example shown in FIG. 1, for the domain name example.com, there is a record type A; no other record types exist for the domain name example.com.


The client device 110 transmits a DNS query 115 for a TXT record type for the domain name example.com. This DNS query 115 is received by the DNS proxy system 120. If the DNS proxy system 120 determines that there is not a TXT record type for the domain name example.com, the DNS proxy system 120 generates an NSEC record even without a complete understanding of the zone (e.g., without a complete understanding of which record types exist for the domain example.com). For example, the DNS proxy system 120 generates an NSEC record that indicates that a TXT record does not exist for the domain example.com but all other types of records (or some smaller subset of records that are meaningful) exist for the domain name, regardless of whether those other types of records actually exist for the domain name. For instance, the DNS proxy system 120 sets the bit in the Type Bit Maps field for each RRset (or other predefined set of RRset types) with the exception of the resource record being queried (in this example the TXT record). The DNS proxy system 120 transmits the DNS answer 125 that includes the generated NSEC record to the client device 110.



FIG. 3 is a flow diagram that illustrates exemplary operations according to some embodiments described herein. The operations of FIG. 3 will be described with respect to the embodiment described in FIG. 1. However, it should be understood that the operations of FIG. 3 can be performed by embodiments other than those described with reference to FIG. 1, and the embodiments described with reference to FIG. 1 can perform operations other than those described with reference to FIG. 3.


At operation 310, the DNS proxy system 120 receives a DNS query for a domain name. The DNS query may specify a particular resource record type. Flow then moves to operation 315 where the DNS proxy system 120 determines whether there is a negative answer for the received DNS query. If there is not a negative answer, then flow moves to operation 340 where the DNS proxy system 120 answers in its normal fashion. If there is a negative answer, then flow moves to operation 320. At operation 320, which is optional in some embodiments, the DNS proxy system 120 determines whether the original answer would be a NXDOMAIN record, meaning that the requested domain name was not found. If the original answer would be a NXDOMAIN record, then flow moves to operation 340 and the DNS proxy system 120 answers in its normal fashion. If the original answer is not an NXDOMAIN record (e.g., the domain name exists but the requested resource record type does not), then flow moves to operation 325. At operation 325, the DNS proxy system 120 generates an answer that indicates that the requested record does not exist at the domain name but a set of predefined record types exist at the domain name, regardless of whether those record types actually exist at the domain name.


As illustrated in FIG. 4, the computer system 400, which is a form of a data processing system, includes the bus(es) 450 which is coupled with the processing system 420, power supply 425, memory 430, and the nonvolatile memory 440 (e.g., a hard drive, flash memory, Phase-Change Memory (PCM), etc.). The bus(es) 450 may be connected to each other through various bridges, controllers, and/or adapters as is well known in the art. The processing system 420, which may be coupled with the optional cache 410, may retrieve instruction(s) from the memory 430 and/or the nonvolatile memory 440, and execute the instructions to perform operations described herein. The bus(es) 450 interconnect the above components together and also interconnects those components to the display controller & display device 470, Input/Output devices 480 (e.g., NIC (Network Interface Card), a cursor control (e.g., mouse, touchscreen, touchpad, etc.), a keyboard, etc.), and the optional wireless transceiver(s) 490 (e.g., Bluetooth, WiFi, Infrared, etc.). In one embodiment, the devices and/or the domain name servers of the DNS systems described herein may take the form of the computer system 400.


The techniques shown in the figures can be implemented using code and data stored and executed on one or more computing devices (e.g., client devices, servers, etc.). Such computing devices store and communicate (internally and/or with other computing devices over a network) code and data using machine-readable media, such as machine-readable storage media (e.g., magnetic disks; optical disks; random access memory; read only memory; flash memory devices; phase-change memory) and machine-readable communication media (e.g., electrical, optical, acoustical or other form of propagated signals—such as carrier waves, infrared signals, digital signals, etc.). In addition, such computing devices typically include a set of one or more processors coupled to one or more other components, such as one or more storage devices, user input/output devices (e.g., a keyboard, a touchscreen, and/or a display), and network connections. The coupling of the set of processors and other components is typically through one or more busses and bridges (also termed as bus controllers). The storage device and signals carrying the network traffic respectively represent one or more machine-readable storage media and machine-readable communication media. Thus, the storage device of a given computing device typically stores code and/or data for execution on the set of one or more processors of that computing device. Of course, one or more parts of an embodiment of the invention may be implemented using different combinations of software, firmware, and/or hardware.


While the flow diagrams in the figures show a particular order of operations performed by certain embodiments of the invention, it should be understood that such order is exemplary (e.g., alternative embodiments may perform the operations in a different order, combine certain operations, overlap certain operations, etc.).


While the invention has been described in terms of several embodiments, those skilled in the art will recognize that the invention is not limited to the embodiments described, can be practiced with modification and alteration within the spirit and scope of the appended claims. The description is thus to be regarded as illustrative instead of limiting.

Claims
  • 1. A method in a Domain Name System (DNS) server, comprising: receiving, from a client device, a first DNS query for a first resource record type at a first domain name;determining that the first domain name exists but the queried first resource record type does not exist at the first domain name;in response to determining that the first domain name exists but the queried first resource record type does not exist at the first domain name: generating a first answer that indicates that the queried first resource record type does not exist at the first domain name, wherein the first answer also indicates that a plurality of other resource record types, with an exception of the queried first resource record type, do exist at the first domain name regardless of whether the plurality of other resource record types actually exist at the first domain name, and wherein the plurality of other resource record types is a predefined set of resource record types, andtransmitting the generated first answer to the client device;receiving, from the client device, a second DNS query for a second resource record type at a second domain name;determining that the second domain name does not exist; andin response to determining that the second domain name does not exist: transmitting, to the client device, a second answer that indicates that the second domain name does not exist.
  • 2. The method of claim 1, wherein generating the first answer includes generating a NextSECure (NSEC) record that indicates that the queried first resource record type does not exist at the first domain name and also indicates that the plurality of other resource record types, with the exception of the queried first resource record type, do exist at the first domain name regardless of whether those plurality of other resource record types actually exist at the first domain name.
  • 3. The method of claim 2, wherein the NSEC record includes a type bit maps field, and wherein generating the NSEC record includes setting a bit in the type bit maps field for each of the plurality of other resource record types and not for the queried first resource record type.
  • 4. The method of claim 1, wherein determining that the first domain name exists but the queried first resource record type does not exist at the first domain name includes: transmitting a third DNS query for the first resource record type at the first domain name, andreceiving a NODATA response to the third DNS query.
  • 5. The method of claim 1, wherein the DNS server is a proxy DNS server, wherein the DNS server receives the first DNS query as a result of a first name server of first origin DNS server for the first domain name being changed to point to the proxy DNS server, and wherein the DNS server receives the second DNS query as a result of a second name server of a second origin DNS server for the second domain name being changed to point to the proxy DNS server.
  • 6. The method of claim 1, wherein determining that the second domain name does not exist includes: transmitting a third DNS query for the second resource record type at the second domain name, andreceiving a response to the third DNS query that includes a NXDOMAIN record.
  • 7. The method of claim 1, wherein the predefined set of resource record types includes all resource record types with the exception of the queried first resource record type.
  • 8. An apparatus comprising: a Domain Name System (DNS) server including a set of one or more processors and a set of one or more non-transitory machine-readable storage mediums storing instructions, that when executed by the set of processors, cause the set of processors to perform the following operations: receive, from a client device, a first DNS query for a first resource record type at a first domain name;in response to determining that the first domain name exists but the queried first resource record type does not exist at the first domain name: generate a first answer that indicates that the queried first resource record type does not exist at the first domain name, wherein the first answer also indicates that a plurality of other resource record types, with an exception of the queried first resource record type, do exist at the first domain name regardless of whether the plurality of other resource record types actually exist at the first domain name, and wherein the plurality of other resource record types is a predefined set of resource record types, andtransmit the generated first answer to the client device;receive, from the client device, a second DNS query for a second resource record type at a second domain name;determine that the second domain name does not exist; andin response to determining that the second domain name does not exist: transmit, to the client device, a second answer that indicates that the second domain name does not exist.
  • 9. The apparatus of claim 8, wherein generation of the first answer includes the set of processors to generate a NextSECure (NSEC) record that indicates that the queried first resource record type does not exist at the first domain name and also indicates that the plurality of other resource record types, with the exception of the queried first resource record type, do exist at the first domain name regardless of whether those plurality of other resource record types actually exist at the first domain name.
  • 10. The apparatus of claim 9, wherein the NSEC record includes a type bit maps field, and wherein generation of the NSEC record includes the set of processors to set a bit in the type bit maps field for each of the plurality of other resource record types and not for the queried first resource record type.
  • 11. The apparatus of claim 8, wherein determining that the first domain name exists but the queried first resource record type does not exist at the first domain name further causes the set of processors to: transmit a third DNS query for the first resource record type at the first domain name; andreceive a NODATA response to the third DNS query.
  • 12. The apparatus of claim 8, wherein the DNS server is a proxy DNS server, wherein the DNS server receives the first DNS query as a result of a first name server of first origin DNS server for the first domain name being changed to point to the proxy DNS server, and wherein the DNS server receives the second DNS query as a result of a second name server of a second origin DNS server for the second domain name being changed to point to the proxy DNS server.
  • 13. The apparatus of claim 8, wherein determining that the second domain name does not exist includes: transmitting a third DNS query for the second resource record type at the second domain name, andreceiving a response to the third DNS query that includes a NXDOMAIN record.
  • 14. The apparatus of claim 8, wherein the predefined set of resource record types includes all resource record types with the exception of the queried first resource record type.
  • 15. A non-transitory machine-readable storage medium that provides instructions that, if executed by a processor of a Domain Name System (DNS) server, will cause said processor to perform operations comprising: receiving, from a client device, a first DNS query for a first resource record type at a first domain name;in response to determining that the first domain name exists but the queried first resource record type does not exist at the first domain name: generating a first answer that indicates that the queried first resource record type does not exist at the first domain name, wherein the first answer also indicates that a plurality of other resource record types, with an exception of the queried first resource record type, do exist at the first domain name regardless of whether the plurality of other resource record types actually exist at the first domain name, and wherein the plurality of other resource record types is a predefined set of resource record types, andtransmitting the generated first answer to the client device;receiving, from the client device, a second DNS query for a second resource record type at a second domain name;determining that the second domain name does not exist; andin response to determining that the second domain name does not exist: transmitting, to the client device, a second answer that indicates that the second domain name does not exist.
  • 16. The non-transitory machine-readable storage medium of claim 15, wherein generating the first answer includes generating a NextSECure (NSEC) record that indicates that the queried first resource record type does not exist at the first domain name and also indicates that the plurality of other resource record types, with the exception of the queried first resource record type, do exist at the first domain name regardless of whether those plurality of other resource record types actually exist at the first domain name.
  • 17. The non-transitory machine-readable storage medium of claim 16, wherein the NSEC record includes a type bit maps field, and wherein generating the NSEC record includes setting a bit in the type bit maps field for each of the plurality of other resource record types and not for the queried first resource record type.
  • 18. The non-transitory machine-readable storage medium of claim 15, wherein determining that the first domain name exists but the queried first resource record type does not exist at the first domain name includes: transmitting a third DNS query for the first resource record type at the first domain name; andreceiving a NODATA response to the third DNS query.
  • 19. The non-transitory machine-readable storage medium of claim 15, wherein the DNS server is a proxy DNS server, wherein the DNS server receives the first DNS query as a result of a first name server of first origin DNS server for the first domain name being changed to point to the proxy DNS server, and wherein the DNS server receives the second DNS query as a result of a second name server of a second origin DNS server for the second domain name being changed to point to the proxy DNS server.
  • 20. The non-transitory machine-readable storage medium of claim 15, wherein determining that the second domain name does not exist includes: transmitting a third DNS query for the second resource record type at the second domain name, andreceiving a response to the third DNS query that includes a NXDOMAIN record.
  • 21. The transitory machine-readable storage medium of claim 15, wherein the predefined set of resource record types includes all resource record types with the exception of the queried first resource record type.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. application Ser. No. 15/148,856, filed May 6, 2016, now U.S. Pat. No. 9,954,840, which claims the benefit of U.S. Provisional Application No. 62/159,211, filed May 8, 2015, which is hereby incorporated by reference.

US Referenced Citations (65)
Number Name Date Kind
6119234 Aziz et al. Sep 2000 A
8347100 Thornewell Jan 2013 B1
8566928 Dagon Oct 2013 B2
8645700 Smith et al. Feb 2014 B2
8843643 Larson Sep 2014 B2
8886750 Mutz et al. Nov 2014 B1
8943201 Larson Jan 2015 B2
9088415 Gagliano Jul 2015 B2
9106699 Thornewell et al. Aug 2015 B2
9130917 Smith et al. Sep 2015 B2
9282116 Rovniaguin Mar 2016 B1
9338182 Devarapalli et al. May 2016 B2
9596266 Coleman et al. Mar 2017 B1
9705682 Kaliski, Jr. et al. Jul 2017 B2
9705851 Kaliski, Jr. et al. Jul 2017 B2
9723134 Davis Aug 2017 B1
9860283 Munger Jan 2018 B2
20020124060 Jinzaki Sep 2002 A1
20040039798 Hotz et al. Feb 2004 A1
20040044791 Pouzzner Mar 2004 A1
20060005014 Aura Jan 2006 A1
20060020796 Aura Jan 2006 A1
20060020807 Aura Jan 2006 A1
20060253612 Cheshire Nov 2006 A1
20060268802 Faccin Nov 2006 A1
20070204038 Majumdar Aug 2007 A1
20070283028 Gilroy et al. Dec 2007 A1
20080189437 Halley Aug 2008 A1
20100005146 Drako et al. Jan 2010 A1
20100106833 Banerjee et al. Apr 2010 A1
20110035469 Smith et al. Feb 2011 A1
20110060950 Waldron Mar 2011 A1
20110153831 Mutnuru et al. Jun 2011 A1
20120017090 Gould Jan 2012 A1
20120096166 Devarapalli Apr 2012 A1
20120117379 Thornewell et al. May 2012 A1
20120117621 Kondamuru May 2012 A1
20120124369 Amenedo May 2012 A1
20120155646 Seshadri Jun 2012 A1
20120254386 Smith Oct 2012 A1
20120278626 Smith Nov 2012 A1
20120284505 Smith et al. Nov 2012 A1
20120331524 Mower et al. Dec 2012 A1
20130124685 Keitel et al. May 2013 A1
20130204978 Fleischman et al. Aug 2013 A1
20130227672 Ogg Aug 2013 A1
20130268673 Graham-Cumming Oct 2013 A1
20140173134 Choquette et al. Jun 2014 A1
20140222906 Isler et al. Aug 2014 A1
20140244998 Amenedo Aug 2014 A1
20140280305 James et al. Sep 2014 A1
20140344925 Muthiah Nov 2014 A1
20150058999 McPherson Feb 2015 A1
20150117624 Rosenshine Apr 2015 A1
20150295882 Kaliski, Jr. Oct 2015 A1
20150312100 Chan et al. Oct 2015 A1
20150381558 Tuliani Dec 2015 A1
20160036943 Kish Feb 2016 A1
20160197898 Hozza et al. Jul 2016 A1
20160261750 Tubi et al. Sep 2016 A1
20160301656 Akcin Oct 2016 A1
20160308818 Torres et al. Oct 2016 A1
20160330174 Sullivan et al. Nov 2016 A1
20170324724 Smith et al. Nov 2017 A1
20180007090 Cao et al. Jan 2018 A1
Non-Patent Literature Citations (22)
Entry
Andrews (RFC2308, “Negative Caching of DNS Queries (DNS Cache)”, Mar. 1998, pp. 1-19). (Year: 1998).
Schlyter “RFC 3845: DNS Security (DNSSEC) NextSECure (NSEC) RDATA Format,” Aug. 2004, pp. 1-7 (Year: 2004).
Weiler et al “RFC 4470: Minimally Covering NSEC Records and DNSSEC On-line Signing,” Apr. 2006, pp. 1-8 (Year: 2006).
Chandramouli et al “Secure Domain Name System (DNS) Deployment Guide,” NIST Special Publication 800-81-2, Sep. 2013, pp. 1-130, (Year: 2013).
Almond C., “DNSSEC Validation and BIND9 Cache”, Feb. 5, 2014, retrieved online from , retrieved on Nov. 13, 2017, 3 pages.
Arends R., et al., “DNS Security Introduction and Requirements,” Network Working Group, Request for Comments: 4033, Mar. 2005, 21 pages.
Arends R., et al., “Protocol Modifications for the DNS Security Extensions,” Network Working Group, Request for Comments: 4035, Mar. 2005, 53 pages.
Arends R., et al., “Resource Records for the DNS Security Extensions,” Network Working Group, Request for Comments: 4034, Mar. 2005, 29 pages.
Bau J., et al., “A Security Evaluation of DNSSEC with NSEC 3,” Mar. 2, 2010, 18 pages.
Bellis R., “DNS Proxy Implementation Guidelines,” Aug. 2009, Network Working Group, Request for Comments: 5625, retrieved from the Internet , retrieved on Aug. 1, 2016.
Chetioui K., et al., “Security of the DNS Protocol: Implementation & Weaknesses Analyses of DNSSEC,” IJCSI International Journal of Computer Science Issues, vol. 9 (2), Mar. 2012, pp. 340-345.
Final Office Action from U.S. Appl. No. 15/148,867, dated Feb. 23, 2017, 15 pages.
Goldberg S., et al., “NSEC5: Provably Preventing DNSSEC Zone Enumeration,” Oct. 17, 2014, 8 pages.
Non-Final Office Action from U.S. Appl. No. 15/148,856 dated Sep. 16, 2016, 20 pages.
Non-Final Office Action from U.S. Appl. No. 15/148,867 dated Aug. 11, 2016, 15 pages.
Non-Final Office Action from U.S. Appl. No. 15/148,867, dated Nov. 22, 2017, 23 pages.
Notice of Allowance from U.S. Appl. No. 15/148,856, dated Feb. 14, 2018, 24 pages.
Notice of Allowance from U.S. Appl. No. 15/148,856, dated Mar. 27, 2017, 13 pages.
Notice of Allowance from U.S. Appl. No. 15/148,856, dated Sep. 6, 2017, 14 pages.
Notice of Allowance from U.S. Appl. No. 15/148,867, dated Mar. 26, 2018, 14 pages.
RFC 3845: Schlyter , “DNS Security (DNSSEC) NextSECure (NSEC) RData Format,” Aug. 2004, 7 pages, Request for Comments: 3845.
RFC 7129: Giben R., et al., “Authenticated Denial of Existence in DNS,” Feb. 2014, 30 pages, Network Working Group, Request for Comments: 7129.
Related Publications (1)
Number Date Country
20180241733 A1 Aug 2018 US
Provisional Applications (1)
Number Date Country
62159211 May 2015 US
Continuations (1)
Number Date Country
Parent 15148856 May 2016 US
Child 15961632 US