<?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-rfc2629 version 1.5.25 (Ruby 2.7.5) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-krose-multicast-security-03" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.0 -->
  <front>
    <title abbrev="Multicast Transport Security">Security and Privacy Considerations for Multicast Transports</title>
    <seriesInfo name="Internet-Draft" value="draft-krose-multicast-security-03"/>
    <author initials="K." surname="Rose" fullname="Kyle Rose">
      <organization>Akamai Technologies, Inc.</organization>
      <address>
        <postal>
          <street>145 Broadway</street>
          <city>Cambridge, MA 02144</city>
          <country>United States of America</country>
        </postal>
        <email>krose@krose.org</email>
      </address>
    </author>
    <author initials="J." surname="Holland" fullname="Jake Holland">
      <organization>Akamai Technologies, Inc.</organization>
      <address>
        <postal>
          <street>145 Broadway</street>
          <city>Cambridge, MA 02144</city>
          <country>United States of America</country>
        </postal>
        <email>jakeholland.net@gmail.com</email>
      </address>
    </author>
    <date year="2022" month="July" day="11"/>
    <area>General</area>
    <workgroup>TODO Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>Interdomain multicast has unique potential to solve delivery scalability for popular content, but it carries a set of security and privacy issues that differ from those in unicast delivery.
This document analyzes the security threats unique to multicast-based delivery for Internet and Web traffic under the Internet and Web threat models.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    mailing list (),
  which is archived at <eref target=""/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/squarooticus/draft-krose-multicast-security"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>This document examines the security considerations relevant to the use of multicast for scalable one-to-many delivery of application traffic over the Internet, along with special considerations for multicast delivery to clients constrained by the Web security model.</t>
      <section anchor="background">
        <name>Background</name>
        <t>This document assumes readers have a basic understanding of some background topics, specifically:</t>
        <ul spacing="normal">
          <li>The Internet threat model as defined in Section 3 of <xref target="RFC3552"/>.</li>
          <li>The Security Considerations for UDP Usage Guidelines as described in Section 6 of <xref target="RFC8085"/>, since application layer multicast traffic is generally carried over UDP.</li>
          <li>Source-specific multicast, as described in <xref target="RFC4607"/>.  This document focuses on interdomain multicast, therefore any-source multicast is out of scope in accordance with the deprecation of interdomain any-source multicast in <xref target="RFC8815"/>.</li>
        </ul>
      </section>
      <section anchor="web-security-model">
        <name>Web Security Model</name>
        <t>The Web security model, while not yet documented authoritatively in a single reference, nevertheless strongly influences Web client implementations, and has generally been interpreted to require certain properties of underlying transports such as:</t>
        <ul spacing="normal">
          <li>Confidentiality: A passive observer must not be able to identify or access content through simple observation of the bits being delivered, up to the limits of metadata privacy (such as traffic analysis, peer identity, application/transport/security-layer protocol design constraints, etc.).</li>
          <li>Authenticity: A receiver must be able to cryptographically verify that the delivered content originated from the desired source.</li>
          <li>Integrity: A receiver must be able to distinguish between original content as sent from the desired source and content modified in some way (including through deletion) by an attacker.</li>
          <li>Non-linkability: A passive observer must not be able to link a single user across multiple devices or a single client roaming across multiple networks.</li>
        </ul>
        <t>For unicast transport, TLS <xref target="RFC8446"/> satisfies these requirements, therefore Web Transport <xref target="webtrans"/> proposes to require qualifying transport protocols to use "TLS or a semantically equivalent security protocol".</t>
        <t>For unicast communication this is sensible and meaningful (if imprecise) for an engineer with a grounding in security, but it is unclear how or whether 'semantic equivalence to TLS' can be directly interpreted in any meaningful way for multicast transport protocols.
This document instead explicitly describes a security and privacy threat model for multicast transports in order to extend the Web security model to accommodate multicast delivery in a way that fits within the spirit of how that model is generally interpreted for unicast.</t>
        <t>Although defining the security protections necessary to make multicast traffic suitable for Web Transport is a key goal for this document, many of the security considerations described here would be equally necessary to consider if a higher level multicast transport protocol were to be made available via a different interface within clients constrained by the Web security model.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</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="threat-model">
      <name>Threat Model</name>
      <t>Fundamentally, multicast is simply an addressing scheme in which the destination address identifies more than one unique receiver;
that said, this has implications for protocol design that differ greatly from those for unicast addressing.</t>
      <t>Given the virtually unbounded potential for attacks targeting data confidentiality and user privacy, we attempt to make the description of a multicast threat model tractable by taking the approach of highlighting areas in which multicast differs from unicast or poses novel challenges that are not addressed at a layer unconcerned with the addressing scheme.</t>
      <section anchor="multicast-transport-properties">
        <name>Multicast Transport Properties</name>
        <t>Unlike typical unicast transport protocols, multicast transports are naturally unidirectional.
Use cases for multicast transports typically involve one or a small number of senders transmitting data to a large number of receivers.
The sender may not know who the receivers are, or even how many of them there are, although a sender may require a pre-existing out-of-band relationship with receivers for the received data to be useful, such as via distribution of decryption keys only to authorized receivers.</t>
        <t>Applications built atop multicast IP or UDP must provide a mechanism for congestion control, just as those built atop unicast IP or UDP must.
Although multicast applications compliant with Section 4.1 of <xref target="RFC8085"/> will implement congestion control, in the context of a threat model it is important to note that malicious clients might attempt to use non-compliant subscriptions to multicast traffic as part of a DoS attack where possible, and that some applications might not be compliant with the recommendations for congestion control implementations.</t>
        <t>IP and UDP provide no native reliability mechanism, whether for unicast or multicast transmission.
Protocols leveraging multicast may add mechanisms for reliable delivery (see <xref target="RFC5740"/>, <xref target="RFC5775"/>, and <xref target="quic-http-mcast"/> for examples), but this may expand the attack surface against content providers if per-packet authenticity is not provided.
For example, in an application with unicast recovery for objects constructed out of multiple packets and which is limited to object-level authentication, if a packet is injected into the multicast stream receivers will fail to authenticate an entire object, necessitating unicast recovery by every receiver for the entire object.
Care must be taken to avoid such amplification attack vectors.</t>
      </section>
      <section anchor="authentication">
        <name>Authentication</name>
        <t>The Web security model requires that data delivered to applications must be authenticated as having originated from the trusted peer. (In the case of server-only transport-level authentication schemes, such as the ubiquitous TLS server-only authentication employed throughout the Web, trust in the client may be strongly established at the application layer or weakly established as nothing more than precluding a man-in-the-middle.)</t>
        <t>In the unicast case, authentication of payloads in HTTPS is provided by a trusted octet stream, cryptographically resistant to tampering, bootstrapped via certificate validation and trust chain verification (either mutual or server-only, perhaps augmented with application-layer identity verification).</t>
        <t>Authentication of units of transport for trusted channels (think: individual packets or messages) is typically provided by a cryptographic authentication tag:</t>
        <ul spacing="normal">
          <li>Symmetric tags, such as symmetric message authentication codes (MACs) and authentication tags produced by authenticated encryption (AE) algorithms.
Because anyone in possession of the keying material may produce valid symmetric authentication tags, such keying material is typically known to at most two parties:
one sender and one receiver.
Some algorithms employing symmetric authentication (such as TESLA, discussed below) relieve this constraint by imposing some different constraint on verification of tagged content.</li>
          <li>Asymmetric tags, typically signatures produced by public key cryptosystems.
These assume that only the sender has access to the signing key, but impose no constraints on dissemination of the signature verification key.</li>
        </ul>
        <t>In both cases:</t>
        <ul spacing="normal">
          <li>The receiving party must have a means for establishing trust in the keying material used to verify the authentication tag.</li>
          <li>
            <t>Instead of directly authenticating the protected content, the tag may protect a root of trust that itself protects cryptographically-linked content.
Examples include:  </t>
            <ul spacing="normal">
              <li>The TLS 1.3 handshake employing an authentication tag to reject MitM attacks against ECDH key agreement.</li>
              <li>An authentication tag of a Merkle tree root protecting the content represented by the entire tree.</li>
            </ul>
          </li>
          <li>The authentication tag serves to provide integrity protection over the unit of content to which the tag applies, with additional mechanisms required to detect and/or manage duplication/replay, deletion/loss, and reordering within a sequence of such authenticated content units.</li>
        </ul>
        <t>Asymmetric verification of content delivered through multicast is conceptually identical to the unicast case, owing to the asymmetry of access to the signing key;
but the symmetric case does not directly apply given that multiple receivers need access to the same key used for both signing and verification, which in a naive implementation opens up the possibility of forgery by a receiver on-path or with the ability to spoof the source.</t>
        <t>Multiple mechanisms providing for reliable asymmetric authentication of data delivered by multicast have been proposed over the years.</t>
        <ul spacing="normal">
          <li>TESLA <xref target="RFC4082"/> achieves asymmetry between the sender and multiple receivers through timed release of symmetric keying material rather than through the assumed computational difficulty of deriving a signing key from a verification key in public key cryptosystems like RSA and ECDSA.
It employs computationally-inexpensive symmetric authentication tagging with release of the keying material to receivers only after they are assumed to have received the protected data, with any data received subsequent to scheduled key release to be discarded by the receiver.
This requires some degree of time synchronization between clients and servers and imposes latency above one-way path delay prior to release of authenticated data to applications.</li>
          <li>Simple per-packet asymmetric signature of packet contents based on out-of-band communication of the signature's public key and algorithm, for example as described in Section 3 of <xref target="RFC6584"/>.</li>
          <li>Asymmetric Manifest-based Integrity (AMBI) <xref target="AMBI"/> relies on an out-of-band authenticated channel for distribution of manifests containing cryptographic digests of the packets in the multicast stream.
Authentication of this channel may, for instance, be provided by TLS if manifests are distributed using HTTPS from an origin known to the client to be closely affiliated with the multicast stream, such as would be the case if the manifest URL is delivered by the origin of the parent page hosting the media object.
Authenticity in this case is a prerequisite of the out-of-band channel that AMBI builds upon to provide authenticity for the multicast data channel.</li>
        </ul>
        <t>Regardless of mechanism, the primary goal of authentication in the multicast context is identical to that for unicast:
that the content delivered to the application originated from the trusted source.
Semantic equivalence to (D)TLS in this respect is therefore straightforwardly achieved by any number of potential mechanisms.</t>
      </section>
      <section anchor="integrity">
        <name>Integrity</name>
        <t>Integrity in the Web security model for unicast is closely tied to the features provided by transports that enabled the Web from its earliest days.
TCP, the transport substrate for the original HTTP, provides in-order delivery, reliability via retransmission, packet de-duplication, and modest protection against replay and forgery by certain classes of adversaries.
SSL and TLS later greatly strengthened those protections.
Web applications universally rely on these integrity assumptions for even the most basic operations.
It is no surprise, then, that when QUIC was subsequently designed with HTTP as the model application, initial requirements included the integrity guarantees provided by TCP at the granularity of an individual stream.</t>
        <t>Multicast applications by contrast have different integrity assumptions owing to the multicast transport legacy.
UDP, the transport protocol atop which multicast applications are typically built, provides no native reliability, in-order delivery, de-duplication, or protection against replay or forgery.
Additionally, UDP by itself provides no protection against off-path spoofing or injection.
Multicast has therefore traditionally been used for applications that can deal with a modest loss of integrity through application-layer mitigations such as:</t>
        <ul spacing="normal">
          <li>Packet indexes to reveal duplication/replay and reordering, and to complicate off-path spoofing and injection</li>
          <li>Deletion coding to allow for passive recovery from loss/deletion</li>
          <li>Graceful degradation in response to loss/deletion, exemplified by video codecs designed to tolerate loss</li>
        </ul>
        <t>A baseline for multicast transport integrity that makes sense within the Web security model requires that we first define the minimally acceptable integrity requirements for data that may be presented to a user or otherwise input to the browser's trusted computing base.
We propose that the proper minimal standard given the variety of potential use cases, including many that have no need for reliable or in-order delivery, is to require protection against replay, injection, and modification and the ability to detect deletion, loss, or reordering.
This standard will necessarily constrain conformant application-layer protocol design, just as the Web security model adds constraints to vanilla TCP.</t>
        <t>Integrity in multicast, as in the unicast case, is partially provided by the authentication mechanism:
for example, if authentication is provided at packet granularity, modified or forged packets will fail to authenticate and will thus not be delivered to the application.
Lacking a bidirectional relationship at the transport layer, however, applications relying on multicast must otherwise provide for detection of and/or recovery from packet duplication/replay, loss/deletion, and reordering.
Some of these functions, too, may be provided by the authentication layer. For instance:</t>
        <ul spacing="normal">
          <li>TESLA prevents replay and reveals reordering, but only across time intervals. An application requiring finer-grained countermeasures against duplication/replay or reordering, or indeed any countermeasure to deletion/loss, would need to provide that via custom support (e.g., through the introduction of packet sequence numbers) or via an intermediate-layer protocol providing those functions.</li>
          <li>AMBI by design provides strong protection against duplication/replay and reveals reordering and deletion/loss of content packets through a strict in-order manifest of packet digests.</li>
        </ul>
      </section>
      <section anchor="confidentiality">
        <name>Confidentiality</name>
        <t>In the unicast transport security context, confidentiality implies that an observer (passive or active) without pre-existing access to keying material must not be able to decrypt the bytes on the wire or identify the content being transferred, even if that adversary has access to the decrypted content via other means.
In practice, the former is trivially achieved through the use of authenticated key exchange and modern symmetric ciphers, but the latter is an ideal that is rarely possible owing to the substantial metadata in the clear on the public Internet:
traffic analysis can make use of packet sizes and timing, endpoint identities, biases in application-layer protocol designs, side channels, and other such metadata to reveal an often surprising amount of information about the encrypted payload without needing access to any keying material.
(Conceptually, one could make many streams appear identical to a passive observer: video streams, for example, could be bucketed into a small number of bitrates with identical packet sizes and pacing via padding of the actual content.
This would increase overhead for servers and networks, primarily in terms of bandwidth utilization, that may be operationally unacceptable.)</t>
        <t>Multicast additionally introduces the complication that all receivers of a stream, even if such a stream is encrypted, receive the same payload (loss and duplication notwithstanding).
This introduces novel privacy concerns that do not apply to unicast transports.</t>
        <section anchor="privacy">
          <name>Privacy</name>
          <t>In contrast to (say) unicast TLS, on-path monitoring can trivially prove that identical content was delivered to multiple receivers, irrespective of payload encryption.
Furthermore, since those receivers all require the same keying material to decrypt the received payload, a compromise of any single receiver's device exposes decryption keys, and therefore the plaintext content, to the attacker.</t>
          <t>That having been said, however, there are factors and practices that help mitigate these additional risks:</t>
          <ul spacing="normal">
            <li>
              <t>Multicast delivery is unidirectional from content provider to consumer and has no end-to-end unicast control channel association at the transport-layer, though such associations are generally unavoidable at the application layer (a common case likely being a referring web page).
Assuming application-layer unicast control plane traffic is properly secured, identifiable plaintext control messages are limited to IGMP or MLD messages intercepted by (and not retransmitted with user-identifying information by) a user's upstream router.  </t>
              <t>
Notwithstanding linkability via data or metadata from application-layer control flows, an on-path observer can thus only directly determine that some entity downstream of that path element has joined a particular multicast channel (in SSM <xref target="RFC4607"/>, identified by the (source, group) pair of IP addresses).
Lacking a destination address, increasing the specificity of receiver identification would require an observer to obtain monitoring points closer to the user or to manipulate a user into revealing metadata out-of-band that the observer can tie to the user via traffic analysis or other means.  </t>
              <t>
This is a form of k-anonymity not available to unicast transports.
In the unicast case, an on-path observer has access to metadata specific to endpoint address pairs, including total flow size, packet count, port and protocol, which (in combination with other metadata) can later be tied to the user, site, service, and/or location assigned to each address at the given time.  </t>
              <t>
Widespread near-simultaneous unicast download events, such as those triggered by the release of a video game update or of an episode of a popular streaming video series, expose the identities of consumers of such content anywhere along the path from end users' devices to the origin through very elementary traffic analysis, unless measures are taken by the end user or content provider to hide the traffic, such as by mixing it with other traffic in a way that complicates disentangling individual flows.
A properly-designed virtual private network (VPN) link could, for example, obfuscate flow-identifying information in traffic to a given user, at the expense of using greater bandwidth (for added chaff) and of loudly signaling to passive observers the presence of a VPN link.</t>
            </li>
            <li>There is no standard mechanism in the multicast protocol ecosystem by which a passive observer may derive separate but related content or metadata from the multicast channel itself:
in particular, if a multicast stream is encrypted using a key delivered out-of-band, there is no general means by which a passive observer could directly derive the source location of the keying material.
For a passive observer to know what encrypted content is being delivered to a particular user whose channel subscriptions are known they would need to already know what content is available via that channel, either via traffic analysis such as in the case of passive observation of unicast TLS, or via a priori knowledge of related content that references the channel.
A dragnet cataloging all content available through a particular origin is an example of the latter, but could be further mitigated via controlled access to index information, or via periodic changes in multicast source, group, or keying material, or some combination of the three.</li>
          </ul>
        </section>
        <section anchor="personaldata">
          <name>Personal Data</name>
          <t>A sender has responsibility not to expose personal information broadly. This is not a consideration unique to multicast delivery:
an irresponsible service could publish a web page with Social Security numbers or push its server TLS private key into the certificate transparency log as easily as it could multicast personal data to a large set of receivers.</t>
          <t>The Web security model partially mitigates negligence on the part of senders by mandating the use of secure transports:
prohibiting the fetching of mixed content on a single page prevents a server from sending private data to a browser in the clear.
The main effect is to raise the bar closer to requiring bad faith or willful irresponsibility on the part of senders in revealing personal information.</t>
          <t>Multicast by its very nature is not generally suitable for transport of personal data:
since the main value of leveraging a multicast transport is to deliver the same data to a large pool of receivers, such content must not include confidential personal information.
Senders already have a responsibility to handle private information in a way that respects the privacy of users:
the availability of multicast transports does not further complicate this responsibility.</t>
        </section>
        <section anchor="forward-secrecy">
          <name>Forward Secrecy</name>
          <t>Forward secrecy (also called "perfect forward secrecy" or "PFS" and defined in <xref target="RFC4949"/>) is a countermeasure against attackers that record encrypted traffic with the intent of later decrypting it should the communicating parties' long-term keys be compromised.
Forward secrecy for protocols leveraging time-limited keys to protect a communication session ("session keys") requires that such session keys be unrecoverable by an attacker that later compromises the long-term keys used to negotiate or deliver those session keys.</t>
          <t>As noted earlier, confidential content delivered via multicast will necessarily imply delivery of the same keying material to multiple receivers, rather than negotiation of a unique key as is typical in the unicast case.
Presumably, such receivers will need to be individually authenticated and authorized by the content provider prior to delivery of decryption keys.
If this authorization and key delivery mechanism employs a forward secret unicast transport such as TLS 1.3, then so long as these encryption keys are ephemeral (that is, rotated periodically and discarded after rotation) the multicast payloads will also effectively be forward secret beyond the time interval of rotation, which we can consider to be the session duration.</t>
        </section>
        <section anchor="bypassing-authentication">
          <name>Bypassing Authentication</name>
          <t>Protocols should be designed to discourage implementations from making use of unauthenticated data.
The usual approach to enforcing this is to entangle decryption and authentication where possible, for example via use of primitives such as authenticated encryption.
While ultimately authentication checks are independent of decryption (at least in classical cryptography), use of such primitives to minimize the number of places in which an incomplete or lazy implementation can avoid such checks constitutes best practice.
TLS 1.3, for instance, mandates AE for all symmetric cryptographic operations:
without writing one's own AE cipher implementation that purposely skips the authentication tag check, this leaves establishment of trust in the peer certificate as the only practical step an implementation can skip without impacting the ability to make use of the decrypted content.</t>
          <t>The situation in multicast is complicated by the need for more than two parties to have access to symmetric keys that would used to secure payloads via AE in the unicast case.
As discussed in <xref target="authentication"/>, it is imperative for protocols to provide, and for receivers to leverage, some kind of asymmetry in authentication of each content unit prior to any use of said content to eliminate the ability for an attacker in possession of a shared symmetric key (possibly including an authorized receiver) to inject forged data into a stream that other receivers would then validate and deliver to applications.
This requirement to perform authentication checks throughout the lifetime of a stream that are separate from, and orthogonal to, content decryption adds an extra dimension of risk from implementation incorrectness, because such authentication becomes an on-going process rather than the result of a one-time certificate check at connection establishment.
Protocol designers and implementors are thus strongly encouraged to simplify or even black box such on-going authentication to minimize the potential for implementors or users to skip such checks.</t>
        </section>
      </section>
      <section anchor="requestresponse-binding">
        <name>Request/Response Binding</name>
        <t>In addition to requiring that application data be cryptographically authenticated, the Web security model also requires that each HTTP response must be bound to a specific HTTP request in a way that cannot be forged by an adversary.</t>
        <t>In the unicast case, binding of a response to a request in HTTPS is a direct consequence of the integrity guaranteed by the cryptographically protected transport stream to the image of the underlying HTTP protocol, which itself allows for no ambiguity in determining which request induced a particular response.</t>
        <t>Request/response binding in multicast requires additional protocol or application-layer support as multicast is naturally unidirectional and so does not carry request traffic.
Any multicast protocol carrying Web traffic must provide a means for cryptographically binding the data delivered over a multicast channel to a specific client request.
Failure to do so could, for example, allow an on-path adversary to swap the packets between two different multicast channels both trusted by the client without being detected prior to delivery to the application.</t>
      </section>
      <section anchor="non-linkability">
        <name>Non-linkability</name>
        <t>Concern about pervasive monitoring of users culminated in the publication of <xref target="RFC7258"/>, which states that "the IETF will work to mitigate the technical aspects of [pervasive monitoring]."
One area of particular concern is the ability for pervasive monitoring to track individual clients across changes in network connectivity, such as being able to tell when a device or connection migrates from a wired home network to a cell network.
This has motivated mitigations in subsequent protocol designs, such as those discussed in section 9.5 of <xref target="RFC9000"/>.
Migration of multicast channel subscriptions across network connections carries the potential for correlation of metadata between multicast channel subscriptions and unicast control channels, even when control channels are encrypted, so care must be taken to design protocols to avoid such correlations.</t>
      </section>
      <section anchor="browser-specific-threats">
        <name>Browser-Specific Threats</name>
        <t>The security requirements for multicast transport to a browser follow directly from the requirement that the browser's job is to protect the user.  Huang et al. <xref target="huang-w2sp"/> summarize the core browser security guarantee as follows:</t>
        <ul empty="true">
          <li>
            <t>Users can safely visit arbitrary web sites and execute scripts provided by those sites.</t>
          </li>
        </ul>
        <t>The reader will find the full discussion of the browser threat model in section 3 of <xref target="RFC8826"/> helpful in understanding what follows.</t>
        <section anchor="access-to-local-resources">
          <name>Access to Local Resources</name>
          <t>This document covers only unidirectional multicast from a server to (potentially many) clients, as well as associated control channels used to manage that communication and access to the content delivered via multicast.
As a result, local resource access can be presumed to be limited to that already available within web applications.
Note that these resources may include fingerprint information that can be used to identify or track individuals, such as information about the user agent, viewport size, display resolution, a concern covered in extensive detail in <xref target="RFC8942"/>.</t>
        </section>
        <section anchor="injection">
          <name>Injection</name>
          <t>In the absence of any specific mitigations, network attackers have the ability to inject or modify packets in a multicast stream.
On-path injection and modification are trivial, but even off-path injection is feasible for many networks, such as those that implement no protections against source address spoofing.
Consequently, it is critical that a browser prevent any such injected or modified traffic from reaching large attack surfaces in the browser, such as the rendering code.</t>
        </section>
        <section anchor="hostile-origin">
          <name>Hostile Origin</name>
          <t>A hostile origin could serve a Web application that attempts to join many multicast channels, overwhelming the provider's network with undesired traffic.</t>
          <t>The first line of defense is the browser itself:
the browser should at a minimum prevent joining of channels not associated with the hosting site.
In the general case, this implies the need for a CORS-like mechanism for cross-origin authorization of multicast channel sharing.</t>
          <t>The second line of defense is the network.
The user's upstream router can and should monitor the user's multicast behavior, implementing circuit breakers that will target unpopular content when overloaded or when an abusive subscription pattern is detected.</t>
        </section>
        <section anchor="private-browsing-modes">
          <name>Private Browsing Modes</name>
          <t>Browsers that offer a private browsing mode, designed both to bypass access to client-side persistent state and to prevent broad classes of data leakage that can be leveraged by passive and active attackers alike, should require explicit user approval for joining a multicast group given the metadata exposure to network elements of IGMP and MLD messages.</t>
        </section>
      </section>
      <section anchor="other-threats">
        <name>Other Threats</name>
        <section anchor="referrer-checks">
          <name>Referrer Checks</name>
          <t>Unicast Web traffic has a weak form of protection against unauthorized use of content by third-party sites through referrer checks.
Browsers send a <tt>Referer</tt> [sic] header containing the parent page URL in requests for objects referenced in that page, which allows the server to reject requests from pages not authorized to refer to such content.
This is used, for example, to complicate the hosting of phishing sites, which could otherwise serve only the relatively small page HTML and direct the browser to fetch all other page objects from the legitimate origin.
This is not a strong security measure, as clients may render cached versions of such elements without checking freshness with the origin;
but it does force the attacker to duplicate, modify, and host more content to convincingly mock the target site.</t>
          <t>Protocols enabling the delivery of Web traffic over multicast should include some mechanism providing a similar degree of protection against unauthorized use.
This is complicated by the inherently unidirectional nature of multicast traffic, which precludes any active role for the server in preventing data delivery to specific clients.
In lieu of this, protocols should be designed in a way that allows properly-functioning clients to unilaterally reject multicast data delivered for objects referenced by pages that the server has not authorized.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This entire document is about security.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <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="RFC3552">
          <front>
            <title>Guidelines for Writing RFC Text on Security Considerations</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="B. Korver" initials="B." surname="Korver">
              <organization/>
            </author>
            <date month="July" year="2003"/>
            <abstract>
              <t>All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak.  This document provides guidelines to RFC authors on how to write a good Security Considerations section.   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="72"/>
          <seriesInfo name="RFC" value="3552"/>
          <seriesInfo name="DOI" value="10.17487/RFC3552"/>
        </reference>
        <reference anchor="RFC4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey">
              <organization/>
            </author>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="RFC4607">
          <front>
            <title>Source-Specific Multicast for IP</title>
            <author fullname="H. Holbrook" initials="H." surname="Holbrook">
              <organization/>
            </author>
            <author fullname="B. Cain" initials="B." surname="Cain">
              <organization/>
            </author>
            <date month="August" year="2006"/>
            <abstract>
              <t>IP version 4 (IPv4) addresses in the 232/8 (232.0.0.0 to 232.255.255.255) range are designated as source-specific multicast (SSM) destination addresses and are reserved for use by source-specific applications and protocols.  For IP version 6 (IPv6), the address prefix FF3x::/32 is reserved for source-specific multicast use.  This document defines an extension to the Internet network service that applies to datagrams sent to SSM addresses and defines the host and router requirements to support this extension.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4607"/>
          <seriesInfo name="DOI" value="10.17487/RFC4607"/>
        </reference>
        <reference anchor="RFC7258">
          <front>
            <title>Pervasive Monitoring Is an Attack</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="May" year="2014"/>
            <abstract>
              <t>Pervasive monitoring is a technical attack that should be mitigated in the design of IETF protocols, where possible.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="188"/>
          <seriesInfo name="RFC" value="7258"/>
          <seriesInfo name="DOI" value="10.17487/RFC7258"/>
        </reference>
        <reference anchor="RFC8085">
          <front>
            <title>UDP Usage Guidelines</title>
            <author fullname="L. Eggert" initials="L." surname="Eggert">
              <organization/>
            </author>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst">
              <organization/>
            </author>
            <author fullname="G. Shepherd" initials="G." surname="Shepherd">
              <organization/>
            </author>
            <date month="March" year="2017"/>
            <abstract>
              <t>The User Datagram Protocol (UDP) provides a minimal message-passing transport that has no inherent congestion control mechanisms.  This document provides guidelines on the use of UDP for the designers of applications, tunnels, and other protocols that use UDP.  Congestion control guidelines are a primary focus, but the document also provides guidance on other topics, including message sizes, reliability, checksums, middlebox traversal, the use of Explicit Congestion Notification (ECN), Differentiated Services Code Points (DSCPs), and ports.</t>
              <t>Because congestion control is critical to the stable operation of the Internet, applications and other protocols that choose to use UDP as an Internet transport must employ mechanisms to prevent congestion collapse and to establish some degree of fairness with concurrent traffic.  They may also need to implement additional mechanisms, depending on how they use UDP.</t>
              <t>Some guidance is also applicable to the design of other protocols (e.g., protocols layered directly on IP or via IP-based tunnels), especially when these protocols do not themselves provide congestion control.</t>
              <t>This document obsoletes RFC 5405 and adds guidelines for multicast UDP usage.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="145"/>
          <seriesInfo name="RFC" value="8085"/>
          <seriesInfo name="DOI" value="10.17487/RFC8085"/>
        </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">
              <organization/>
            </author>
            <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>
        <reference anchor="RFC8815">
          <front>
            <title>Deprecating Any-Source Multicast (ASM) for Interdomain Multicast</title>
            <author fullname="M. Abrahamsson" initials="M." surname="Abrahamsson">
              <organization/>
            </author>
            <author fullname="T. Chown" initials="T." surname="Chown">
              <organization/>
            </author>
            <author fullname="L. Giuliano" initials="L." surname="Giuliano">
              <organization/>
            </author>
            <author fullname="T. Eckert" initials="T." surname="Eckert">
              <organization/>
            </author>
            <date month="August" year="2020"/>
            <abstract>
              <t>This document recommends deprecation of the use of Any-Source Multicast (ASM) for interdomain multicast. It recommends the use of Source-Specific Multicast (SSM) for interdomain multicast applications and recommends that hosts and routers in these deployments fully support SSM.  The recommendations in this document do not preclude the continued use of ASM within a single organization or domain and are especially easy to adopt in existing deployments of intradomain ASM using PIM Sparse Mode (PIM-SM).</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="229"/>
          <seriesInfo name="RFC" value="8815"/>
          <seriesInfo name="DOI" value="10.17487/RFC8815"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC4082">
          <front>
            <title>Timed Efficient Stream Loss-Tolerant Authentication (TESLA): Multicast Source Authentication Transform Introduction</title>
            <author fullname="A. Perrig" initials="A." surname="Perrig">
              <organization/>
            </author>
            <author fullname="D. Song" initials="D." surname="Song">
              <organization/>
            </author>
            <author fullname="R. Canetti" initials="R." surname="Canetti">
              <organization/>
            </author>
            <author fullname="J. D. Tygar" initials="J. D." surname="Tygar">
              <organization/>
            </author>
            <author fullname="B. Briscoe" initials="B." surname="Briscoe">
              <organization/>
            </author>
            <date month="June" year="2005"/>
            <abstract>
              <t>This document introduces Timed Efficient Stream Loss-tolerant Authentication (TESLA).  TESLA allows all receivers to check the integrity and authenticate the source of each packet in multicast or broadcast data streams.  TESLA requires no trust between receivers, uses low-cost operations per packet at both sender and receiver, can tolerate any level of loss without retransmissions, and requires no per-receiver state at the sender.  TESLA can protect receivers against denial of service attacks in certain circumstances.  Each receiver must be loosely time-synchronized with the source in order to verify messages, but otherwise receivers do not have to send any messages.  TESLA alone cannot support non-repudiation of the data source to third parties.</t>
              <t>This informational document is intended to assist in writing standardizable and secure specifications for protocols based on TESLA in different contexts.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4082"/>
          <seriesInfo name="DOI" value="10.17487/RFC4082"/>
        </reference>
        <reference anchor="RFC5740">
          <front>
            <title>NACK-Oriented Reliable Multicast (NORM) Transport Protocol</title>
            <author fullname="B. Adamson" initials="B." surname="Adamson">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="M. Handley" initials="M." surname="Handley">
              <organization/>
            </author>
            <author fullname="J. Macker" initials="J." surname="Macker">
              <organization/>
            </author>
            <date month="November" year="2009"/>
            <abstract>
              <t>This document describes the messages and procedures of the Negative- ACKnowledgment (NACK) Oriented Reliable Multicast (NORM) protocol. This protocol can provide end-to-end reliable transport of bulk data objects or streams over generic IP multicast routing and forwarding services.  NORM uses a selective, negative acknowledgment mechanism for transport reliability and offers additional protocol mechanisms to allow for operation with minimal a priori coordination among senders and receivers.  A congestion control scheme is specified to allow the NORM protocol to fairly share available network bandwidth with other transport protocols such as Transmission Control Protocol (TCP).  It is capable of operating with both reciprocal multicast routing among senders and receivers and with asymmetric connectivity (possibly a unicast return path) between the senders and receivers. The protocol offers a number of features to allow different types of applications or possibly other higher-level transport protocols to utilize its service in different ways.  The protocol leverages the use of FEC-based (forward error correction) repair and other IETF Reliable Multicast Transport (RMT) building blocks in its design. This document obsoletes RFC 3940.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5740"/>
          <seriesInfo name="DOI" value="10.17487/RFC5740"/>
        </reference>
        <reference anchor="RFC5775">
          <front>
            <title>Asynchronous Layered Coding (ALC) Protocol Instantiation</title>
            <author fullname="M. Luby" initials="M." surname="Luby">
              <organization/>
            </author>
            <author fullname="M. Watson" initials="M." surname="Watson">
              <organization/>
            </author>
            <author fullname="L. Vicisano" initials="L." surname="Vicisano">
              <organization/>
            </author>
            <date month="April" year="2010"/>
            <abstract>
              <t>This document describes the Asynchronous Layered Coding (ALC) protocol, a massively scalable reliable content delivery protocol. Asynchronous Layered Coding combines the Layered Coding Transport (LCT) building block, a multiple rate congestion control building block and the Forward Error Correction (FEC) building block to provide congestion controlled reliable asynchronous delivery of content to an unlimited number of concurrent receivers from a single sender.  This document obsoletes RFC 3450.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5775"/>
          <seriesInfo name="DOI" value="10.17487/RFC5775"/>
        </reference>
        <reference anchor="RFC6584">
          <front>
            <title>Simple Authentication Schemes for the Asynchronous Layered Coding (ALC) and NACK-Oriented Reliable Multicast (NORM) Protocols</title>
            <author fullname="V. Roca" initials="V." surname="Roca">
              <organization/>
            </author>
            <date month="April" year="2012"/>
            <abstract>
              <t>This document introduces four schemes that provide per-packet authentication, integrity, and anti-replay services in the context of the Asynchronous Layered Coding (ALC) and NACK-Oriented Reliable Multicast (NORM) protocols.  The first scheme is based on RSA Digital Signatures.  The second scheme relies on the Elliptic Curve Digital Signature Algorithm (ECDSA).  The third scheme relies on a Group- keyed Message Authentication Code (MAC).  Finally, the fourth scheme merges the Digital Signature and group schemes.  These schemes have different target use cases, and they do not all provide the same service.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6584"/>
          <seriesInfo name="DOI" value="10.17487/RFC6584"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8826">
          <front>
            <title>Security Considerations for WebRTC</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="January" year="2021"/>
            <abstract>
              <t>WebRTC is a protocol suite for use with real-time applications that can be deployed in browsers -- "real-time communication on the Web".  This document defines the WebRTC threat model and analyzes the security threats of WebRTC in that model.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8826"/>
          <seriesInfo name="DOI" value="10.17487/RFC8826"/>
        </reference>
        <reference anchor="RFC8942">
          <front>
            <title>HTTP Client Hints</title>
            <author fullname="I. Grigorik" initials="I." surname="Grigorik">
              <organization/>
            </author>
            <author fullname="Y. Weiss" initials="Y." surname="Weiss">
              <organization/>
            </author>
            <date month="February" year="2021"/>
            <abstract>
              <t>HTTP defines proactive content negotiation to allow servers to select the appropriate response for a given request, based upon the user agent's characteristics, as expressed in request headers. In practice, user agents are often unwilling to send those request headers, because it is not clear whether they will be used, and sending them impacts both performance and privacy.</t>
              <t>This document defines an Accept-CH response header that servers can use to advertise their use of request headers for proactive content negotiation, along with a set of guidelines for the creation of such headers, colloquially known as "Client Hints."</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8942"/>
          <seriesInfo name="DOI" value="10.17487/RFC8942"/>
        </reference>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar">
              <organization/>
            </author>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol.  QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances.  Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="AMBI">
          <front>
            <title>Asymmetric Manifest Based Integrity</title>
            <author fullname="Jake Holland">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <author fullname="Kyle Rose">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   This document defines Asymmetric Manifest-Based Integrity (AMBI).
   AMBI allows each receiver or forwarder of a stream of multicast
   packets to check the integrity of the contents of each packet in the
   data stream.  AMBI operates by passing cryptographically verifiable
   hashes of the data packets inside manifest messages, and sending the
   manifests over authenticated out-of-band communication channels.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-mboned-ambi-03"/>
        </reference>
        <reference anchor="quic-http-mcast">
          <front>
            <title>Hypertext Transfer Protocol (HTTP) over multicast QUIC</title>
            <author fullname="Lucas Pardue">
	 </author>
            <author fullname="Richard Bradbury">
              <organization>BBC Research &amp; Development</organization>
            </author>
            <author fullname="Sam Hurst">
              <organization>BBC Research &amp; Development</organization>
            </author>
            <date day="4" month="July" year="2022"/>
            <abstract>
              <t>   This document specifies a profile of the QUIC protocol and the HTTP/3
   mapping that facilitates the transfer of HTTP resources over
   multicast IP using the QUIC transport as its framing and
   packetisation layer.  Compatibility with the QUIC protocol's syntax
   and semantics is maintained as far as practical and additional
   features are specified where this is not possible.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-pardue-quic-http-mcast-11"/>
        </reference>
        <reference anchor="webtrans">
          <front>
            <title>The WebTransport Protocol Framework</title>
            <author fullname="Victor Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   The WebTransport Protocol Framework enables clients constrained by
   the Web security model to communicate with a remote server using a
   secure multiplexed transport.  It consists of a set of individual
   protocols that are safe to expose to untrusted applications, combined
   with a model that allows them to be used interchangeably.

   This document defines the overall requirements on the protocols used
   in WebTransport, as well as the common features of the protocols,
   support for some of which may be optional.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-overview-04"/>
        </reference>
        <reference anchor="huang-w2sp" target="https://ptolemy.berkeley.edu/projects/truststc/pubs/840/websocket.pdf">
          <front>
            <title>Talking to Yourself for Fun and Profit</title>
            <author initials="L-S." surname="Huang">
              <organization/>
            </author>
            <author initials="E.Y." surname="Chen">
              <organization/>
            </author>
            <author initials="A." surname="Barth">
              <organization/>
            </author>
            <author initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author initials="C." surname="Jackson">
              <organization/>
            </author>
            <date year="2011" month="May"/>
          </front>
          <seriesInfo name="Web 2.0 Security and Privacy (W2SP 2011)" value=""/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acks</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIADujzGIAA81965LbRpbmfz4FVv7hqg6SurTctmtiN6Ys+aIZlaVRSdvR
0dOxkwSSJCwQYONSZbZCz7QPsS+25zuXzASIcnv/rSLaTbIAZObJc/nOLbFa
rRZFk9fu4K+yonXbfvWxbTq/OgxVX+au61edz4e27E+rJ39c9GVf0YW3+lPm
6iJ725Z3Lj9lL5q6Kwvfur6kT9m2abMbe0j2vnV1d2zavlu4zab1d1dzfwwP
XhSu91eLnP67a9rTVdb1xWJRHturrG+Hrn/25Mm3T54tXOvdVfajr2nUanHf
tB93bTMcr7L3b16+yf5M38t6l/2I3xYf/YkuKK6yV3Xv29r3q5dY7mLR9bSK
/+WqpqaVnXy3OJZX2V/7Jl9mHc2p9duOPp0O+PC3xcIN/b5prxbZapHRv7Lu
rrJ/X2fviGj8g5Dy30+Vj7817c7V5T+YMlfZ9Ud3cGX23uf7uqmaXelpgFd1
vuZrOxrR91fZ0+dfZd+1jSvu3Yn/kBNdrrIX7rBpy2Lnl9nNdfbk2dPnz+Wv
zVD3oNSHuux9kd32RLsua7bZ9cG3RGe+ytPA1VXGW/yv/N81zW20ln9bZz81
VUU0SZbzb+6jH/38/9uKfqEJ7mV+a9rbf93h53XeHBaLumkPNM874ifc8O6H
F8+ePv02fPnjV189C1+ef/s8/uX5n558Hb58/eyrb8KXb55881X88vTr5/HL
N0/pL4uy3sZRw/OefBNH+urr50+SL1/H5/3pq2+S5z1//qfk4c+SL98+j0/7
9smTJzrQ9c13r+R3/Hu1erkWsS59v10dNsTlxYooXvIlfx/KfLXv++PqAEmc
u+/o2mLwq8mVfOG93/QQ3QeHswtWzZ1v70p/L1PcD67ere6fdcd4p2qWR+9d
xULbN9lfmqHtfLVlVfLDUKu2abZl/yjcx4oie3TjTtmzJ0+fxj90xCO+w0bE
QfDvz36TPVs/mddhF39+dvuWH3QZbgoCn/xbjb4F2Xm9uiXpwep+z9Xfr/+y
zl7sff17Lr5eZ9+5tt//vgdn73yXN23lfs/lL9Yk3/nHrokT6V27g8hiw7ur
x4+PfVP5w2m98e1HX/nT2hfD42Pb/OLzvnvMKrnr88fHYdM9/ub5k8e08V2T
f/T9+lhsF4vVapW5DekBl5PCZQVcNCShdRbMTLZ3XTbU5d8Hnx2b3td96Spw
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
/wLg097dwH8AAA==

-->

</rfc>
