<?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.6.36 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-krose-multicast-security-05" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="Multicast Transport Security">Security and Privacy Considerations for Multicast Transports</title>
    <seriesInfo name="Internet-Draft" value="draft-krose-multicast-security-05"/>
    <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="2023" month="June" day="29"/>
    <area>General</area>
    <workgroup>TODO Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 80?>

<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>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>
    <?line 85?>

<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 naïve 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"/>
            <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"/>
            <author fullname="B. Korver" initials="B." surname="Korver"/>
            <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"/>
            <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"/>
            <author fullname="B. Cain" initials="B." surname="Cain"/>
            <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"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <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"/>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="G. Shepherd" initials="G." surname="Shepherd"/>
            <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"/>
            <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"/>
            <author fullname="T. Chown" initials="T." surname="Chown"/>
            <author fullname="L. Giuliano" initials="L." surname="Giuliano"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <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"/>
            <author fullname="D. Song" initials="D." surname="Song"/>
            <author fullname="R. Canetti" initials="R." surname="Canetti"/>
            <author fullname="J. D. Tygar" initials="J. D." surname="Tygar"/>
            <author fullname="B. Briscoe" initials="B." surname="Briscoe"/>
            <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"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="J. Macker" initials="J." surname="Macker"/>
            <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"/>
            <author fullname="M. Watson" initials="M." surname="Watson"/>
            <author fullname="L. Vicisano" initials="L." surname="Vicisano"/>
            <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"/>
            <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"/>
            <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"/>
            <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"/>
            <author fullname="Y. Weiss" initials="Y." surname="Weiss"/>
            <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"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <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" initials="J." surname="Holland">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <author fullname="Kyle Rose" initials="K." surname="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" initials="L." surname="Pardue">
         </author>
            <author fullname="Richard Bradbury" initials="R." surname="Bradbury">
              <organization>BBC Research &amp; Development</organization>
            </author>
            <author fullname="Sam Hurst" initials="S." surname="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" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="24" month="January" year="2023"/>
            <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-05"/>
        </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>
    <?line 382?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acks</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
mrh1jO0Y2Ybb92aRCnbsB9kbuhpGs8xp4JMEgVoxCi7lOnEh3JlxYYTygB3M
ODj47vaaV0YK7/Z6vXjVq+bsxrMghVzW5CYjS3fnfxPB7Ey+U2LMGSRWwUZG
cUO2vWzXiUOPRg+6kLc2BM7G1gcsYfoL5UTgkHAp4jKsYlj3wS8qhop+Bzls
fhKCA6xxbRFVcgRNnLML3p9AGQ/DwEujjSeC1DntpBW4Bv6xCBJILAhePgt6
oD0gYtQ5LXfTSHB0hTQbyxYxOVvRsmmFVIGYYxUZYqSJ98mMfis1D2mUIu5b
BCTsFfGfVYN2mVScQeCS0OY4bzvFNV92KaMx6jaQuUxjLw+WF8UKJpSzconM
CPXdkNLY+lAOFyoQCKTffPfqkm7F/5M0MxplJObGC5hYFvFneG7TSOtBx5I6
EidJybHTUpQ7vkDpYB6QYq9p1GQ9428JWtZZHGAyMRWgD8cVOxs/8poAccp0
apCQMHGPFAlmKU6tqAOrtoj+QuKyC9PnZJ09S96WtLcLnuTcIqILFnKeITxR
ChlsdtmHd69hbEeKGhfohALV2Bk4AkPsmy7gJBJ68pst5nM9iq1pyYCM2kks
nkWzK/ugakZ8qyRmEwse4XB1AYPX1CmSGsXwLP6U5Ho4NyUPI+Z853ekLbic
imuDQlhUlFN5QAaY88xjiS25Mm3ybItUl90Ukrg+ja9eLULtzgzcac4CLb8V
ZDLTfPtACcTFy0vmOSU4ab4jkF/ZJTUm7Pfs9j19uQc1TmZLxa8mbRwzNjH3
FyGARuSCMEupr8i1EmkmDpcGnMEKysN9GYmw9dEjDCKUJqZARl8Db8S6CCYR
giCEFaBDsOcn+Isv3qprEyIjMCv0rfeBUUJhEyRwaeNCI6ykDsMC2MtRPB0B
otankfKlqePCrxJgLRAaBOj6FOqbxyK4my9KMJvV4uWV6zopxHMFrJBDrTNt
/u1rvgU7DVsUk72Q+XoHtmUKwddNKjHWCxBsFPCkHeEHS2yM/sPVPb5LXRS2
6MeYm/CWLOYohlTNIn9pVuxVL8F0xONJpoDJe03K0/4hP5/9x4dXL7J7xIWC
pZciGrJMps2wJRYF1SraY0JYrnVwIb7LlVTmZgp3xBXsBkd71fsJaxGLWKCT
LESNAnMF0K5OI2VmDhY382mwzUmSNAHOjgs9zqk4clHmSkoq0lP5ab348PKM
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
fwGc30kLwH8AAA==

-->

</rfc>
