<?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.5 (Ruby 2.6.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-mud-iot-dns-considerations-12" category="bcp" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.1 -->
  <front>
    <title abbrev="mud-iot-dns">Operational Considerations for use of DNS in IoT devices</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-mud-iot-dns-considerations-12"/>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <author initials="W." surname="Pan" fullname="Wei Pan">
      <organization>Huawei Technologies</organization>
      <address>
        <email>william.panwei@huawei.com</email>
      </address>
    </author>
    <date year="2024" month="February" day="08"/>
    <area>Operations</area>
    <workgroup>OPSAWG Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 73?>

<t>This document details concerns about how Internet of Things devices use IP
addresses and DNS names.
The issue becomes acute as network operators begin deploying RFC8520 Manufacturer Usage Description (MUD) definitions to control device access.</t>
      <t>This document makes recommendations on when and how to use DNS names in MUD files.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-opsawg-mud-iot-dns-considerations/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        opsawg Working Group mailing list (<eref target="mailto:opsawg@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/opsawg/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/opsawg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/mcr/iot-mud-dns-considerations"/>.</t>
    </note>
  </front>
  <middle>
    <?line 81?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC8520"/> provides a standardized way to describe how a specific purpose device makes use of Internet resources.
Access Control Lists (ACLs) can be defined in an RFC8520 Manufacturer Usage Description (MUD) file that permit a device to access Internet resources by DNS name or IP address.</t>
      <t>Use of a DNS name rather than IP address in the ACL has many advantages: not only does the layer of indirection permit the mapping of name to IP address to be changed over time, it also generalizes automatically to IPv4 and IPv6 addresses, as well as permitting a variety of load balancing strategies, including multi-CDN deployments wherein load balancing can account for geography and load.</t>
      <t>At the MUD policy enforcement point -- the firewall -- there is a problem.
The firewall has access only to the layer-3 headers of the packet.
This includes the source and destination IP address, and if not encrypted by IPsec, the destination UDP or TCP port number present in the transport header.
The DNS name is not present!</t>
      <t>It has been suggested that one answer to this problem is to provide a forced intermediate for the TLS connections.
In theory, this could be done for TLS 1.2 connections.
The MUD policy enforcement point could observe the Server Name  Identifier (SNI) <xref target="RFC6066"/>.
Some Enterprises do this already.
But, as this involves active termination of the TCP connection (a forced circuit proxy) in order to see enough of the traffic, it requires significant effort.</t>
      <t>In TLS 1.3, with or without the use of ECH, middleboxes cannot rely on
SNI inspection because malware could lie about the SNI.
In addition, middleboxes do not have visibility into the server certificate unless
they are acting as TLS proxies.</t>
      <t>So in order to implement these name based ACLs, there must be a mapping between the names in the ACLs and layer-3 IP addresses.
The first section of this document details a few strategies that are used.</t>
      <t>The second section of this document details how common manufacturer anti-patterns get in the way of this mapping.
The term "anti-pattern" comes from agile software design literature, as per <xref target="antipatterns"/>.</t>
      <t>The third section of this document details how current trends in DNS resolution such as public DNS servers, DNS over TLS (DoT), DNS over QUIC (DoQ), and DNS over HTTPS (DoH) cause problems for the strategies employed.</t>
      <t>The fourth section of this document makes a series of recommendations ("best current practices") for manufacturers on how to use DNS and IP addresses with MUD supporting IoT devices.</t>
      <t>The Privacy Considerations section concerns itself with issues that DNS-over-TLS and DNS-over-HTTPS are frequently used to deal with.
How these concerns apply to IoT devices located within a residence or enterprise is a key concern.</t>
      <t>The Security Considerations section covers some of the negative outcomes should MUD/firewall managers and IoT manufacturers choose not to cooperate.</t>
    </section>
    <section anchor="Terminology">
      <name>Terminology</name>
      <t>Although this document is not an IETF Standards Track publication, it
adopts the conventions for normative language to provide clarity of
instructions to the implementer.
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.
<?line -9?>
      </t>
    </section>
    <section anchor="mapping">
      <name>Strategies to map names</name>
      <t>The most naive method is to try to map IP addresses to names using the in-addr.arpa (IPv4), and ipv6.arpa (IPv6) mappings at the time the packet is seen.</t>
      <section anchor="failing-strategy">
        <name>Failing strategy</name>
        <t>Attempts to map IP address to names in real time fails for a number of reasons:</t>
        <ol spacing="normal" type="1"><li>
            <t>it can not be done fast enough,</t>
          </li>
          <li>
            <t>it reveals usage patterns of the devices,</t>
          </li>
          <li>
            <t>the mapping are often incomplete,</t>
          </li>
          <li>
            <t>Even if the mapping is present, due to virtual hosting, it may not map back to the name used in the ACL.</t>
          </li>
        </ol>
        <t>This is not a successful strategy, its use is NOT RECOMMENDED for the reasons explained below.</t>
        <section anchor="too-slow">
          <name>Too slow</name>
          <t>Mapping of IP addresses to names requires a DNS lookup in the in-addr.arpa or ip6.arpa space.
For a cold DNS cache, this will typically require 2 to 3 NS record lookups to locate the DNS server that holds the information required.  At 20 to 100 ms per round trip, this easily adds up to significant time before the packet that caused the lookup can be released.</t>
          <t>While subsequent connections to the same site (and subsequent packets in the same flow) will not be affected if the results are cached, the effects will be felt.
The ACL results can be cached for a period of time given by the TTL of the DNS results, but the DNS lookup must be repeated, e.g, in a few hours or days,when the cached IP address to name binding expires.</t>
        </section>
        <section anchor="reveals-patterns-of-usage">
          <name>Reveals patterns of usage</name>
          <t>By doing the DNS lookups when the traffic occurs, then a passive attacker can see when the device is active, and may be able to derive usage patterns.  They could determine when a home was occupied or not.  This does not require access to all on-path data, just to the DNS requests to the bottom level of the DNS tree.</t>
        </section>
        <section anchor="mappings-are-often-incomplete">
          <name>Mappings are often incomplete</name>
          <t>A service provider that fails to include an A or AAAA record as part of their forward name publication will find that the new server is simply not used.
The operational feedback for that mistake is immediate.
The same is not true for reverse names: they can often be incomplete or incorrect for months or even years without visible effect on operations.</t>
          <t>Service providers often find it difficult to update reverse maps in a timely fashion, assuming that they can do it at all.
Many cloud based solutions dynamically assign IP addresses to services, often as the service grows and shrinks, reassigning those IP addresses to other services quickly.
The use of HTTP 1.1 Virtual Hosting may allow addresses and entire front-end systems to be re-used dynamically without even reassigning the IP addresses.</t>
          <t>In some cases there are multiple layers of CNAME between the original name and the target service name.
This is often due to a load balancing layer in the DNS, followed by a load balancing layer at the HTTP level.</t>
          <t>The reverse name for the IP address of the load balancer usually does not change.
If hundreds of web services are funneled through the load balancer, it would require hundreds of PTR records to be deployed.
This would easily exceed the UDP/DNS and EDNS0 limits, and require all queries to use TCP, which would further slow down loading of the records.</t>
          <t>The enumeration of all services/sites that have been at that load balancer might also constitute a security concern.
To limit churn of DNS PTR records, and reduce failures of the MUD ACLs, operators would want to  add all possible names for each reverse name, whether or not the DNS load balancing in the forward DNS space lists that end-point at that moment.</t>
        </section>
        <section anchor="forward-names-can-have-wildcards">
          <name>Forward names can have wildcards</name>
          <t>In some large hosting providers content is hosted through a domain name that is published as a DNS wildcard (and uses a wildcard certificate).
For instance, github.io, which is used for hosted content, including the Editors' copy of internet drafts stored on github, does not actually publish any names.
Instead, a wildcard exists to answer all potential names: requests are routed appropriate once they are received.</t>
          <t>This kind of system works well for self-managed hosted content.
However, while it is possible to insert up to a few dozen PTR records, many thousand entries are not possible, nor is it possible to deal with the unlimited (infinite) number of possibilities that a wildcard supports.</t>
          <t>It would be therefore impossible for the PTR reverse lookup to ever work with these wildcard names.</t>
        </section>
      </section>
      <section anchor="a-successful-strategy">
        <name>A successful strategy</name>
        <t>The simplest successful strategy for translating names for a MUD controller to take is to do a DNS lookup on the name (a forward lookup), and then use the resulting IP addresses to populate the physical ACLs.</t>
        <t>There are still a number of failures possible.</t>
        <t>The most important one is that the mapping of the names to IP addresses may be non-deterministic.
<xref target="RFC1794"/> describes the very common mechanism that returns DNS A (or reasonably AAAA) records in a permuted order.
This is known as Round Robin DNS, and it has been used for many decades.
The device is intended to use the first IP address that is returned, and each query returns addresses in a different ordering, splitting the load among many servers.</t>
        <t>This situation does not result in failures as long as all possible A/AAAA records are returned.
The MUD controller and the device get a matching set, and the ACLs that are set up cover all possibilities.</t>
        <t>There are a number of circumstances in which the list is not exhaustive.
The simplest is when the round-robin does not return all addresses.
This is routinely done by geographical DNS load balancing systems.
It can also happen if there are more addresses than will conveniently fit into a DNS reply.
The reply will be marked as truncated.
(If DNSSEC resolution will be done, then the entire RR must be retrieved over TCP (or using a larger EDNS(0) size) before being validated)</t>
        <t>However, in a geographical DNS load balancing system, different answers are given based upon the locality of the system asking.
There may also be further layers of round-robin indirection.</t>
        <t>Aside from the list of records being incomplete, the list may have changed between the time that the MUD controller did the lookup and the time that the IoT device did the lookup, and this change can result in a failure for the ACL to match.</t>
        <t>In order to compensate for this, the MUD controller SHOULD regularly perform DNS lookups in order to never have stale data.
These lookups must be rate limited to avoid excessive load on the DNS servers,
and it may be necessary to avoid local recursive resolvers.
The MUD controller SHOULD incorporate its own recursive caching DNS server.
Properly designed recursive servers should cache data for at least some number of minutes, up to some number of days, while the underlying DNS data can change at a higher frequency, providing different answers to different queries!</t>
        <t>A MUD controller that is aware of which recursive DNS server the IoT device will use can instead query that server on a periodic basis.
Doing so provides three advantages:</t>
        <ol spacing="normal" type="1"><li>
            <t>Any geographic load balancing will base the decision on the geolocation of the recursive DNS server, and the recursive name server will provide the same answer to the MUD controller as to the IoT device.</t>
          </li>
          <li>
            <t>The resulting name to IP address mapping in the recursive name server will be cached, and will remain the same for the entire advertised Time-To-Live reported in the DNS query return.
This also allows the MUD controller to avoid doing unnecessary queries.</t>
          </li>
          <li>
            <t>if any addresses have been omitted in a round-robin DNS process, the cache will have the same set of addresses that were returned.</t>
          </li>
        </ol>
        <t>The solution of using the same caching recursive resolver as the target device is very simple when the MUD controller is located in a residential CPE device.
The device is usually also the policy enforcement point for the ACLs, and a caching resolver is  typically located on the same device.
In addition to convenience, there is a shared fate advantage: as all three components are running on the same device, if the device is rebooted, clearing the cache, then all three components will  get restarted when the device is restarted.</t>
        <t>Where the solution is more complex is when the MUD controller is located elsewhere in an Enterprise, or remotely in a cloud such as when a Software Defined Network (SDN) is used to manage the ACLs.
The DNS servers for a particular device may not be known to the MUD controller, nor the MUD controller be even permitted to make recursive queries to that server if it is known.
In this case, additional installation specific mechanisms are probably needed to get the right view of the DNS.</t>
      </section>
    </section>
    <section anchor="dns-and-ip-anti-patterns-for-iot-device-manufacturers">
      <name>DNS and IP Anti-Patterns for IoT device Manufacturers</name>
      <t>In many design fields, there are good patterns that should be emulated, and often there are patterns that should not be emulated.
The latter are called anti-patterns, as per <xref target="antipatterns"/>.</t>
      <t>This section describes a number of things which IoT manufacturers have been observed to do in the field, each of which presents difficulties for MUD enforcement points.</t>
      <section anchor="inprotocol">
        <name>Use of IP address literals inprotocol</name>
        <t>A common pattern for a number of devices is to look for firmware updates in a two-step process.
An initial query is made (often over HTTPS, sometimes with a POST, but the method is immaterial) to a vendor system that knows whether an update is required.</t>
        <t>The current firmware model of the device is sometimes provided and then the authoritative server provides a determination if a new version is required and, if so, what version.
In simpler cases, an HTTPS endpoint is queried which provides the name and URL of the most recent firmware.</t>
        <t>The authoritative upgrade server then responds with a URL of a firmware blob that the device should download and install.
Best practice is that firmware is either signed internally (<xref target="RFC9019"/>) so that it can be verified, or a hash of the blob is provided.</t>
        <t>An authoritative server might be tempted to provide an IP address literal inside the protocol: there are two arguments (anti-patterns) for doing this.</t>
        <t>The first is that it eliminates problems with firmware updates that might be caused by lack of DNS, or incompatibilities with DNS.
For instance a bug that causes interoperability issues with some recursive servers would become unpatchable for devices that were forced to use that recursive resolver type.</t>
        <t>The second reason to avoid a IP address literal in the URL is when an inhouse content-distribution system is involved that involves on-demand instances being added (or removed) from a cloud computing architecture.</t>
        <t>But, there are more problems with use of IP address literals for the location of the firmware.</t>
        <t>The first is that the update service server must decide whether to provide an IPv4 or an IPv6 literal.
A DNS name can contain both kinds of addresses, and can also contain many different IP addresses of each kind.</t>
        <t>The second problem is that it forces the MUD file definition to contain the exact same IP address literals.
It must also contain an ACL for each address literal.
DNS provides a useful indirection method that naturally aggregates the addresses.</t>
        <t>A third problem involves the use of HTTPS.
IP address literals do not provide enough context for TLS ServerNameIndicator to be useful <xref target="RFC6066"/>.
This limits the firmware repository to be a single tenant on that IP address, and for IPv4 (at least), this is no longer a sustainable use of IP addresses.</t>
        <t>Finally, it is common in some content-distribution networks (CDN) to use multiple layers of DNS CNAMEs in order to isolate the content-owner's naming system from changes in how the distribution network is organized.</t>
        <t>A non-deterministic name or address that is returned within the update protocol, the MUD controller is unable to know what the name is.
It is therefore unable to make sure that the communication to retrieve the new firmware is permitted by the MUD enforcement point.</t>
      </section>
      <section anchor="use-of-non-deterministic-dns-names-in-protocol">
        <name>Use of non-deterministic DNS names in-protocol</name>
        <t>A second pattern is for a control protocol to connect to a known HTTP endpoint.
This is easily described in MUD.
Within that control protocol references are made to additional content at other URLs.
The values of those URLs do not fit any easily described pattern and may point at arbitrary names.</t>
        <t>Those names are often within some third-party Content-Distribution-Network (CDN) system, or may be arbitrary names in a cloud-provider storage system (i.e., <xref target="AmazonS3"/>, or <xref target="Akamai"/>).
Some of the name components may be specified by the provider.</t>
        <t>Such names may be unpredictably chosen by the content provider, and not the content owner, and so impossible to insert into a MUD file.</t>
        <t>Even if the content provider chosen names are deterministic they may change at a rate much faster
than MUD files can be updated.</t>
        <t>This in particular may apply to the location where firmware updates may be retrieved.</t>
        <t>A solution is to use a deterministic DNS name, within the control of the firmware vendor.
This may be a problem if the content distribution network needs to reorganize which IP address is responsible for which content, or if there is a desire to provide content in geographically relevant ways.</t>
        <t>The firmware vendor is therefore likely to be asked to point a CNAME to the CDN network, to a name that might look like "g7.a.example", with the expectation that the CDN vendors DNS will do all the appropriate work to geolocate the transfer.
This can be fine for a MUD file, as the MUD controller, if located in the same geography as the IoT device, can follow the CNAME, and can collect the set of resulting IP addresses, along with the TTL for each.
The MUD controller can then take charge of refreshing that mapping at intervals driven by the TTL.</t>
        <t>In some cases, a complete set of geographically distributed servers is known ahead of time, and the firmware vendor can list all those addresses DNS for the the name that it lists in the MUD file.
As long as the active set of addresses used by the CDN is a strict subset of that list, then the geolocated name can be used for the firmware download itself.
This use of two addresses is ripe for confusion, however.</t>
      </section>
      <section anchor="use-of-a-too-generic-dns-name">
        <name>Use of a too generic DNS name</name>
        <t>Some CDNs make all customer content available at a single URL (such as s3.amazonaws.com).
This seems to be ideal from a MUD point of view: a completely predictable URL.</t>
        <t>The problem is that a compromised device could then connect to the contents of any bucket,
potentially attacking the data from other customers.</t>
        <t>Exactly what the risk is depends upon what the other customers are doing: it could be limited to simply causing a distributed denial-of-service attack resulting in high costs to those customers, or such an attack could potentially include writing content.</t>
        <t>Amazon has recognized the problems associated with this practice, and aims to change it to a virtual hosting model, as per <xref target="awss3virtualhosting"/>.</t>
        <t>The MUD ACLs provide only for permitting end points (hostnames and ports), but do not filter URLs (nor could filtering be enforced within HTTPS).</t>
      </section>
    </section>
    <section anchor="dns-privacy-and-outsourcing-versus-mud-controllers">
      <name>DNS privacy and outsourcing versus MUD controllers</name>
      <t><xref target="RFC7858"/> and <xref target="RFC8094"/> provide for DNS over TLS (DoT) and DNS over HTTPS (DoH).
<xref target="I-D.ietf-dnsop-rfc8499bis"/> details the terms.
But, even with traditional DNS over Port-53 (Do53), it is possible to outsource DNS  queries to other public services, such as those operated by Google, CloudFlare, Verisign, etc.</t>
      <t>For some users and classes of device, revealing the DNS queries to those outside entities may constitute a privacy concern.
For other users the use of an insecure local resolver may constitute a privacy concern.</t>
      <t>As described above in <xref target="mapping"/> the MUD controller needs to have access to the same resolver(s) as the IoT device.</t>
    </section>
    <section anchor="recommendations-to-iot-device-manufacturer-on-mud-and-dns-usage">
      <name>Recommendations to IoT device manufacturer on MUD and DNS usage</name>
      <t>Inclusion of a MUD file with IoT devices is operationally quite simple.
It requires only a few small changes to the DHCP client code to express the
MUD URL.
It can even be done without code changes via the use of a QR code affixed to the packaging (see <xref target="RFC9238"/>)</t>
      <t>The difficult part is determining what to put into the MUD file itself.
There are currently tools that help with the definition and analysis of MUD files, see <xref target="mudmaker"/>.
The remaining difficulty is now the actual list of expected connections to put in the MUD file.
An IoT manufacturer must now spend some time reviewing the network communications by their device.</t>
      <t>This document discusses a number of challenges that occur relating to how DNS requests are made and resolved, and the goal of this section is to make recommendations on how to modify IoT systems to work well with MUD.</t>
      <section anchor="consistently-use-dns">
        <name>Consistently use DNS</name>
        <t>For the reasons explained in <xref target="inprotocol"/>, the most important recommendation is to avoid using IP address literals in any protocol.
Names should always be used.</t>
      </section>
      <section anchor="use-primary-dns-names-controlled-by-the-manufacturer">
        <name>Use primary DNS names controlled by the manufacturer</name>
        <t>The second recommendation is to allocate and use names within zones controlled by the manufacturer.
These names can be populated with an alias (see <xref target="I-D.ietf-dnsop-rfc8499bis"/> section 2) that points to the production system.
Ideally, a different name is used for each logical function, allowing for different rules in the MUD file to be enabled and disabled.</t>
        <t>While it used to be costly to have a large number of aliases in a web server certificate, this is no longer the case.
Wildcard certificates are also commonly available which allow for an infinite number of possible names.</t>
      </section>
      <section anchor="use-content-distribution-network-with-stable-names">
        <name>Use Content-Distribution Network with stable names</name>
        <t>When aliases point to a Content-Distribution Network (CDN), prefer stable names that point to appropriately load balanced targets.
CDNs that employ very low time-to-live (TTL) values for DNS make it harder for the MUD controller to get the same answer as the IoT Device.
A CDN that always returns the same set of A and AAAA records, but permutes them to provide the best one first provides a more reliable answer.</t>
      </section>
      <section anchor="do-not-use-geofenced-names">
        <name>Do not use geofenced names</name>
        <t>Due to the problems with different answers from different DNS servers, described above, a strong recommendation is to avoid using geofenced names.</t>
      </section>
      <section anchor="prefer-dns-servers-learnt-from-dhcproute-advertisements">
        <name>Prefer DNS servers learnt from DHCP/Route Advertisements</name>
        <t>IoT Devices SHOULD prefer doing DNS with the DHCP provided DNS servers.</t>
        <t>The ADD WG has written <xref target="I-D.ietf-add-dnr"/> and <xref target="I-D.ietf-add-ddr"/> to provide information to end devices on how to find locally provisioned secure/private DNS servers.</t>
        <t>Use of public resolvers instead of the provided DNS resolver, whether Do53, DoQ, DoT or DoH is discouraged.
Should the network provide such a resolver for use, then there is no reason not to use it, as the network operator has clearly thought about this.</t>
        <t>Some manufacturers would like to have a fallback to using a public resolver to mitigate against local misconfiguration.
There are a number of reasons to avoid this, or at least do this very carefully.</t>
        <t>It is recommended that use of non-local resolvers is only done when the locally provided resolvers provide no answers to any queries at all, and do so repeatedly.
The use of the operator provided resolvers SHOULD be retried on a periodic basis, and once they answer, there SHOULD be no further attempts to contact public resolvers.</t>
        <t>Finally, the list of public resolvers that might be contacted MUST be listed in the MUD file as destinations that are to be permitted!
This should include the port numbers (i.e., 53, 853 for DoT, 443 for DoH) that will be used as well.</t>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>The use of non-local DNS servers exposes the list of names resolved to a third party, including passive eavesdroppers.</t>
      <t>The use of DoT and DoH eliminates the threat from passive eavesdropping, but still exposes the list to the operator of the DoT or DoH server.
There are additional methods to help preserve privacy, such as described by <xref target="RFC9230"/>.</t>
      <t>The use of unencrypted (Do53) requests to a local DNS server exposes the list to any internal passive eavesdroppers, and for some situations that may be significant, particularly if unencrypted Wi-Fi is used.
Use of Encrypted DNS connection to a local DNS recursive resolver is the preferred choice.</t>
      <t>IoT devices that reach out to the manufacturer at regular intervals to check for firmware updates are informing passive eavesdroppers of the existence of a specific manufacturer's device being present at the origin location.</t>
      <t>Identifying the IoT device type empowers the attacker to launch targeted attacks
to the IoT device (e.g., Attacker can take advantage of any known vulnerability on the device).</t>
      <t>While possession of a Large (Kitchen) Appliance at a residence may be uninteresting to most, possession of intimate personal devices (e.g., "sex toys") may be a cause for embarrassment.</t>
      <t>IoT device manufacturers are encouraged to find ways to anonymize their update queries.
For instance, contracting out the update notification service to a third party that deals with a large variety of devices would provide a level of defense against passive eavesdropping.
Other update mechanisms should be investigated, including use of DNSSEC signed TXT records with current version information.
This would permit DoT or DoH to convey the update notification in a private fashion.
This is particularly powerful if a local recursive DoT server is used, which then communicates using DoT over the Internet.</t>
      <t>The more complex case of section <xref target="inprotocol"/> postulates that the version number needs to be provided to an intelligent agent that can decide the correct route to do upgrades.
<xref target="RFC9019"/> provides a wide variety of ways to accomplish the same thing without having to divulge the current version number.</t>
      <t>The use of a publicly specified firmware update protocol would also enhance privacy of IoT devices.
In such a system, the IoT device would never contact the manufacturer for version information or for firmware itself.
Instead, details of how to query and where to get the firmware would be provided as a MUD extension, and an Enterprise-wide mechanism would retrieve firmware, and then distribute it internally.
Aside from the bandwidth savings of downloading the firmware only once, this also makes the number of devices active confidential,  and provides some evidence about which devices have been upgraded and which ones might still be vulnerable.
(The unpatched devices might be lurking, powered off, lost in a closet)</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document deals with conflicting Security requirements:</t>
      <ol spacing="normal" type="1"><li>
          <t>devices which an operator wants to manage using <xref target="RFC8520"/></t>
        </li>
        <li>
          <t>requirements for the devices to get access to network resources that  may be critical to their continued safe operation.</t>
        </li>
      </ol>
      <t>This document takes the view that the two requirements do not need to be in conflict, but resolving the conflict requires careful planning on how the DNS can be safely and effectively
used by MUD controllers and IoT devices.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC7858" target="https://www.rfc-editor.org/info/rfc7858" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7858.xml">
          <front>
            <title>Specification for DNS over Transport Layer Security (TLS)</title>
            <author fullname="Z. Hu" initials="Z." surname="Hu"/>
            <author fullname="L. Zhu" initials="L." surname="Zhu"/>
            <author fullname="J. Heidemann" initials="J." surname="Heidemann"/>
            <author fullname="A. Mankin" initials="A." surname="Mankin"/>
            <author fullname="D. Wessels" initials="D." surname="Wessels"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>This document describes the use of Transport Layer Security (TLS) to provide privacy for DNS. Encryption provided by TLS eliminates opportunities for eavesdropping and on-path tampering with DNS queries in the network, such as discussed in RFC 7626. In addition, this document specifies two usage profiles for DNS over TLS and provides advice on performance considerations to minimize overhead from using TCP and TLS with DNS.</t>
              <t>This document focuses on securing stub-to-recursive traffic, as per the charter of the DPRIVE Working Group. It does not prevent future applications of the protocol to recursive-to-authoritative traffic.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7858"/>
          <seriesInfo name="DOI" value="10.17487/RFC7858"/>
        </reference>
        <reference anchor="RFC8520" target="https://www.rfc-editor.org/info/rfc8520" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8520.xml">
          <front>
            <title>Manufacturer Usage Description Specification</title>
            <author fullname="E. Lear" initials="E." surname="Lear"/>
            <author fullname="R. Droms" initials="R." surname="Droms"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs). The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function. The initial focus is on access control. Later work can delve into other aspects.</t>
              <t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8520"/>
          <seriesInfo name="DOI" value="10.17487/RFC8520"/>
        </reference>
        <reference anchor="RFC1794" target="https://www.rfc-editor.org/info/rfc1794" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1794.xml">
          <front>
            <title>DNS Support for Load Balancing</title>
            <author fullname="T. Brisco" initials="T." surname="Brisco"/>
            <date month="April" year="1995"/>
            <abstract>
              <t>This RFC is meant to first chronicle a foray into the IETF DNS Working Group, discuss other possible alternatives to provide/simulate load balancing support for DNS, and to provide an ultimate, flexible solution for providing DNS support for balancing loads of many types. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1794"/>
          <seriesInfo name="DOI" value="10.17487/RFC1794"/>
        </reference>
        <reference anchor="I-D.ietf-dnsop-rfc8499bis" target="https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-rfc8499bis-10" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-dnsop-rfc8499bis.xml">
          <front>
            <title>DNS Terminology</title>
            <author fullname="Paul E. Hoffman" initials="P. E." surname="Hoffman">
              <organization>ICANN</organization>
            </author>
            <author fullname="Kazunori Fujiwara" initials="K." surname="Fujiwara">
              <organization>Japan Registry Services Co., Ltd.</organization>
            </author>
            <date day="25" month="September" year="2023"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs. The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has changed in the decades since the DNS was first defined. This document gives current definitions for many of the terms used in the DNS in a single document. This document updates RFC 2308 by clarifying the definitions of "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and clarifications. Comprehensive lists of changed and new definitions can be found in Appendices A and B.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-dnsop-rfc8499bis-10"/>
        </reference>
        <reference anchor="RFC9019" target="https://www.rfc-editor.org/info/rfc9019" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9019.xml">
          <front>
            <title>A Firmware Update Architecture for Internet of Things</title>
            <author fullname="B. Moran" initials="B." surname="Moran"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <author fullname="M. Meriac" initials="M." surname="Meriac"/>
            <date month="April" year="2021"/>
            <abstract>
              <t>Vulnerabilities in Internet of Things (IoT) devices have raised the need for a reliable and secure firmware update mechanism suitable for devices with resource constraints. Incorporating such an update mechanism is a fundamental requirement for fixing vulnerabilities, but it also enables other important capabilities such as updating configuration settings and adding new functionality.</t>
              <t>In addition to the definition of terminology and an architecture, this document provides the motivation for the standardization of a manifest format as a transport-agnostic means for describing and protecting firmware updates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9019"/>
          <seriesInfo name="DOI" value="10.17487/RFC9019"/>
        </reference>
        <reference anchor="RFC8094" target="https://www.rfc-editor.org/info/rfc8094" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8094.xml">
          <front>
            <title>DNS over Datagram Transport Layer Security (DTLS)</title>
            <author fullname="T. Reddy" initials="T." surname="Reddy"/>
            <author fullname="D. Wing" initials="D." surname="Wing"/>
            <author fullname="P. Patil" initials="P." surname="Patil"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>DNS queries and responses are visible to network elements on the path between the DNS client and its server. These queries and responses can contain privacy-sensitive information, which is valuable to protect.</t>
              <t>This document proposes the use of Datagram Transport Layer Security (DTLS) for DNS, to protect against passive listeners and certain active attacks. As latency is critical for DNS, this proposal also discusses mechanisms to reduce DTLS round trips and reduce the DTLS handshake size. The proposed mechanism runs over port 853.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8094"/>
          <seriesInfo name="DOI" value="10.17487/RFC8094"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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="AmazonS3" target="https://en.wikipedia.org/wiki/Amazon_S3">
          <front>
            <title>Amazon S3</title>
            <author>
              <organization/>
            </author>
            <date year="2019"/>
          </front>
        </reference>
        <reference anchor="Akamai" target="https://en.wikipedia.org/wiki/Akamai_Technologies">
          <front>
            <title>Akamai</title>
            <author>
              <organization/>
            </author>
            <date year="2019"/>
          </front>
        </reference>
        <reference anchor="mudmaker" target="https://mudmaker.org">
          <front>
            <title>Mud Maker</title>
            <author>
              <organization/>
            </author>
            <date year="2019"/>
          </front>
        </reference>
        <reference anchor="RFC9238" target="https://www.rfc-editor.org/info/rfc9238" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9238.xml">
          <front>
            <title>Loading Manufacturer Usage Description (MUD) URLs from QR Codes</title>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="J. Latour" initials="J." surname="Latour"/>
            <author fullname="H. Habibi Gharakheili" initials="H." surname="Habibi Gharakheili"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>This informational document details a protocol to load Manufacturer Usage Description (MUD) definitions from RFC 8520 for devices that do not have them integrated.</t>
              <t>This document is published to inform the Internet community of this mechanism to allow interoperability and to serve as a basis of other standards work if there is interest.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9238"/>
          <seriesInfo name="DOI" value="10.17487/RFC9238"/>
        </reference>
        <reference anchor="antipatterns" target="https://www.agilealliance.org/glossary/antipattern">
          <front>
            <title>AntiPattern</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="July" day="12"/>
          </front>
        </reference>
        <reference anchor="awss3virtualhosting" target="https://techmonitor.ai/techonology/cloud/aws-s3-path-deprecation">
          <front>
            <title>Down to the Wire: AWS Delays 'Path-Style' S3 Deprecation at Last Minute</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="July" day="12"/>
          </front>
        </reference>
        <reference anchor="RFC6066" target="https://www.rfc-editor.org/info/rfc6066" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6066.xml">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions. It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2". The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6066"/>
          <seriesInfo name="DOI" value="10.17487/RFC6066"/>
        </reference>
        <reference anchor="I-D.ietf-add-dnr" target="https://datatracker.ietf.org/doc/html/draft-ietf-add-dnr-16" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-add-dnr.xml">
          <front>
            <title>DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers (DNR)</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <author fullname="Dan Wing" initials="D." surname="Wing">
              <organization>Citrix Systems, Inc.</organization>
            </author>
            <author fullname="Neil Cook" initials="N." surname="Cook">
              <organization>Open-Xchange</organization>
            </author>
            <author fullname="Tommy Jensen" initials="T." surname="Jensen">
              <organization>Microsoft</organization>
            </author>
            <date day="27" month="April" year="2023"/>
            <abstract>
              <t>The document specifies new DHCP and IPv6 Router Advertisement options to discover encrypted DNS resolvers (e.g., DNS-over-HTTPS, DNS-over- TLS, DNS-over-QUIC). Particularly, it allows a host to learn an authentication domain name together with a list of IP addresses and a set of service parameters to reach such encrypted DNS resolvers.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-add-dnr-16"/>
        </reference>
        <reference anchor="I-D.ietf-add-ddr" target="https://datatracker.ietf.org/doc/html/draft-ietf-add-ddr-10" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-add-ddr.xml">
          <front>
            <title>Discovery of Designated Resolvers</title>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Eric Kinnear" initials="E." surname="Kinnear">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Patrick McManus" initials="P." surname="McManus">
              <organization>Fastly</organization>
            </author>
            <author fullname="Tommy Jensen" initials="T." surname="Jensen">
              <organization>Microsoft</organization>
            </author>
            <date day="5" month="August" year="2022"/>
            <abstract>
              <t>This document defines Discovery of Designated Resolvers (DDR), a mechanism for DNS clients to use DNS records to discover a resolver's encrypted DNS configuration. An encrypted DNS resolver discovered in this manner is referred to as a "Designated Resolver". This mechanism can be used to move from unencrypted DNS to encrypted DNS when only the IP address of a resolver is known. This mechanism is designed to be limited to cases where unencrypted DNS resolvers and their designated resolvers are operated by the same entity or cooperating entities. It can also be used to discover support for encrypted DNS protocols when the name of an encrypted DNS resolver is known.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-add-ddr-10"/>
        </reference>
        <reference anchor="RFC9230" target="https://www.rfc-editor.org/info/rfc9230" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9230.xml">
          <front>
            <title>Oblivious DNS over HTTPS</title>
            <author fullname="E. Kinnear" initials="E." surname="Kinnear"/>
            <author fullname="P. McManus" initials="P." surname="McManus"/>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="T. Verma" initials="T." surname="Verma"/>
            <author fullname="C.A. Wood" initials="C.A." surname="Wood"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes a protocol that allows clients to hide their IP addresses from DNS resolvers via proxying encrypted DNS over HTTPS (DoH) messages. This improves privacy of DNS operations by not allowing any one server entity to be aware of both the client IP address and the content of DNS queries and answers.</t>
              <t>This experimental protocol has been developed outside the IETF and is published here to guide implementation, ensure interoperability among implementations, and enable wide-scale experimentation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9230"/>
          <seriesInfo name="DOI" value="10.17487/RFC9230"/>
        </reference>
      </references>
    </references>
    <?line 442?>

<section anchor="appendices">
      <name>Appendices</name>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="T." surname="Reddy" fullname="Tirumaleswar Reddy">
        <organization>Nokia</organization>
        <address>
      </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIANB4xWUAA5V923LbSLblO78C7XooKYakr3VTTEy32nK1FWO71JZ8aubp
BEgkyRyBAA8SkMxy+F/mW+bLZq99yUyQdNc59eCSSCAvO/dl7VtqNptNet/X
7qL4bee6svdtU9bF67YJvtLfQ7Fqu2IIrmhXxdWH28I3xXV7V1TuwS9dmJSL
ReceLortUM1828+qJkyqdtmUWxq16spVP/OuX83aXSgf17PssdlyNM/s+YvJ
xO+6i6LvhtC/ePbsl2cvJmXnymx1YfK4pl9vbi9//0fxe9vd+2Zd/KNrh93k
/vGiuG561zWun11h4smy7C+KxXI3mYS+bKpZWbeN4/HdZLLzFwX9912xLBve
X9l15b4486uirOti78J5QTvflGFTbFznJkXRt8sLfEE/hrbrO7cKFzxE5Vbl
UPeBnrDv91v5Gr9OyqHftN3FZDIj8tGH7+fFR7/clF0V2oaeFmq9x0euHn/V
drThW1q9q7e00Nt21T8SUXjzmMhtS18T+ZfdfwOd/xbs0fmyjPP9Pi9uyjTR
787r7zz626F8pE/u3HLTtHW79i4b+NHXtS+3813Z0EN/2/Cz82W7nUyattvS
qTy4C3r846+vf/r5h5/1x59/ePFMf3z+0y+vLkAkMA+dVFPRvwviojDsdkRF
eup6djVnJiGuaHezbrX8+dUvvyx80CF+efb8FyLCp+u7y4+v3x5P9oxmIN5p
VvmCLrflH21z+xI/09EJmz+RT4vbl0/k47JbO2KSJ5u+34WLp09dM3/0937n
Kl/OiTpP8dtTeevf7a2q7GmsF7QqzHNfEqUOZuHP/mtT8Cv/nh/CiclIfLbl
vevG070fquI9Pv7GjPYWZjsxKCj84iVTs2x6vyt7SFG4OD3Y4+PjvFz72pVg
jGbpeA/rug2h7PZPsxGejGlCX9zkX9gaXjyfPfuJpZ/mfwzh5YPv+qGsN23o
SbzHW71qHxtIWb8hEfAdfXT5+21x5epyH4rvafzN7Lbf1+57OmL6eNe5JSuO
ouyLd2XoSciaoXffIFRP1N+2je/bbl56/rXl09g/XdbtUD2l9c3Cy9kO81Rp
9G9tiDRc3/nF0Ld8YiJ9d74btmXtAslx8dFV1d4E8UN770loJw+uGZiHRQRF
df4NEgJa0+dr32+GBUv9U2hTaNVjjUriP5sV5SL0XbnsJ5O7jQ8F6eZh65qe
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
FzIlBlSDqAkh6sI9hHa+I2U1u2tn70SqADZTAgrEybHRHEXBd1L6FFoJj4VT
G49yKxF1hGJMpJUH55xrQ2cCF0CakU2xiRZFhVrfOdL7WBQdw5JL5WIOQPbN
r6e8idT7jkw4eTZuBKEEjZjp5XSA4ToexNTEse6xEKXG1xIcZQAtACdhmwMK
+VTEkBcwsGf7+uZNZJYx0LVoGJOf/YxvlbxlNkOjMGW2Fd0AjZil3Gw9bcY4
toyshEtLkwUBLZ2VTnGlRdiU8P5X0LhRhC8M04pow1QRsGnMZSfmYDfmaNap
Ja3S/ju3aFvODi1J23Z2UDGP6JrTEzFzMBamvdN5ce3IcXYmfsnZOad5vcgc
qJBqOxm4dp9H0PXbx+vq4B6FRFyqnCoJpwU7UFvaUb0XNpDwudUzaZYndshc
ac3zB607P7u9+nAeozcMDRqu2NCDTzWeZrw0Z0ebRBKg7FJF9t5ShuKbnVRo
EoU4sV16jYPbWgtsi7nPFVcW7MzNAp2xhE54Xq0BBSYqQSBjOpIKjl/Vtejx
WFkeHVThJlRpsTPaOKcO4doJEOs4rPng3WOWvOLKm6xkCi0dsxtLDoJamaHL
i8slxqdOKSc0Vt7VVawkZBTctlXKNMqmNxZXcVuOFqjWljB8evXkW3pA9qac
bs1PakK3RsB7VOr3r8vwfCp5SjGA3LvrpVdCwMBxPVOmrqW4ttIgiwVZQZOp
ONkRU2iNREi5KK/BG3DVkSqT1G2hFfaZiZRawxp4lY69b5dtXXz5Lv2CcimL
Y+i+j2pJrKDMa0FBKym/le+2LHGSIbOs2GM7I3SzM/Mzn1wC8HhW2mInuYiS
8MGZHGiqJZwy9INroNV4ZXHz2+1dyoWn6h2/JYRPslLW5xI5JMmqEI0Uf4k5
AsISYsAb7X6SyvOxQMNMm9UQxi1t2yrlb5PuS8tTjFOl4BeelIY/30txmApv
1g5i4SWRTxh2TrpC66jutIVhXNbtgQPQtBt9iIVf7GYnCTAIh9ZiEg3Esvmg
qqSK/BSho0uZr08fY+0BB9IQ+c3IoNQZ72rYEcCsXIZz2SEjK1LFU9Nxy0TQ
Rd0ukr+nFFWRRdJGwkPwcESDzSd/R+DDijpjUC8OiMoTL4kfcUIkyM5G+uzL
l5m1DX79el4E1aZaB7Xg8B1q2Su2LqV0eyoheKU+nTD85ub0yUoSCPFflGyJ
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
AA==

-->

</rfc>
