<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.24 (Ruby 3.2.3) -->
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-drip-registries-25" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title abbrev="DET in DNS">DRIP Entity Tags (DET) in the Domain Name System (DNS)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-drip-registries-25"/>
    <author initials="A." surname="Wiethuechter" fullname="Adam Wiethuechter" role="editor">
      <organization>AX Enterprize, LLC</organization>
      <address>
        <postal>
          <street>4947 Commercial Drive</street>
          <city>Yorkville</city>
          <region>NY</region>
          <code>13495</code>
          <country>USA</country>
        </postal>
        <email>adam.wiethuechter@axenterprize.com</email>
      </address>
    </author>
    <author initials="J." surname="Reid" fullname="Jim Reid">
      <organization>RTFM llp</organization>
      <address>
        <postal>
          <street>St Andrews House</street>
          <city>382 Hillington Road, Glasgow Scotland</city>
          <code>G51 4BL</code>
          <country>UK</country>
        </postal>
        <email>jim@rfc1035.com</email>
      </address>
    </author>
    <date year="2025" month="April" day="09"/>
    <area>Internet</area>
    <workgroup>drip Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 89?>

<t>This document describes the discovery and management of DRIP Entity Tags (DETs) in DNS. Authoritative Name Servers, with DRIP specific DNS structures and standard DNS methods, are the Public Information Registries for DETs and their related metadata.</t>
    </abstract>
  </front>
  <middle>
    <?line 93?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Registries are fundamental to Unmanned Aircraft System (UAS) Remote Identification (RID). Only very limited operational information can be sent via Broadcast RID, but extended information is sometimes needed. The most essential element of information from RID is the UAS ID, the unique key for lookup of extended information in relevant registries (see <xref target="rfc9434-fig4"/>; Figure 4 of <xref target="RFC9434"/>).</t>
      <figure anchor="rfc9434-fig4">
        <name>Global UAS RID Usage Scenario (Figure 4 of RFC9434)</name>
        <artwork align="center"><![CDATA[
***************                                        ***************
*    UAS1     *                                        *     UAS2    *
*             *                                        *             *
* +--------+  *                 DAA/V2V                *  +--------+ *
* |   UA   o--*----------------------------------------*--o   UA   | *
* +--o--o--+  *                                        *  +--o--o--+ *
*    |  |     *   +------+      Lookups     +------+   *     |  |    *
*    |  |     *   | GPOD o------.    .------o PSOD |   *     |  |    *
*    |  |     *   +------+      |    |      +------+   *     |  |    *
*    |  |     *                 |    |                 *     |  |    *
* C2 |  |     *     V2I      ************     V2I      *     |  | C2 *
*    |  '-----*--------------*          *--------------*-----'  |    *
*    |        *              *          *              *        |    *
*    |        o====Net-RID===*          *====Net-RID===o        |    *
* +--o--+     *              * Internet *              *     +--o--+ *
* | GCS o-----*--------------*          *--------------*-----o GCS | *
* +-----+     * Registration *          * Registration *     +-----+ *
*             * (and UTM)    *          * (and UTM)    *             *
***************              ************              ***************
                               |  |  |
                +----------+   |  |  |   +----------+
                | Public   o---'  |  '---o Private  |
                | Registry |      |      | Registry |
                +----------+      |      +----------+
                               +--o--+
                               | DNS |
                               +-----+

DAA:  Detect And Avoid
GPOD: General Public Observer Device
PSOD: Public Safety Observer Device
V2I:  Vehicle-to-Infrastructure
V2V:  Vehicle-to-Vehicle
]]></artwork>
      </figure>
      <t>When a DRIP Entity Tag (DET) <xref target="RFC9374"/> is used as the UAS ID in RID, extended information can be retrieved from a DRIP Identity Management Entity (DIME), which manages registration of and associated lookups from DETs. In this document it is assumed the DIME is a function of UAS Service Suppliers (USS) (Appendix A.2 of <xref target="RFC9434"/>) but a DIME can be independent or handled by another entity as well.</t>
      <section anchor="general-concept">
        <name>General Concept</name>
        <t>DRIP Entity Tags (DETs) embedded a hierarchy scheme which is mapped onto the Domain Name System (DNS) <xref target="STD13"/>. DIMEs enforce registration and information access of data associated with a DET while also providing the trust inherited from being a member of the hierarchy. Other identifiers and their methods are out of scope for this document.</t>
        <t>Authoritative Name Servers of the DNS provide the public information such as the cryptographic keys, endorsements and certificates of DETs and pointers to private information resources. Cryptographic (public) keys are used to authenticate anything signed by a DET, such as in the Authentication defined in <xref target="RFC9575"/> for Broadcast RID. Endorsements and certificates are used to endorse the claim of being part of the hierarchy.</t>
        <t>This document does not specify AAA mechanisms used by Private Information Registries to store and protect Personally Identifiable Information (PII).</t>
      </section>
      <section anchor="scope">
        <name>Scope</name>
        <t>The scope of this document is the DNS registration of DETs with the DNS delegation of the reverse domain of IPv6 Prefix, assigned by IANA for DETs <tt>2001:30::/28</tt> and RRsets used to handle DETs.</t>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <section anchor="required-terminology">
        <name>Required Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
      </section>
      <section anchor="additional-definitions">
        <name>Additional Definitions</name>
        <t>This document makes use of the terms (USS, etc.) defined in <xref target="RFC9153"/>. Other terms (DIME, Endorsement, etc.) are from <xref target="RFC9434"/>, while others (RAA, HDA, etc.) are from <xref target="RFC9374"/>.</t>
      </section>
    </section>
    <section anchor="det-hierarchy-in-dns">
      <name>DET Hierarchy in DNS</name>
      <t><xref target="RFC9374"/> defines the HHIT and further specifies an instance of them used for UAS RID called DETs. The HHIT/DET is a 128-bit value that is as an IPv6 address intended primarily as an identifier rather than locator. Its format is in <xref target="hhit-fig"/>, shown here for reference, and further information is in <xref target="RFC9374"/>.</t>
      <figure anchor="hhit-fig">
        <name>DRIP Entity Tag Breakdown</name>
        <artwork align="center"><![CDATA[
+-------------+--------------+---------------+-------------+
| IPv6 Prefix | Hierarchy ID | HHIT Suite ID | ORCHID Hash |
| (28 bits)   | (28 bits)    | (8 bits)      | (64 bits)   |
+-------------+--------------+---------------+-------------+
             /                \
            /                  \
           /                    \-----------------------------\
          /                                                    \
         /                                                      \
        +--------------------------------+-----------------------+
        | Registered Assigning Authority | HHIT Domain Authority |
        | (14 bits)                      | (14 bits)             |
        +--------------------------------+-----------------------+
]]></artwork>
      </figure>
      <t><xref target="RFC9374"/> assigns the IPv6 prefix <tt>2001:30::/28</tt> for DETs. Its corresponding domain name for reverse lookups is <tt>3.0.0.1.0.0.2.ip6.arpa.</tt>. The IAB has administrative control of this domain name.</t>
      <t>Due to the nature of the hierarchy split and its relationship to nibble reversing of the IPv6 address, the upper level of hierarchy (i.e., Registered Assigning Authority (RAA)) "borrows" the upper two bits of their respective HHIT Domain Authority (HDA) space for DNS delegation. As such the IPv6 prefix of RAAs are <tt>2001:3x:xxx::/44</tt> and HDAs are <tt>2001:3x:xxxy:yy::/56</tt> with respective nibble reverse domains of <tt>x.x.x.x.3.0.0.1.0.0.2.ip6.arpa</tt> and <tt>y.y.y.x.x.x.x.3.0.0.1.0.0.2.ip6.arpa</tt>.</t>
      <t>This document preallocates a subset of RAAs based on the ISO 3166-1 Numeric Nation Code <xref target="ISO3166-1"/>. This is to support the initial use case of DETs in UAS RID on an international level. See <xref target="iana-raa"/> for the RAA allocations.</t>
      <t>The HDA values of 0, 4096, 8192 and 12288 are reserved for operational use of an RAA (a by-product of the above mentioned borrowing of bits), specifically when to register with the apex and endorse delegations of HDAs in their namespace.</t>
      <t>The administration, management and policy for operation a DIME at any level in the hierarchy (Apex, RAA or HDA) is out of scope for this document. For RAAs or DETs allocated on a per-country basis, these considerations should be be determined by the appropriate national authorities, presumably the Civil Aviation Authority (CAA).</t>
      <section anchor="use-of-existing-dns-models">
        <name>Use of Existing DNS Models</name>
        <t>DRIP relies on the DNS and as such roughly follows the registrant-registrar-registry model. In the UAS ecosystem, the registrant would be the end user who owns/controls the Unmanned Aircraft. They are ultimately responsible for the DET and any other information that gets published in the DNS. Registrants use agents known as registrars to manage their interactions with the registry. Registrars typically provide optional additional services such as DNS hosting.</t>
        <t>The registry maintains a database of the registered domain names and their related metadata such as the contact details for domain name holder and the relevant registrar. The registry provides DNS service for the zone apex which contains delegation information for domain names. Registries generally provide services such as WHOIS <xref target="RFC3912"/> or RDAP <xref target="STD95"/> to publish metadata about the registered domain names and their registrants and registrars.</t>
        <t>Registrants have contracts with registrars who in turn have contracts with registries. Payments follow this model too: the registrant buys services from a registrar who pays for services provided by the registry.</t>
        <t>By definition, there can only be one registry for a domain name. Since that registry is a de facto monopoly, the scope of its activities is usually kept to a minimum to reduce the potential for market distortions or anti-competitive practices. A registry can have an arbitrary number of registrars who compete with each other on price, service and customer support.</t>
        <section anchor="dns-model-considerations-for-dimes">
          <name>DNS Model Considerations for DIMEs</name>
          <figure anchor="dns-model-fig">
            <name>Example DRIP DNS Model</name>
            <artwork align="center"><![CDATA[
Apex
Registry/Registrar
(IANA)
                         +=========================+
                         | 3.0.0.1.0.0.2.ip6.arpa. |
                         +============o============+
                                      |
--------------------------------------|-------------------------
National                              |
Registries/Registrars                 |
(RAA)                                 |
                                      |
        +--------------+--------------o-+---------------+
        |              |                |               |
  +=====o====+    +====o=====+    +=====o====+    +=====o====+
  | 0.0.0.0. |    | 1.0.0.0. |    | 2.0.0.0. |    | 3.0.0.0. |
  +====o=====+    +====o=====+    +====o=====+    +====o=====+
                                       |
---------------------------------------|------------------------
Local                                  |
Registries/Registrars                  |
(HDA)                                  |
                                       |
        +--------------+---------------o--------...-----+
        |              |               |                |
  +=====o====+    +====o=====+    +====o=====+    +=====o====+
  |  1.0.0.  |    |  2.0.0.  |    |  3.0.0.  |    |  f.f.f.  |
  +====o=====+    +=====o====+    +====o=====+    +====o=====+
                                       |
---------------------------------------|------------------------
Local                                  |
Registrants                            |
                 +=====================o================+
                 | x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.5.0. |
                 +======================================+
]]></artwork>
          </figure>
          <t>While the registrant-registrar-registry model is mature and well understood, it may not be appropriate for DRIP registrations in some circumstances. It could add costs and complexity: developing policies and contracts as outlined above. On the other hand, registries and registrars offer customer service/support and can provide the supporting infrastructure for reliable DNS and WHOIS or RDAP service.</t>
          <t>Another approach could be to handle DRIP registrations in a comparable way to how IP address space gets provisioned. Here, blocks of addresses get delegated to a "trusted" third party, typically an ISP, who then issues IP addresses to its customers. For DRIP, blocks of IP addresses could be delegated from the <tt>3.0.0.1.0.0.2.ip6.arpa</tt> domain (reverse domain of prefix allocated by <xref target="RFC9374"/>) to an entity chosen by the appropriate Civil Aviation Authority (CAA). This third party would be responsible for the corresponding DNS and WHOIS or RDAP infrastructure for these IP address blocks. They would also provision the Hierarchial Host Identity Tag (HHIT, <xref target="RFC9374"/>) records for these IP addresses. In principle a manufacturer or vendor of UAS devices could provide that role. This is shown as an example in <xref target="dns-model-fig"/>.</t>
          <t>Dynamic DRIP registration is another possible solution, for example when the operator of a UAS device registers its corresponding HHIT record and other resources before a flight and deletes them afterwards. This may be feasible in controlled environments with well-behaved actors. However, this approach may not scale since each device is likely to need credentials for updating the IT infrastructure which provisions the DNS.</t>
          <t>Registration policies - pricing, renewals, registrar and registrant agreements, etc. - will need to be developed. These considerations should be determined by the CAA, perhaps in consultation with local stakeholders to assess the cost-benefits of these approaches (and others). All of these are out of scope for this document. The specifics for the UAS RID use case are detailed in the rest of document.</t>
        </section>
      </section>
    </section>
    <section anchor="dns">
      <name>Public Information Registry</name>
      <t>Per <xref target="RFC9434"/> all information classified as public is stored in the DNS, specifically Authoritative Name Servers, to satisfy REG-1 from <xref target="RFC9153"/>.</t>
      <t>Authoritative Name Servers use domain names as identifiers and data is stored in Resource Records (RR) with associated RRTypes. This document defines two new RRTypes, one for HHIT metadata (HHIT, <xref target="hhit-rr"/>) and another for UAS Broadcast RID information (BRID, <xref target="bcast-rr"/>). The former RRType is particularly important as it contains a URI (as part of the certificate) that point to Private Information resources.</t>
      <t>DETs, being IPv6 addresses, are to be under <tt>ip6.arpa</tt> (nibble reversed per convention) and MUST to an HHIT RRType. Depending on local circumstances or additional use cases other RRTypes MAY be present. For UAS RID the BRID RRType MUST be present to provide the Broadcast Endorsements defined in <xref target="RFC9575"/>.</t>
      <t>DNSSEC is strongly RECOMMENDED. When a DIME decides to use DNSSEC they SHOULD define a framework for cryptographic algorithms and key management <xref target="RFC6841"/>. This may be influenced by frequency of updates, size of the zone, and policies.</t>
      <t>UAS specific information, such as physical characteristics, MAY also be stored in DNS but is out of scope for this document.</t>
      <t>A DET IPv6 address gets mapped into domain names using the scheme defined in <xref target="STD88"/>. However DNS lookups of these names query for HHIT and/or BRID resource records rather than the PTR resource records conventionally used in reverse lookups of IP addresses. For example, the HHIT resource record for the DET <tt>2001:30::1</tt> would be returned from a DNS lookup for the HHIT QTYPE for <tt>1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.1.0.0.2.ip6.arpa.</tt>.</t>
      <t>The HHIT RRType provides the public key for signature verification and URIs via the certificate. The BRID RRType provides static Broadcast RID information such as the Broadcast Endorsements sent following <xref target="RFC9575"/>.</t>
    </section>
    <section anchor="resource-records">
      <name>Resource Records</name>
      <section anchor="hhit-rr">
        <name>HHIT Resource Record</name>
        <t>The HHIT Resource Record is a metadata record for various bits of HHIT specific information that isn't available in the pre-existing HIP RRType. It does not replace the HIP RRType. The primary advantage of this RRType over the existing RRType is the inclusion a certificate containing an entity's public key signed by the registrar, or other trust anchor, to confirm registration.</t>
        <t>The data MUST be encoded in CBOR <xref target="RFC8949"/> bytes. The CDDL <xref target="RFC8610"/> of the data is provided in <xref target="hhit-wire-cddl"/>.</t>
        <section anchor="hhit-rr-text">
          <name>Text Representation</name>
          <t>The data are represented in base64 <xref target="RFC4648"/> and may be divided into any number of white-space-separated substrings, down to single base64 digits, which are concatenated to obtain the full object. These substrings can span lines using the standard parenthesis. Note that the data has internal subfields, but these do not appear in the master file representation only a single logical base64 string will appear.</t>
          <section anchor="hhit-rr-presentation">
            <name>Presentation Representation</name>
            <t>The data MAY, for display purposes only, be represented using the Extended Diagnostic Notation as defined in Appendix G of <xref target="RFC8610"/>.</t>
          </section>
        </section>
        <section anchor="hhit-rr-fields">
          <name>Field Descriptions</name>
          <figure anchor="hhit-wire-cddl">
            <name>HHIT Wire Format CDDL</name>
            <artwork><![CDATA[
hhit-rr = [
    hhit-entity-type: uint,
    abbreviation: tstr .size(15), 
    registration-cert: bstr
]
]]></artwork>
          </figure>
          <dl>
            <dt>HHIT Entity Type:</dt>
            <dd>
              <t>This field is a number with values defined in <xref target="iana-hhit-type"/>. It is envisioned that there may be many types of HHITs in use. In some cases, it may be helpful to understand the HHITs role in the ecosystem like described in <xref target="drip-dki"/>. This field provides such context. This field MAY provide a signal of additional information and/or different handling of the data beyond what is defined in this document.</t>
            </dd>
            <dt>HID Abbreviation:</dt>
            <dd>
              <t>This field is a string meant to provide an abbreviation to the HID structure for display devices. The convention for such abbreviations is a matter of local policy. Absent of such a policy, this field MUST be filled with the four chracter hexadecimal representations of the RAA and HDA (in that order) with a seperator character such as a space. For example a DET with an RAA value of 10 and HDA value of 20 would be abbreviated as: <tt>000A 0014</tt>.</t>
            </dd>
            <dt>Canonical Registration Certificate:</dt>
            <dd>
              <t>This field is reserved for any certificate to endorse registration that contains the DET. It MUST be encoded as X.509 DER. This certificate MAY be self-signed when the entity is acting as a root of trust (i.e., an apex). Such self-signed behavior is defined by policy, such as in <xref target="drip-dki"/>, and is out of scope for this document.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="bcast-rr">
        <name>UAS Broadcast RID Resource Record</name>
        <t>The UAS Broadcast RID Resource Record type (BRID) is a format to hold public information typically sent of the UAS Broadcast RID that is static. It can act as a data source if information is not received over Broadcast RID or for cross validation. The primary function for DRIP is the inclusion of one or more Broadcast Endorsements as defined in <xref target="RFC9575"/> in the <tt>auth</tt> field. These Endorsements are generated by the registrar upon successful registration and broadcast by the entity.</t>
        <t>The data MUST be encoded in CBOR <xref target="RFC8949"/> bytes. The CDDL <xref target="RFC8610"/> of the data is provided in <xref target="bcast-wire-cddl"/>.</t>
        <section anchor="bcast-rr-text">
          <name>Text Representation</name>
          <t>The data are represented in base64 <xref target="RFC4648"/> and may be divided into any number of white-space-separated substrings, down to single base64 digits, which are concatenated to obtain the full object. These substrings can span lines using the standard parenthesis. Note that the data has internal subfields, but these do not appear in the master file representation only a single logical base64 string will appear.</t>
          <section anchor="bcast-rr-presentation">
            <name>Presentation Representation</name>
            <t>The data MAY, for display purposes only, be represented using the Extended Diagnostic Notation as defined in Appendix G of <xref target="RFC8610"/>. All byte strings longer than a length of 20 SHOULD be displayed as base64 when possible.</t>
          </section>
        </section>
        <section anchor="bcast-rr-fields">
          <name>Field Descriptions</name>
          <figure anchor="bcast-wire-cddl">
            <name>BRID Wire Format CDDL</name>
            <artwork><![CDATA[
bcast-rr = {
    uas_type => nibble-field,
    uas_ids => [+ uas-id-grp],
    ? auth => [+ auth-grp],
    ? self_id => self-grp,
    ? area => area-grp,
    ? classification => classification-grp,
    ? operator_id => operator-grp
}
uas-id-grp = (
    id_type: &uas-id-types, 
    uas_id: bstr .size(20)
)
auth-grp = (
    a_type: &auth-types,
    a_data: bstr .size(1..362)
)
area-grp = [
    area_count: 1..255,
    area_radius: float,  # in decameters
    area_floor: float,   # wgs84-hae in meters
    area_ceiling: float  # wgs84-hae in meters
]
classification-grp = [
    class_type: 0..8,
    class: nibble-field,
    category: nibble-field
]
self-grp = [
    desc_type: 0..255,
    description: tstr .size(23)
]
operator-grp = [
    operator_id_type: 0..255,
    operator_id: bstr .size(20)
]
uas-id-types = (none: 0, serial: 1, session_id: 4)
auth-types = (none: 0, specific_method: 5)
nibble-field = 0..15
uas_type = 0
uas_ids = 1
auth = 2
self_id = 3
area = 4
classification = 5
operator_id = 6
]]></artwork>
          </figure>
          <t>The field names and their general typing are borrowed from the ASTM <xref target="F3411"/> data dictionary (Table 1 and Table 2). See that document for additional context and background information on aviation application-specific interperation of the field semantics. The explicitly enumerated values included in the CDDL above are relevant to DRIP for its operation. Other values may be valid but are outside the scope of DRIP operation. Application-specific fields, such as UAS Type are transported and authenticated by DRIP but are regarded as opaque user data to DRIP.</t>
        </section>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="det-prefix-delegation">
        <name>DET Prefix Delegation</name>
        <t>This document requests that IANA manage delegations in the <tt>3.0.0.1.0.0.2.ip6.arpa</tt> domain. The IAB is requested to appoint a Designated Expert (DE) to co-ordinate these delegations and liaise with IANA and CAAs as appropriate.</t>
        <t>The DE will check delegation requests for DET address space that get submitted to IANA. Since there is no control over who submits these delegation requests or the address space they refer to, a degree of checking is necessary. The DE will liaise with IANA on the outcome of these checks.</t>
        <t>For delegation requests relating to a country’s DET address space, the DE will liaise with that country’s CAA to verify these requests are genuine. This will ensure delegations don’t go to impostors and the CAA is aware about what’s being done with its National Resources, ie the IPv6 addresses for its DET address space.</t>
        <t>Parts of the DET address space are allocated for experimental use. The DE is expected to process these delegation requests on a first-come, first-served basis. They would not need engagement with ICAO or CAAs.</t>
        <t>The DE will have the discretion to perform minimal technical checks on delegations - for instance that there at least two name servers that answer authoritatively, SPoF avoidance, etc - but not enforce these.</t>
        <t>The DE will be expected to liaise with IANA to develop a DNSSEC Practice Statement if/when there’s a demand for DNSSEC deploymemt for DRIP.</t>
      </section>
      <section anchor="iana-drip-registry">
        <name>IANA DRIP Registry</name>
        <section anchor="iana-raa">
          <name>DRIP RAA Allocations</name>
          <t>This document requests a new registry for RAA Allocations under the <eref target="https://www.iana.org/assignments/drip/drip.xhtml">DRIP registry group</eref> to be managed by IANA.</t>
          <dl>
            <dt>RAA Allocations:</dt>
            <dd>
              <t>a 14-bit value used to represent RAAs. Future additions to this registry are to be made through Expert Review (Section 4.5 of <xref target="RFC8126"/>). The following values/ranges are defined:</t>
            </dd>
          </dl>
          <table>
            <thead>
              <tr>
                <th align="left">RAA Value(s)</th>
                <th align="left">Allocation</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0 - 3</td>
                <td align="left">Reserved</td>
                <td align="left">N/A</td>
              </tr>
              <tr>
                <td align="left">4 - 3999</td>
                <td align="left">ISO 3166-1 Countries</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">4000 - 15359</td>
                <td align="left">Unallocated</td>
                <td align="left">N/A</td>
              </tr>
              <tr>
                <td align="left">15360 - 16383</td>
                <td align="left">Experimental Use</td>
                <td align="left">This RFC</td>
              </tr>
            </tbody>
          </table>
          <t>To support DNS delegation in <tt>ip6.arpa</tt> a single RAA is given 4 delegations by borrowing the upper two bits of HDA space. This enables a clean nibble boundary in DNS to delegate from (i.e., the prefix <tt>2001:3x:xxx0::/44</tt>). These HDAs (0, 4096, 8192 and 12288) are reserved for the RAA.</t>
          <t>The mapping between ISO 3166-1 Numeric Nation Codes and RAAs is specified as a CSV file on <eref target="https://github.com/ietf-wg-drip/draft-ietf-drip-registries/blob/main/iso3166-raa.csv">GitHub</eref>. Each Nation is assigned four RAAs that are left to the national authority for their purpose. For RAAs under this range, a shorter prefix of <tt>2001:3x:xx00::/40</tt> MAY be delegated to each CAA, which covers all 4 RAAs (and reserved HDAs) assigned to them.</t>
          <section anchor="raa-guidance">
            <name>Expert Guidance</name>
            <t>A request for a value and/or range is judged on the specific application of its use (i.e., like the ISO 3166 range for UAS). Common applications should reuse existing allocated space if possible before allocation of a new value/range.</t>
            <t>Single point allocations are allowed to individual entities but it is recommended that allocations are made in groupings of 4 to maintain a cleaner nibble boundary.</t>
          </section>
          <section anchor="raa-form">
            <name>Registration Form</name>
            <ul spacing="normal">
              <li>
                <t>Allocation Title</t>
              </li>
              <li>
                <t>Contact Information: contact point such as email or person operating allocation</t>
              </li>
              <li>
                <t>Reference: public document reference for allocation, containing required information to register for HDAs under it</t>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="iana-hhit-type">
          <name>HHIT Entity Type</name>
          <t>This document requests a new registry for HHIT Entity Type under the <eref target="https://www.iana.org/assignments/drip/drip.xhtml">DRIP registry group</eref>.</t>
          <dl>
            <dt>HHIT Entity Type:</dt>
            <dd>
              <t>numeric, field of the HHIT RRType to encode the HHIT Entity Type. This is broken into three ranges and future additions to this registery are as follows:</t>
            </dd>
          </dl>
          <table>
            <thead>
              <tr>
                <th align="left">Range</th>
                <th align="left">Registration Mechanism</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0 - 4294967295</td>
                <td align="left">Expert Review (Section 4.5 of <xref target="RFC8126"/>)</td>
              </tr>
              <tr>
                <td align="left">4294967296 - 18446744069414584319</td>
                <td align="left">First Come First Served (Section 4.4 of <xref target="RFC8126"/>)</td>
              </tr>
              <tr>
                <td align="left">18446744069414584320 - 18446744073709551615</td>
                <td align="left">Experimental Use</td>
              </tr>
            </tbody>
          </table>
          <t>The following values are defined by this document:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Value</th>
                <th align="left">HHIT Type</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">Not Defined</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">DRIP Identity Management Entity (DIME)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">2 - 4</td>
                <td align="left">Reserved</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">Apex</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">6 - 8</td>
                <td align="left">Reserved</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">9</td>
                <td align="left">Registered Assigning Authority (RAA)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">10 - 12</td>
                <td align="left">Reserved</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">13</td>
                <td align="left">HHIT Domain Authority (HDA)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">14 - 15</td>
                <td align="left">Reserved</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">16</td>
                <td align="left">Uncrewed Aircraft (UA)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">17</td>
                <td align="left">Ground Control Station (GCS)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">18</td>
                <td align="left">Uncrewed Aircraft System (UAS)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">19</td>
                <td align="left">Remote Identification (RID) Module</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">20</td>
                <td align="left">Pilot</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">21</td>
                <td align="left">Operator</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">22</td>
                <td align="left">Discovery &amp; Synchronization Service (DSS)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">23</td>
                <td align="left">UAS Service Supplier (USS)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">24</td>
                <td align="left">Network RID Service Provider (SP)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">25</td>
                <td align="left">Network RID Display Provider (DP)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">26</td>
                <td align="left">Supplemental Data Service Provider (SDSP)</td>
                <td align="left">This RFC</td>
              </tr>
            </tbody>
          </table>
          <section anchor="hhit-guidance">
            <name>Expert Guidance</name>
            <t>The value space of HHIT Entity Types is rather large, but care should still be given to conflicting or confusing allocations. Justification should be provided if there is an existing allocation that could be used. Future additions to this registry MUST NOT be allowed if they can be covered under an existing registration.</t>
          </section>
          <section anchor="hhit-form">
            <name>Registration Template</name>
            <t>For registration the following template is to be used:</t>
            <ul spacing="normal">
              <li>
                <t>HHIT Type: title (and optional abbreviation) to be used for the requested value</t>
              </li>
              <li>
                <t>Reference: public document allocating the value and any additional information such as semantics. This can be a URL pointing to an Internet-Draft, IETF RFC, or web-page.</t>
              </li>
            </ul>
            <t>For registration in the FCFS range, a point of contact MUST also be provided (if not part of the reference).</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="dns-operational-registration-considerations">
        <name>DNS Operational &amp; Registration Considerations</name>
        <t>The Registrar and Registry are commonly used concepts in the DNS. These components interface the DIME into the DNS hierarchy and thus operation SHOULD follow best common practices, specifically in security (such as running DNSSEC) as appropriate. The following RFC provide suitable guidance: <xref target="RFC7720"/>, <xref target="RFC4033"/>, <xref target="RFC4034"/>, <xref target="RFC4035"/>, <xref target="RFC5155"/>, <xref target="RFC8945"/>, <xref target="RFC2182"/>, <xref target="RFC4786"/>, <xref target="RFC3007"/>.</t>
        <t>If DNSSEC is used, a DNSSEC Practice Statement SHOULD be developed and published. It SHOULD explain how DNSSEC has been deployed and what security measures are in place. <xref target="RFC6841"/> documents a Framework for DNSSEC Policies and DNSSEC Practice Statements.</t>
        <t>The interfaces and protocol specifications for registry-registrar interactions are intentionally not specified in this document. These will depend on nationally defined policy and prevailing local circumstances. It is expected registry-registrar activity will use the Extensible Provisioning Protocol (EPP) <xref target="STD69"/>. The registry SHOULD provide a lookup service such as WHOIS <xref target="RFC3912"/> or RDAP <xref target="STD95"/> to publish public information about registered domain names.</t>
        <t>Decisions about DNS or registry best practices and other operational matters that influence security SHOULD be made by the CAA, ideally in consultation with local stakeholders.</t>
        <t>The guidance above is intended to reduce the likelihood of interoperability problems and/or minimise security and stability concerns. For instance, validation and authentication of DNS responses depends on DNSSEC. If this is not used, entities using DRIP will be vulnerable to DNS spoofing attacks and could be exposed to bogus data. Some regulatory and legal considerations are expected to be simplified by providing a lookup service for access to public information about registered domain names for DETs.</t>
      </section>
      <section anchor="public-key-exposure">
        <name>Public Key Exposure</name>
        <t>DETs are built upon asymmetric keys. As such the public key must be revealed to enable clients to perform signature verifications. <xref target="RFC9374"/> security considerations cover various attacks on such keys.</t>
        <t>While unlikely the forging of a corresponding private key is possible if given enough time (and computational power). As such it is RECOMMENDED that the public key for any DET not be exposed in DNS (under any RRType) unless and until it is required for use in verification by other parties.</t>
        <t>Optimally this requires the UAS somehow signal the DIME that a flight using a Specific Session ID will soon be underway or complete. It may also be facilitated under UTM if the USS (which may or may not be a DIME) signals when a given operation using a Session ID goes active.</t>
      </section>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to Stuart Card (AX Enterprize, LLC) and Bob Moskowitz (HTT Consulting, LLC) for their early work on the DRIP registries concept. Their early contributions laid the foundations for the content and processes of this architecture and document.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9374">
          <front>
            <title>DRIP Entity Tag (DET) for Unmanned Aircraft System Remote ID (UAS RID)</title>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="March" year="2023"/>
            <abstract>
              <t>This document describes the use of Hierarchical Host Identity Tags (HHITs) as self-asserting IPv6 addresses, which makes them trustable identifiers for use in Unmanned Aircraft System Remote Identification (UAS RID) and tracking.</t>
              <t>Within the context of RID, HHITs will be called DRIP Entity Tags (DETs). HHITs provide claims to the included explicit hierarchy that provides registry (via, for example, DNS, RDAP) discovery for third-party identifier endorsement.</t>
              <t>This document updates RFCs 7401 and 7343.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9374"/>
          <seriesInfo name="DOI" value="10.17487/RFC9374"/>
        </reference>
        <reference anchor="F3411" target="https://www.astm.org/f3411-22a.html">
          <front>
            <title>Standard Specification for Remote ID and Tracking</title>
            <author>
              <organization>ASTM International</organization>
            </author>
            <date year="2022" month="July"/>
          </front>
          <seriesInfo name="ASTM" value="F3411-22A"/>
          <seriesInfo name="DOI" value="10.1520/F3411-22A"/>
        </reference>
        <reference anchor="ISO3166-1" target="https://www.iso.org/iso-3166-country-codes.html">
          <front>
            <title>Codes for the representation of names of countries and their subdivisions</title>
            <author>
              <organization>International Standards Organization (ISO)</organization>
            </author>
            <date year="2020" month="August"/>
          </front>
          <seriesInfo name="ISO" value="3166-1:2020"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="drip-dki">
          <front>
            <title>The DRIP DET public Key Infrastructure</title>
            <author fullname="Robert Moskowitz" initials="R." surname="Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Stuart W. Card" initials="S. W." surname="Card">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <date day="1" month="April" year="2025"/>
            <abstract>
              <t>   The DRIP Entity Tag (DET) public Key Infrastructure (DKI) is a
   specific variant of classic Public Key Infrastructures (PKI) where
   the organization is around the DET, in place of X.520 Distinguished
   Names.  Further, the DKI uses DRIP Endorsements in place of X.509
   certificates for establishing trust within the DKI.

   There are two X.509 profiles for shadow PKI behind the DKI, with many
   of their X.509 fields mirroring content in the DRIP Endorsements.
   These PKIs can at times be used where X.509 is expected and non-
   constrained communication links are available that can handle their
   larger size.  It is recommended that a DRIP deployment implement both
   of these along side the Endorsement trees.

   C509 (CBOR) encoding of all X.509 certificates are also provided as
   an alternative for where there are gains in reduced object size.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-dki-07"/>
        </reference>
        <reference anchor="RFC6841">
          <front>
            <title>A Framework for DNSSEC Policies and DNSSEC Practice Statements</title>
            <author fullname="F. Ljunggren" initials="F." surname="Ljunggren"/>
            <author fullname="AM. Eklund Lowinder" initials="AM." surname="Eklund Lowinder"/>
            <author fullname="T. Okubo" initials="T." surname="Okubo"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document presents a framework to assist writers of DNS Security Extensions (DNSSEC) Policies and DNSSEC Practice Statements, such as domain managers and zone operators on both the top level and secondary level, who are managing and operating a DNS zone with Security Extensions implemented.</t>
              <t>In particular, the framework provides a comprehensive list of topics that should be considered for inclusion into a DNSSEC Policy definition and Practice Statement. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6841"/>
          <seriesInfo name="DOI" value="10.17487/RFC6841"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC9153">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Requirements and Terminology</title>
            <author fullname="S. Card" initials="S." role="editor" surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document defines terminology and requirements for solutions produced by the Drone Remote Identification Protocol (DRIP) Working Group. These solutions will support Unmanned Aircraft System Remote Identification and tracking (UAS RID) for security, safety, and other purposes (e.g., initiation of identity-based network sessions supporting UAS applications). DRIP will facilitate use of existing Internet resources to support RID and to enable enhanced related services, and it will enable online and offline verification that RID information is trustworthy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9153"/>
          <seriesInfo name="DOI" value="10.17487/RFC9153"/>
        </reference>
        <reference anchor="RFC9434">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Architecture</title>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="S. Zhao" initials="S." role="editor" surname="Zhao"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document describes an architecture for protocols and services to support Unmanned Aircraft System Remote Identification and tracking (UAS RID), plus UAS-RID-related communications. This architecture adheres to the requirements listed in the Drone Remote Identification Protocol (DRIP) Requirements document (RFC 9153).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9434"/>
          <seriesInfo name="DOI" value="10.17487/RFC9434"/>
        </reference>
        <reference anchor="RFC9575">
          <front>
            <title>DRIP Entity Tag (DET) Authentication Formats and Protocols for Broadcast Remote Identification (RID)</title>
            <author fullname="A. Wiethuechter" initials="A." role="editor" surname="Wiethuechter"/>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>The Drone Remote Identification Protocol (DRIP), plus trust policies and periodic access to registries, augments Unmanned Aircraft System (UAS) Remote Identification (RID), enabling local real-time assessment of trustworthiness of received RID messages and observed UAS, even by Observers lacking Internet access. This document defines DRIP message types and formats to be sent in Broadcast RID Authentication Messages to verify that attached and recently detached messages were signed by the registered owner of the DRIP Entity Tag (DET) claimed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9575"/>
          <seriesInfo name="DOI" value="10.17487/RFC9575"/>
        </reference>
        <referencegroup anchor="STD13" target="https://www.rfc-editor.org/info/std13">
          <reference anchor="RFC1034" target="https://www.rfc-editor.org/info/rfc1034">
            <front>
              <title>Domain names - concepts and facilities</title>
              <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
              <date month="November" year="1987"/>
              <abstract>
                <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="13"/>
            <seriesInfo name="RFC" value="1034"/>
            <seriesInfo name="DOI" value="10.17487/RFC1034"/>
          </reference>
          <reference anchor="RFC1035" target="https://www.rfc-editor.org/info/rfc1035">
            <front>
              <title>Domain names - implementation and specification</title>
              <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
              <date month="November" year="1987"/>
              <abstract>
                <t>This RFC is the revised specification of the protocol and format used in the implementation of the Domain Name System. It obsoletes RFC-883. This memo documents the details of the domain name client - server communication.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="13"/>
            <seriesInfo name="RFC" value="1035"/>
            <seriesInfo name="DOI" value="10.17487/RFC1035"/>
          </reference>
        </referencegroup>
        <referencegroup anchor="STD69" target="https://www.rfc-editor.org/info/std69">
          <reference anchor="RFC5730" target="https://www.rfc-editor.org/info/rfc5730">
            <front>
              <title>Extensible Provisioning Protocol (EPP)</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes an application-layer client-server protocol for the provisioning and management of objects stored in a shared central repository. Specified in XML, the protocol defines generic object management operations and an extensible framework that maps protocol operations to objects. This document includes a protocol specification, an object mapping template, and an XML media type registration. This document obsoletes RFC 4930. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5730"/>
            <seriesInfo name="DOI" value="10.17487/RFC5730"/>
          </reference>
          <reference anchor="RFC5731" target="https://www.rfc-editor.org/info/rfc5731">
            <front>
              <title>Extensible Provisioning Protocol (EPP) Domain Name Mapping</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes an Extensible Provisioning Protocol (EPP) mapping for the provisioning and management of Internet domain names stored in a shared central repository. Specified in XML, the mapping defines EPP command syntax and semantics as applied to domain names. This document obsoletes RFC 4931. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5731"/>
            <seriesInfo name="DOI" value="10.17487/RFC5731"/>
          </reference>
          <reference anchor="RFC5732" target="https://www.rfc-editor.org/info/rfc5732">
            <front>
              <title>Extensible Provisioning Protocol (EPP) Host Mapping</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes an Extensible Provisioning Protocol (EPP) mapping for the provisioning and management of Internet host names stored in a shared central repository. Specified in XML, the mapping defines EPP command syntax and semantics as applied to host names. This document obsoletes RFC 4932. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5732"/>
            <seriesInfo name="DOI" value="10.17487/RFC5732"/>
          </reference>
          <reference anchor="RFC5733" target="https://www.rfc-editor.org/info/rfc5733">
            <front>
              <title>Extensible Provisioning Protocol (EPP) Contact Mapping</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes an Extensible Provisioning Protocol (EPP) mapping for the provisioning and management of individual or organizational social information identifiers (known as "contacts") stored in a shared central repository. Specified in Extensible Markup Language (XML), the mapping defines EPP command syntax and semantics as applied to contacts. This document obsoletes RFC 4933. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5733"/>
            <seriesInfo name="DOI" value="10.17487/RFC5733"/>
          </reference>
          <reference anchor="RFC5734" target="https://www.rfc-editor.org/info/rfc5734">
            <front>
              <title>Extensible Provisioning Protocol (EPP) Transport over TCP</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes how an Extensible Provisioning Protocol (EPP) session is mapped onto a single Transmission Control Protocol (TCP) connection. This mapping requires use of the Transport Layer Security (TLS) protocol to protect information exchanged between an EPP client and an EPP server. This document obsoletes RFC 4934. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5734"/>
            <seriesInfo name="DOI" value="10.17487/RFC5734"/>
          </reference>
        </referencegroup>
        <referencegroup anchor="STD95" target="https://www.rfc-editor.org/info/std95">
          <reference anchor="RFC7480" target="https://www.rfc-editor.org/info/rfc7480">
            <front>
              <title>HTTP Usage in the Registration Data Access Protocol (RDAP)</title>
              <author fullname="A. Newton" initials="A." surname="Newton"/>
              <author fullname="B. Ellacott" initials="B." surname="Ellacott"/>
              <author fullname="N. Kong" initials="N." surname="Kong"/>
              <date month="March" year="2015"/>
              <abstract>
                <t>This document is one of a collection that together describes the Registration Data Access Protocol (RDAP). It describes how RDAP is transported using the Hypertext Transfer Protocol (HTTP). RDAP is a successor protocol to the very old WHOIS protocol. The purpose of this document is to clarify the use of standard HTTP mechanisms for this application.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="7480"/>
            <seriesInfo name="DOI" value="10.17487/RFC7480"/>
          </reference>
          <reference anchor="RFC7481" target="https://www.rfc-editor.org/info/rfc7481">
            <front>
              <title>Security Services for the Registration Data Access Protocol (RDAP)</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <author fullname="N. Kong" initials="N." surname="Kong"/>
              <date month="March" year="2015"/>
              <abstract>
                <t>The Registration Data Access Protocol (RDAP) provides "RESTful" web services to retrieve registration metadata from Domain Name and Regional Internet Registries. This document describes information security services, including access control, authentication, authorization, availability, data confidentiality, and data integrity for RDAP.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="7481"/>
            <seriesInfo name="DOI" value="10.17487/RFC7481"/>
          </reference>
          <reference anchor="RFC9082" target="https://www.rfc-editor.org/info/rfc9082">
            <front>
              <title>Registration Data Access Protocol (RDAP) Query Format</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <author fullname="A. Newton" initials="A." surname="Newton"/>
              <date month="June" year="2021"/>
              <abstract>
                <t>This document describes uniform patterns to construct HTTP URLs that may be used to retrieve registration information from registries (including both Regional Internet Registries (RIRs) and Domain Name Registries (DNRs)) using "RESTful" web access patterns. These uniform patterns define the query syntax for the Registration Data Access Protocol (RDAP). This document obsoletes RFC 7482.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="9082"/>
            <seriesInfo name="DOI" value="10.17487/RFC9082"/>
          </reference>
          <reference anchor="RFC9083" target="https://www.rfc-editor.org/info/rfc9083">
            <front>
              <title>JSON Responses for the Registration Data Access Protocol (RDAP)</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <author fullname="A. Newton" initials="A." surname="Newton"/>
              <date month="June" year="2021"/>
              <abstract>
                <t>This document describes JSON data structures representing registration information maintained by Regional Internet Registries (RIRs) and Domain Name Registries (DNRs). These data structures are used to form Registration Data Access Protocol (RDAP) query responses. This document obsoletes RFC 7483.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="9083"/>
            <seriesInfo name="DOI" value="10.17487/RFC9083"/>
          </reference>
          <reference anchor="RFC9224" target="https://www.rfc-editor.org/info/rfc9224">
            <front>
              <title>Finding the Authoritative Registration Data Access Protocol (RDAP) Service</title>
              <author fullname="M. Blanchet" initials="M." surname="Blanchet"/>
              <date month="March" year="2022"/>
              <abstract>
                <t>This document specifies a method to find which Registration Data Access Protocol (RDAP) server is authoritative to answer queries for a requested scope, such as domain names, IP addresses, or Autonomous System numbers. This document obsoletes RFC 7484.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="9224"/>
            <seriesInfo name="DOI" value="10.17487/RFC9224"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC4033">
          <front>
            <title>DNS Security Introduction and Requirements</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>The Domain Name System Security Extensions (DNSSEC) add data origin authentication and data integrity to the Domain Name System. This document introduces these extensions and describes their capabilities and limitations. This document also discusses the services that the DNS security extensions do and do not provide. Last, this document describes the interrelationships between the documents that collectively describe DNSSEC. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4033"/>
          <seriesInfo name="DOI" value="10.17487/RFC4033"/>
        </reference>
        <reference anchor="RFC5155">
          <front>
            <title>DNS Security (DNSSEC) Hashed Authenticated Denial of Existence</title>
            <author fullname="B. Laurie" initials="B." surname="Laurie"/>
            <author fullname="G. Sisson" initials="G." surname="Sisson"/>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="D. Blacka" initials="D." surname="Blacka"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>The Domain Name System Security (DNSSEC) Extensions introduced the NSEC resource record (RR) for authenticated denial of existence. This document introduces an alternative resource record, NSEC3, which similarly provides authenticated denial of existence. However, it also provides measures against zone enumeration and permits gradual expansion of delegation-centric zones. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5155"/>
          <seriesInfo name="DOI" value="10.17487/RFC5155"/>
        </reference>
        <reference anchor="RFC8945">
          <front>
            <title>Secret Key Transaction Authentication for DNS (TSIG)</title>
            <author fullname="F. Dupont" initials="F." surname="Dupont"/>
            <author fullname="S. Morris" initials="S." surname="Morris"/>
            <author fullname="P. Vixie" initials="P." surname="Vixie"/>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="O. Gudmundsson" initials="O." surname="Gudmundsson"/>
            <author fullname="B. Wellington" initials="B." surname="Wellington"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>This document describes a protocol for transaction-level authentication using shared secrets and one-way hashing. It can be used to authenticate dynamic updates to a DNS zone as coming from an approved client or to authenticate responses as coming from an approved name server.</t>
              <t>No recommendation is made here for distributing the shared secrets; it is expected that a network administrator will statically configure name servers and clients using some out-of-band mechanism.</t>
              <t>This document obsoletes RFCs 2845 and 4635.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="93"/>
          <seriesInfo name="RFC" value="8945"/>
          <seriesInfo name="DOI" value="10.17487/RFC8945"/>
        </reference>
        <reference anchor="RFC4034">
          <front>
            <title>Resource Records for the DNS Security Extensions</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of resource records and protocol modifications that provide source authentication for the DNS. This document defines the public key (DNSKEY), delegation signer (DS), resource record digital signature (RRSIG), and authenticated denial of existence (NSEC) resource records. The purpose and format of each resource record is described in detail, and an example of each resource record is given.</t>
              <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4034"/>
          <seriesInfo name="DOI" value="10.17487/RFC4034"/>
        </reference>
        <reference anchor="RFC4035">
          <front>
            <title>Protocol Modifications for the DNS Security Extensions</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of new resource records and protocol modifications that add data origin authentication and data integrity to the DNS. This document describes the DNSSEC protocol modifications. This document defines the concept of a signed zone, along with the requirements for serving and resolving by using DNSSEC. These techniques allow a security-aware resolver to authenticate both DNS resource records and authoritative DNS error indications.</t>
              <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4035"/>
          <seriesInfo name="DOI" value="10.17487/RFC4035"/>
        </reference>
        <reference anchor="RFC3007">
          <front>
            <title>Secure Domain Name System (DNS) Dynamic Update</title>
            <author fullname="B. Wellington" initials="B." surname="Wellington"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This document proposes a method for performing secure Domain Name System (DNS) dynamic updates. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3007"/>
          <seriesInfo name="DOI" value="10.17487/RFC3007"/>
        </reference>
        <reference anchor="RFC2182">
          <front>
            <title>Selection and Operation of Secondary DNS Servers</title>
            <author fullname="R. Elz" initials="R." surname="Elz"/>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <author fullname="M. Patton" initials="M." surname="Patton"/>
            <date month="July" year="1997"/>
            <abstract>
              <t>This document discusses the selection of secondary servers for DNS zones.The number of servers appropriate for a zone is also discussed, and some general secondary server maintenance issues considered. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="16"/>
          <seriesInfo name="RFC" value="2182"/>
          <seriesInfo name="DOI" value="10.17487/RFC2182"/>
        </reference>
        <reference anchor="RFC7720">
          <front>
            <title>DNS Root Name Service Protocol and Deployment Requirements</title>
            <author fullname="M. Blanchet" initials="M." surname="Blanchet"/>
            <author fullname="L-J. Liman" surname="L-J. Liman"/>
            <date month="December" year="2015"/>
            <abstract>
              <t>The DNS root name service is a critical part of the Internet architecture. The protocol and deployment requirements for the DNS root name service are defined in this document. Operational requirements are out of scope.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="40"/>
          <seriesInfo name="RFC" value="7720"/>
          <seriesInfo name="DOI" value="10.17487/RFC7720"/>
        </reference>
        <reference anchor="RFC3912">
          <front>
            <title>WHOIS Protocol Specification</title>
            <author fullname="L. Daigle" initials="L." surname="Daigle"/>
            <date month="September" year="2004"/>
            <abstract>
              <t>This document updates the specification of the WHOIS protocol, thereby obsoleting RFC 954. The update is intended to remove the material from RFC 954 that does not have to do with the on-the-wire protocol, and is no longer applicable in today's Internet. This document does not attempt to change or update the protocol per se, or document other uses of the protocol that have come into existence since the publication of RFC 954. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3912"/>
          <seriesInfo name="DOI" value="10.17487/RFC3912"/>
        </reference>
        <reference anchor="RFC4786">
          <front>
            <title>Operation of Anycast Services</title>
            <author fullname="J. Abley" initials="J." surname="Abley"/>
            <author fullname="K. Lindqvist" initials="K." surname="Lindqvist"/>
            <date month="December" year="2006"/>
            <abstract>
              <t>As the Internet has grown, and as systems and networked services within enterprises have become more pervasive, many services with high availability requirements have emerged. These requirements have increased the demands on the reliability of the infrastructure on which those services rely.</t>
              <t>Various techniques have been employed to increase the availability of services deployed on the Internet. This document presents commentary and recommendations for distribution of services using anycast. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="126"/>
          <seriesInfo name="RFC" value="4786"/>
          <seriesInfo name="DOI" value="10.17487/RFC4786"/>
        </reference>
        <referencegroup anchor="STD88" target="https://www.rfc-editor.org/info/std88">
          <reference anchor="RFC3596" target="https://www.rfc-editor.org/info/rfc3596">
            <front>
              <title>DNS Extensions to Support IP Version 6</title>
              <author fullname="S. Thomson" initials="S." surname="Thomson"/>
              <author fullname="C. Huitema" initials="C." surname="Huitema"/>
              <author fullname="V. Ksinant" initials="V." surname="Ksinant"/>
              <author fullname="M. Souissi" initials="M." surname="Souissi"/>
              <date month="October" year="2003"/>
              <abstract>
                <t>This document defines the changes that need to be made to the Domain Name System (DNS) to support hosts running IP version 6 (IPv6). The changes include a resource record type to store an IPv6 address, a domain to support lookups based on an IPv6 address, and updated definitions of existing query types that return Internet addresses as part of additional section processing. The extensions are designed to be compatible with existing applications and, in particular, DNS implementations themselves. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="88"/>
            <seriesInfo name="RFC" value="3596"/>
            <seriesInfo name="DOI" value="10.17487/RFC3596"/>
          </reference>
        </referencegroup>
      </references>
    </references>
    <?line 501?>

<section anchor="example-zone-files-rrtype-contents">
      <name>Example Zone Files &amp; RRType Contents</name>
      <t>An example zone file <tt>ip6.arpa</tt>, run by IANA, is not shown. It would contain NS RRTypes to delegate to a respective RAA. To avoid any future collisions with production deployments an apex of <tt>ip6.example.com</tt> is used instead of <tt>ip6.arpa</tt>. All hexidecimal strings in the examples are broken into the lengths of a word, for document formatting purposes.</t>
      <t>The RAA of <tt>RAA=16376, HDA=0</tt> and HDA of <tt>RAA=16376, HDA=10</tt> were used in the examples.</t>
      <section anchor="example-raa">
        <name>Example RAA</name>
        <section anchor="raa-hhits">
          <name>Authentication HHIT</name>
          <figure>
            <name>RAA Auth HHIT RRType Example</name>
            <artwork><![CDATA[
$ORIGIN 5.0.0.0.0.0.e.f.f.3.0.0.1.0.0.2.ip6.example.com.
7.b.0.a.1.9.e.1.7.5.1.a.0.6.e.5. IN HHIT (
    gwppM2ZmOCAwMDAwWQFGMIIBQjCB9aAD
    AgECAgE1MAUGAytlcDArMSkwJwYDVQQD
    DCAyMDAxMDAzZmZlMDAwMDA1NWU2MGEx
    NTcxZTkxYTBiNzAeFw0yNTA0MDkyMDU2
    MjZaFw0yNTA0MDkyMTU2MjZaMB0xGzAZ
    BgNVBAMMEkRSSVAtUkFBLUEtMTYzNzYt
    MDAqMAUGAytlcAMhAJmQ1bBLcqGAZtQJ
    K1LH1JlPt8Fr1+jB9ED/qNBP8eE/o0ww
    SjAPBgNVHRMBAf8EBTADAQH/MDcGA1Ud
    EQEB/wQtMCuHECABAD/+AAAFXmChVx6R
    oLeGF2h0dHBzOi8vcmFhLmV4YW1wbGUu
    Y29tMAUGAytlcANBALUPjhIB3rwqXQep
    r9/VDB+hhtwuWZIw1OUkEuDrF6DCkgc7
    5widXnXa5/uDfdKL7dZ83mPHm2Tf32Dv
    b8AzEw8=
)
]]></artwork>
          </figure>
          <figure>
            <name>7.b.0.a.1.9.e.1.7.5.1.a.0.6.e.5. Decoded HHIT RRType CBOR and Certificate</name>
            <artwork><![CDATA[
[
    10,
    "3ff8 0000",
    h'308201423081F5A00302010202013530
    0506032B6570302B312930270603550403
    0C20323030313030336666653030303030
    3535653630613135373165393161306237
    301E170D3235303430393230353632365A
    170D3235303430393231353632365A301D
    311B301906035504030C12445249502D52
    41412D412D31363337362D30302A300506
    032B65700321009990D5B04B72A18066D4
    092B52C7D4994FB7C16BD7E8C1F440FFA8
    D04FF1E13FA34C304A300F0603551D1301
    01FF040530030101FF30370603551D1101
    01FF042D302B87102001003FFE0000055E
    60A1571E91A0B7861768747470733A2F2F
    7261612E6578616D706C652E636F6D3005
    06032B6570034100B50F8E1201DEBC2A5D
    07A9AFDFD50C1FA186DC2E599230D4E524
    12E0EB17A0C292073BE7089D5E75DAE7FB
    837DD28BEDD67CDE63C79B64DFDF60EF6F
    C033130F'
]

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 53 (0x35)
        Signature Algorithm: ED25519
        Issuer: CN = 2001003ffe0000055e60a1571e91a0b7
        Validity
            Not Before: Apr  9 20:56:26 2025 GMT
            Not After : Apr  9 21:56:26 2025 GMT
        Subject: CN = DRIP-RAA-A-16376-0
        Subject Public Key Info:
            Public Key Algorithm: ED25519
                ED25519 Public-Key:
                pub:
                    99:90:d5:b0:4b:72:a1:80:66:d4:09:2b:52:c7:d4:
                    99:4f:b7:c1:6b:d7:e8:c1:f4:40:ff:a8:d0:4f:f1:
                    e1:3f
        X509v3 extensions:
            X509v3 Basic Constraints: critical
                CA:TRUE
            X509v3 Subject Alternative Name: critical
                IP Address:2001:3F:FE00:5:5E60:A157:1E91:A0B7,
                URI:https://raa.example.com
    Signature Algorithm: ED25519
    Signature Value:
        b5:0f:8e:12:01:de:bc:2a:5d:07:a9:af:df:d5:0c:1f:a1:86:
        dc:2e:59:92:30:d4:e5:24:12:e0:eb:17:a0:c2:92:07:3b:e7:
        08:9d:5e:75:da:e7:fb:83:7d:d2:8b:ed:d6:7c:de:63:c7:9b:
        64:df:df:60:ef:6f:c0:33:13:0f
]]></artwork>
          </figure>
        </section>
        <section anchor="delegation-of-hda">
          <name>Delegation of HDA</name>
          <figure>
            <name>HDA Delegation Example</name>
            <artwork><![CDATA[
$ORIGIN c.d.f.f.3.0.0.1.0.0.2.ip6.example.com.
a.0.0. IN NS ns1.hda-10.example.com
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="example-hda">
        <name>Example HDA</name>
        <section anchor="hda-hhits">
          <name>Authentication &amp; Issue HHITs</name>
          <figure>
            <name>HDA Auth/Issue HHIT RRType Example</name>
            <artwork><![CDATA[
$ORIGIN 5.0.a.0.0.0.e.f.f.3.0.0.1.0.0.2.ip6.example.com.
0.a.9.0.7.2.4.d.5.4.e.e.5.1.6.6.5.0. IN HHIT (
    gw5pM2ZmOCAwMDBhWQFHMIIBQzCB9qAD
    AgECAgFfMAUGAytlcDArMSkwJwYDVQQD
    DCAyMDAxMDAzZmZlMDAwMDA1NWU2MGEx
    NTcxZTkxYTBiNzAeFw0yNTA0MDkyMTAz
    MTlaFw0yNTA0MDkyMjAzMTlaMB4xHDAa
    BgNVBAMME0RSSVAtSERBLUEtMTYzNzYt
    MTAwKjAFBgMrZXADIQDOaB424RQa61YN
    bna8eWt7fLRU5GPMsfEt4wo4AQGAP6NM
    MEowDwYDVR0TAQH/BAUwAwEB/zA3BgNV
    HREBAf8ELTArhxAgAQA//gAKBWYV7kXU
    JwmghhdodHRwczovL3JhYS5leGFtcGxl
    LmNvbTAFBgMrZXADQQAhMpOSOmgMkJY1
    f+B9nTgawUjK4YEERBtczMknHDkOowX0
    ynbaLN60TYe9hqN6+CJ3SN8brJke3hpM
    gorvhDkJ
)
8.2.e.6.5.2.b.6.7.3.4.d.e.0.6.2.5.0. IN HHIT (
    gw9pM2ZmOCAwMDBhWQFHMIIBQzCB9qAD
    AgECAgFYMAUGAytlcDArMSkwJwYDVQQD
    DCAyMDAxMDAzZmZlMDAwYTA1NjYxNWVl
    NDVkNDI3MDlhMDAeFw0yNTA0MDkyMTA1
    MTRaFw0yNTA0MDkyMjA1MTRaMB4xHDAa
    BgNVBAMME0RSSVAtSERBLUktMTYzNzYt
    MTAwKjAFBgMrZXADIQCCM/2utQaLwUhZ
    0ROg7fz43AeBTj3Sdl5rW4LgTQcFl6NM
    MEowDwYDVR0TAQH/BAUwAwEB/zA3BgNV
    HREBAf8ELTArhxAgAQA//gAKBSYO1Ddr
    JW4ohhdodHRwczovL2hkYS5leGFtcGxl
    LmNvbTAFBgMrZXADQQBa8lZyftxHJqDF
    Vgv4Rt+cMUmc8aQwet4UZdO3yQOB9uq4
    sLVAScaZCWjC0nmeRkgVRhize1esfyi3
    RRU44IAE
)
]]></artwork>
          </figure>
          <figure>
            <name>0.a.9.0.7.2.4.d.5.4.e.e.5.1.6.6.5.0. Decoded Auth HHIT RRType CBOR and Certificate</name>
            <artwork><![CDATA[
[
    14,
    "3ff8 000a",
    h'308201433081F6A00302010202015F30
    0506032B6570302B312930270603550403
    0C20323030313030336666653030303030
    3535653630613135373165393161306237
    301E170D3235303430393231303331395A
    170D3235303430393232303331395A301E
    311C301A06035504030C13445249502D48
    44412D412D31363337362D3130302A3005
    06032B6570032100CE681E36E1141AEB56
    0D6E76BC796B7B7CB454E463CCB1F12DE3
    0A380101803FA34C304A300F0603551D13
    0101FF040530030101FF30370603551D11
    0101FF042D302B87102001003FFE000A05
    6615EE45D42709A0861768747470733A2F
    2F7261612E6578616D706C652E636F6D30
    0506032B6570034100213293923A680C90
    96357FE07D9D381AC148CAE18104441B5C
    CCC9271C390EA305F4CA76DA2CDEB44D87
    BD86A37AF8227748DF1BAC991EDE1A4C82
    8AEF843909'
]

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 95 (0x5f)
        Signature Algorithm: ED25519
        Issuer: CN = 2001003ffe0000055e60a1571e91a0b7
        Validity
            Not Before: Apr  9 21:03:19 2025 GMT
            Not After : Apr  9 22:03:19 2025 GMT
        Subject: CN = DRIP-HDA-A-16376-10
        Subject Public Key Info:
            Public Key Algorithm: ED25519
                ED25519 Public-Key:
                pub:
                    ce:68:1e:36:e1:14:1a:eb:56:0d:6e:76:bc:79:6b:
                    7b:7c:b4:54:e4:63:cc:b1:f1:2d:e3:0a:38:01:01:
                    80:3f
        X509v3 extensions:
            X509v3 Basic Constraints: critical
                CA:TRUE
            X509v3 Subject Alternative Name: critical
                IP Address:2001:3F:FE00:A05:6615:EE45:D427:9A0,
                URI:https://raa.example.com
    Signature Algorithm: ED25519
    Signature Value:
        21:32:93:92:3a:68:0c:90:96:35:7f:e0:7d:9d:38:1a:c1:48:
        ca:e1:81:04:44:1b:5c:cc:c9:27:1c:39:0e:a3:05:f4:ca:76:
        da:2c:de:b4:4d:87:bd:86:a3:7a:f8:22:77:48:df:1b:ac:99:
        1e:de:1a:4c:82:8a:ef:84:39:09
]]></artwork>
          </figure>
          <figure>
            <name>8.2.e.6.5.2.b.6.7.3.4.d.e.0.6.2.5.0. Decoded Issue HHIT RRType CBOR and Certificate</name>
            <artwork><![CDATA[
[
    15,
    "3ff8 000a",
    h'308201433081F6A00302010202015830
    0506032B6570302B312930270603550403
    0C20323030313030336666653030306130
    3536363135656534356434323730396130
    301E170D3235303430393231303531345A
    170D3235303430393232303531345A301E
    311C301A06035504030C13445249502D48
    44412D492D31363337362D3130302A3005
    06032B65700321008233FDAEB5068BC148
    59D113A0EDFCF8DC07814E3DD2765E6B5B
    82E04D070597A34C304A300F0603551D13
    0101FF040530030101FF30370603551D11
    0101FF042D302B87102001003FFE000A05
    260ED4376B256E28861768747470733A2F
    2F6864612E6578616D706C652E636F6D30
    0506032B65700341005AF256727EDC4726
    A0C5560BF846DF9C31499CF1A4307ADE14
    65D3B7C90381F6EAB8B0B54049C6990968
    C2D2799E4648154618B37B57AC7F28B745
    1538E08004'
]

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 88 (0x58)
        Signature Algorithm: ED25519
        Issuer: CN = 2001003ffe000a056615ee45d42709a0
        Validity
            Not Before: Apr  9 21:05:14 2025 GMT
            Not After : Apr  9 22:05:14 2025 GMT
        Subject: CN = DRIP-HDA-I-16376-10
        Subject Public Key Info:
            Public Key Algorithm: ED25519
                ED25519 Public-Key:
                pub:
                    82:33:fd:ae:b5:06:8b:c1:48:59:d1:13:a0:ed:fc:
                    f8:dc:07:81:4e:3d:d2:76:5e:6b:5b:82:e0:4d:07:
                    05:97
        X509v3 extensions:
            X509v3 Basic Constraints: critical
                CA:TRUE
            X509v3 Subject Alternative Name: critical
                IP Address:2001:3F:FE00:A05:260E:D437:6B25:6E28,
                URI:https://hda.example.com
    Signature Algorithm: ED25519
    Signature Value:
        5a:f2:56:72:7e:dc:47:26:a0:c5:56:0b:f8:46:df:9c:31:49:
        9c:f1:a4:30:7a:de:14:65:d3:b7:c9:03:81:f6:ea:b8:b0:b5:
        40:49:c6:99:09:68:c2:d2:79:9e:46:48:15:46:18:b3:7b:57:
        ac:7f:28:b7:45:15:38:e0:80:04
]]></artwork>
          </figure>
        </section>
        <section anchor="registratant-hhit-brid">
          <name>Registratant HHIT &amp; BRID</name>
          <figure>
            <name>Registrant HHIT/BRID RRType Example</name>
            <artwork><![CDATA[
$ORIGIN 5.0.a.0.0.0.e.f.f.3.0.0.1.0.0.2.ip6.example.com.
2.b.6.c.b.4.a.9.9.6.4.2.8.0.3.1. IN HHIT (
    gxJpM2ZmOCAwMDBhWQEYMIIBFDCBx6AD
    AgECAgFUMAUGAytlcDArMSkwJwYDVQQD
    DCAyMDAxMDAzZmZlMDAwYTA1MjYwZWQ0
    Mzc2YjI1NmUyODAeFw0yNTA0MDkyMTEz
    MDBaFw0yNTA0MDkyMjEzMDBaMAAwKjAF
    BgMrZXADIQDJLi+dl+iWD5tfFlT4sJA5
    +drcW88GHqxPDOp56Oh3+qM7MDkwNwYD
    VR0RAQH/BC0wK4cQIAEAP/4ACgUTCCRp
    mkvGsoYXaHR0cHM6Ly9oZGEuZXhhbXBs
    ZS5jb20wBQYDK2VwA0EA0DbcdngC7/BB
    /aLjZmLieo0ZFCDbd/KIxAy+3X2KtT4J
    todVxRMPAkN6o008gacbNfTG8p9npEcD
    eYhesl2jBQ==
)
2.b.6.c.b.4.a.9.9.6.4.2.8.0.3.1. IN BRID (
    owAAAYIEUQEgAQA//gAKBRMIJGmaS8ay
    AogFWIkB+t72Zwrt9mcgAQA//gAABV5g
    oVcekaC3mZDVsEtyoYBm1AkrUsfUmU+3
    wWvX6MH0QP+o0E/x4T8gAQA//gAABV5g
    oVcekaC3vC9m1JguvXt7W2o4wxPumaT1
    IP3TQN3fQP28hpInSIlsSwq8UCNjm2ad
    7pdTvm2EqfOJQNPKClvRZm4qTO5FDAVY
    iQGX4PZnp+72ZyABAD/+AAoFZhXuRdQn
    CaDOaB424RQa61YNbna8eWt7fLRU5GPM
    sfEt4wo4AQGAPyABAD/+AAAFXmChVx6R
    oLfv3q+mLRB3ya5TmjY8+3CzdoDZT9RZ
    +XpN5hDiA6JyyxBJvUewxLzPNhTXQp8v
    ED71XAE82tMmt3fB4zbzWNQLBViJAQrh
    9mca7/ZnIAEAP/4ACgUmDtQ3ayVuKIIz
    /a61BovBSFnRE6Dt/PjcB4FOPdJ2Xmtb
    guBNBwWXIAEAP/4ACgVmFe5F1CcJoIjy
    CriJCxAyAWTOHPmlHL02MKSpsHviiTze
    qwBH9K/Rrz41CYix9HazAIOAZO8FcfU5
    M+WLLJZoaQWBHnMbTQwFWIkB3OL2Z+zw
    9mcgAQA//gAKBRMIJGmaS8ayyS4vnZfo
    lg+bXxZU+LCQOfna3FvPBh6sTwzqeejo
    d/ogAQA//gAKBSYO1DdrJW4ogOfc8jTi
    mYLmTOOyFZoUx2jOOwtB1jnqUJr6bYaw
    MoPrR3MlKGBGWsVz1yXNqUURoCqYdwsY
    e61vd5i6YJqnAQ==
)
]]></artwork>
          </figure>
          <figure>
            <name>2.b.6.c.b.4.a.9.9.6.4.2.8.0.3.1. Decoded HHIT RRType CBOR and Certificate</name>
            <artwork><![CDATA[
[
    18,
    "3ff8 000a",
    h'308201143081C7A00302010202015430
    0506032B6570302B312930270603550403
    0C20323030313030336666653030306130
    3532363065643433373662323536653238
    301E170D3235303430393231313330305A
    170D3235303430393232313330305A3000
    302A300506032B6570032100C92E2F9D97
    E8960F9B5F1654F8B09039F9DADC5BCF06
    1EAC4F0CEA79E8E877FAA33B3039303706
    03551D110101FF042D302B87102001003F
    FE000A05130824699A4BC6B28617687474
    70733A2F2F6864612E6578616D706C652E
    636F6D300506032B6570034100D036DC76
    7802EFF041FDA2E36662E27A8D191420DB
    77F288C40CBEDD7D8AB53E09B68755C513
    0F02437AA34D3C81A71B35F4C6F29F67A4
    470379885EB25DA305'
]

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 84 (0x54)
        Signature Algorithm: ED25519
        Issuer: CN = 2001003ffe000a05260ed4376b256e28
        Validity
            Not Before: Apr  9 21:13:00 2025 GMT
            Not After : Apr  9 22:13:00 2025 GMT
        Subject:
        Subject Public Key Info:
            Public Key Algorithm: ED25519
                ED25519 Public-Key:
                pub:
                    c9:2e:2f:9d:97:e8:96:0f:9b:5f:16:54:f8:b0:90:
                    39:f9:da:dc:5b:cf:06:1e:ac:4f:0c:ea:79:e8:e8:
                    77:fa
        X509v3 extensions:
            X509v3 Subject Alternative Name: critical
                IP Address:2001:3F:FE00:A05:1308:2469:9A4B:C6B2,
                URI:https://hda.example.com
    Signature Algorithm: ED25519
    Signature Value:
        d0:36:dc:76:78:02:ef:f0:41:fd:a2:e3:66:62:e2:7a:8d:19:
        14:20:db:77:f2:88:c4:0c:be:dd:7d:8a:b5:3e:09:b6:87:55:
        c5:13:0f:02:43:7a:a3:4d:3c:81:a7:1b:35:f4:c6:f2:9f:67:
        a4:47:03:79:88:5e:b2:5d:a3:05
]]></artwork>
          </figure>
          <figure>
            <name>2.b.6.c.b.4.a.9.9.6.4.2.8.0.3.1. Decoded BRID RRType CBOR</name>
            <artwork><![CDATA[
{
    0: 0,
    1: [4, h'012001003FFE000A05130824699A4BC6B2'],
    2: [
        5,
        h'01FADEF6670AEDF6672001003FFE0000
        055E60A1571E91A0B79990D5B04B72A180
        66D4092B52C7D4994FB7C16BD7E8C1F440
        FFA8D04FF1E13F2001003FFE0000055E60
        A1571E91A0B7BC2F66D4982EBD7B7B5B6A
        38C313EE99A4F520FDD340DDDF40FDBC86
        922748896C4B0ABC5023639B669DEE9753
        BE6D84A9F38940D3CA0A5BD1666E2A4CEE
        450C',
        5,
        h'0197E0F667A7EEF6672001003FFE000A
        056615EE45D42709A0CE681E36E1141AEB
        560D6E76BC796B7B7CB454E463CCB1F12D
        E30A380101803F2001003FFE0000055E60
        A1571E91A0B7EFDEAFA62D1077C9AE539A
        363CFB70B37680D94FD459F97A4DE610E2
        03A272CB1049BD47B0C4BCCF3614D7429F
        2F103EF55C013CDAD326B777C1E336F358
        D40B',
        5,
        h'010AE1F6671AEFF6672001003FFE000A
        05260ED4376B256E288233FDAEB5068BC1
        4859D113A0EDFCF8DC07814E3DD2765E6B
        5B82E04D0705972001003FFE000A056615
        EE45D42709A088F20AB8890B10320164CE
        1CF9A51CBD3630A4A9B07BE2893CDEAB00
        47F4AFD1AF3E350988B1F476B300838064
        EF0571F53933E58B2C96686905811E731B
        4D0C',
        5,
        h'01DCE2F667ECF0F6672001003FFE000A
        05130824699A4BC6B2C92E2F9D97E8960F
        9B5F1654F8B09039F9DADC5BCF061EAC4F
        0CEA79E8E877FA2001003FFE000A05260E
        D4376B256E2880E7DCF234E29982E64CE3
        B2159A14C768CE3B0B41D639EA509AFA6D
        86B03283EB4773252860465AC573D725CD
        A94511A02A98770B187BAD6F7798BA609A
        A701'
    ]
}
]]></artwork>
          </figure>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
t+jc6gRt/8lsOrdu/pBz6/TL7eLu4yWTTafPffX2y7FyNrlZnq85t0LuIA38
FedW+IzXTj3mquLOrdLn+e4k2RmMd5KPgVEMO+Ounr/zmJrZGWT9j7Z9ePT1
6SI4nxnm+Ujb+XpqQa2LM+g88xFdyVfkr2rLi/d6//LYC72LA91r39902+0r
lgwweXg8zNPbT9HRldw/OjVPlk56dxjO7z6NRr1PPjv27+7a+NJT5YV/eRu8
Vz8sAGV4ctDrD6b3bevAZ8jiIDr5cjc5SeJUvuu0g97g4P3xk7fc0T6p74uu
zpIminTw4enq9MJ7ODNTwDL3Ub93Nuwe2jNnOgv7rOPx7SjOx+oX//JXTC14
y8zTIXRs5tOF53m3x+HNZVh54a5Oj98dTqJrO2J6zUvvOx+PH/ydwlLvFlnh
TPqisOd/MO5ZTR/68UPU1iZ3wYc8LJbprT9RvIfsJh/eTG52GFJafHz8ZJ4e
yZcXO6kcHjzpXfvlmh7bzkR5dz9//FRYH9VUXzxdzCdRl4Gp4wute3mmDS8v
VHs0O55eH4/z68VX+6Z99mWiRixXxJoNuo8TNfw6PH93eXbxvj1+vLqb6F+7
5waAwg+3VCi5PPykX9xNZzswuqVIKEk7d6NP86vB5ZQhmqjpVF/1pzMXYt2p
vnwxNWX4qH3dmZxc+doyMrqTL7f2jtZ+HqTBXde5Yq7WnU+zM2MUJJ75brl8
8t893sSLp5Pni7NR99PlzGYJJWFgKZ+80FaL00mhDX39uff88ezyxP+QvPMu
sxHz7kz6kXVwN63x8yQoLrVo+WH+/vj4mXOjqfjpo3/dmV6FZlAcXHzp+3rn
/GLwTv00KXpMSMz9M3/x8VNV04dJJzY6Srv/Lj3+wlilnSXv2sDI3sfu+dHF
ZHx0Iqun769n+dFjknSfYyr0deEfOe8PrrJnXWnfJk/OUfTsHZ97d+d2pz+8
Yav2dOfjycm7uzS6/OgfTU973csFMaF2fqLe7TwvxOg2su3yWn+c3g1TKjS+
3+l9erq72TlpX54Pp5HWebzwR2beXTx/jeMvrNDgIF1zQ6MH+v582Le/dBO2
/m9PJt3z82XnLr15Ur+cny8KX/ky/XrzLjN7txHr02l6kV1pp+P3h/7hx/zD
s7L8dPb15uYqbX+9HSxyxnSxqTwOjMS8ffd16rGVu5oUVL1pDyX1Qf1VNy94
lO0fGJNgTYIx2bZWjEn9P8qYVMmfzIxIMthMlQxCLKxq9uvGpAKPQH2vGZNl
ETC7hGkqkntWfMGOGqodJ+DQL7QdU+44PjCvaegdMGLAonHgvhe0Db/d4blB
Sui19Y7cDj3LCe3QtqyO52maTx0g+44RpMzaecm+o2LCyFNwMnQwlzzdbwN0
q+w7JrPKrJ2X7DtmiZVZO6v2XSBrZtC2WN8sW1ZD7JQCAk8NcaqAEpZnB4qj
6KocMHVkoV1mt3W5jSk4VmB7vqGFsuNDxwyjbQhDtyOrADiBCHqgtW3FsxRf
Q0+w2VGdjml5bAhgqGqWY9tGCMA0QGfxn2rf6WTf6X+mfQdYOh6gzd0D0zhW
7T9i32E+gPx77LsXHhD23T+tGYeOuthVh+jhcyinxjExv8MBjD10FRM9tENC
7I68uQbNcYcO5mKA1QBGW3+ItqASo69OH6I3ETA/IHmoObZf8AZb7jD6nWbc
n2x/4Tp2cSG7uJJdXMr/SPtrIKMvHQgI5q9lu7KKjswhmEUKWdgqusRN0zXh
i4oWlj1wlbofVIcRuYMe+krBjrPBgNKR8j0w5QbovrUjNLi0GM2rnol+VqNm
f/UNlv+C7erkeY00NLu1PlptkYWeV425b02s3xm6Zt3+0tFaBBMPZhmaBvO9
p2I2EDl9VzXhDyHt78mpYXUzaYaHRjNB70p/1XdBT8rKqktuVVr/wg9bV11+
9DV+jGrisY6OF4Qd07RkLwzw32beZlkUEzibuZur6adlUcxDfT0FtSyKuahV
Gup6yqhZFa037bdB4UArjq2GUC1cMHzTK4tqdhvUbRgiHTqGKneCQNPlIAg6
Onz327ZZWfaqauk2aNi27sue3zZkxAGgSkwngAosQyuL+gA2bd1zOprtQG1a
25M9ww8U0FKh6untsPKj6Ibc/mX3JYo7VigjpT0rDNco7tUovhphXQ0SVw2Y
PwoUl0VDrR4sfjPFw04Qeh3PVANFtqy244WG5tQoDi3BLMs+aCVbDmDKA90A
jAJKNghNRQ7ValiAFywVuiXrjh/oli8D6dvtjmYqemDpoJrLompHkbWwAzpd
VrQ24B1NhdFB80AEQBSaUak+4Dj/ZYoDbytIaSBa51WKr7mzVzzy1QzbP/LK
V33x65751SWLc1xNTj2cbsPseD7wpgy00gD7msBjlUhsdxzPUNp+gLjVA770
ZcuHLjtAqdDza0tXtzq61wkUr6OFGmgX2wae0GGMAMhs4AVTrzrQkWHOO5hL
oYWG7attxwRk58iGrSihpSnVsGBAr/B40A5xiVoh4NNXKb4qsirwy3BvtVJf
AcAM+1a1NkDwKsVxjmt8U5tsObSCdkfV9FB1ULQgwWvrX1UMx1N0QKs2XPdl
X1cCkBWhBzTFtVEtMtv0YcZsLfR1y9JUA2CzrJuG1zYsLbBUo10V9RzdUGCJ
qZ4DvYWpti0wxc2OBZjU90y5tsg8S1Z+oV9/a33/w3qnbpqh3gE9838BkBFE
YXC1AAA=

-->

</rfc>
