<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-mboned-multicast-security-00" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.2 -->
  <front>
    <title abbrev="Multicast Transport Security">Security and Privacy Considerations for Multicast Transports</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mboned-multicast-security-00"/>
    <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="M." surname="Franke" fullname="Max Franke">
      <organization>TU Berlin</organization>
      <address>
        <postal>
          <country>Germany</country>
        </postal>
        <email>mfranke@inet.tu-berlin.de</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="2025" month="October" day="17"/>
    <area>General</area>
    <workgroup>TODO Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 93?>

<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 98?>

<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>
            <t>The Internet threat model as defined in Section 3 of <xref target="RFC3552"/>.</t>
          </li>
          <li>
            <t>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.</t>
          </li>
          <li>
            <t>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"/>.</t>
          </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>
            <t>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.).</t>
          </li>
          <li>
            <t>Authenticity: A receiver must be able to cryptographically verify that the delivered content originated from the desired source.</t>
          </li>
          <li>
            <t>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.</t>
          </li>
          <li>
            <t>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.</t>
          </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="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>
            <t>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.</t>
          </li>
          <li>
            <t>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.</t>
          </li>
        </ul>
        <t>In both cases:</t>
        <ul spacing="normal">
          <li>
            <t>The receiving party must have a means for establishing trust in the keying material used to verify the authentication tag.</t>
          </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>
                <t>The TLS 1.3 handshake employing an authentication tag to reject MitM attacks against ECDH key agreement.</t>
              </li>
              <li>
                <t>An authentication tag of a Merkle tree root protecting the content represented by the entire tree.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>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.</t>
          </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>
            <t>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.</t>
          </li>
          <li>
            <t>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"/>.</t>
          </li>
          <li>
            <t>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.</t>
          </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>
            <t>Packet indexes to reveal duplication/replay and reordering, and to complicate off-path spoofing and injection</t>
          </li>
          <li>
            <t>Deletion coding to allow for passive recovery from loss/deletion</t>
          </li>
          <li>
            <t>Graceful degradation in response to loss/deletion, exemplified by video codecs designed to tolerate loss</t>
          </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>
            <t>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.</t>
          </li>
          <li>
            <t>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.</t>
          </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 <xref target="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>
              <t>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.</t>
            </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 anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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 anchor="sec-informative-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>
            <author fullname="Max Franke" initials="M." surname="Franke">
              <organization>TU Berlin</organization>
            </author>
            <date day="17" month="October" year="2025"/>
            <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-05"/>
        </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="Eric Kinnear" initials="E." surname="Kinnear">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <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 an abstract 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-10"/>
        </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>
        <reference anchor="k-anonymity" target="https://dataprivacylab.org/dataprivacy/projects/kanonymity/paper3.pdf">
          <front>
            <title>k-Anonymity: a model for protecting privacy</title>
            <author initials="P." surname="Samarati">
              <organization/>
            </author>
            <author initials="L." surname="Sweeney">
              <organization/>
            </author>
            <date year="1998" month="May"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 388?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acks</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
1jvk8u7m9+cTbik3ZqyEGmqyeFtR7xqs1DZc6zmHTXXcNKugYLCOu3JoM5+U
XGVS7zs6zfjkxvflTgNfZJdzjZ3dHcVEjokZZ2RkRY5FxCsDiWxp85rtHcVb
pd2dr8bym40VZBFkd0Gx0ArX8UXAn9I2K0TaXLCq7apCej7jEy35Pk8hTt2b
U3COb0clLVKaIThJq0yVkZPDPrpZJGUUms2YDa5mFuDRXd+7auDDybqI3fm0
f6dZpGBF4BwFmjLXoWmqEXfNx5gxZhm0ImiU4niEFrdKNjMR2rYzoTXXNdfr
ysezn4CjDMhpVMzgikT8GBTRPCgLjNeaxNL9szcyxDYEU7lZZUis80trVJX3
Rur7oBuITEe+g4i/6OSL4sJVXVOgOogk4AkRhVlzM37qCTjvybs3t080hRVv
3hOP++WLlx8+XIonOEkHWpLM4mOdUQWXyWXG3+xpLGINKowb9aEsOif4udux
CtJor5U3a8sVeRMfF/ATFliI3LmgbfcSEpTO7hEd8qtURo3u8LAWFtLhofpY
rCRxxqy42joKL57Yv/DGk8tJQQqzaf4E3yRRa6raLjjJruyS14QQaRvCU5ON
WrcYKc+mD+qkJVmC+cpn5tYcvkNhrdWT7TgXeKZeFTY78ehJSYZcjpPfZ/lb
gdxzseS8z8L2YVl9M6Fcrd5l7ZXnyi5weYEnl5JIelTtMGmDN0y48pljVU1b
S60KXW/rWI2TkNH/izX/+eYnYeXl7K2WkNuAqUAmg/DZhQ2xscON5bI/l9e1
jk/pq5OqSwJHzCVa79L5vFWWmQZw2R/Qeg7X4EIzjHQQTe+kr10QmpAGKiD2
XEjrBz+IDuWpU2Vt20xs1jVi/eSaxpWfbmnlj42WCo3qGljR6yQWhXnwHGOJ
t0vJMTKzKYevh9aMHLThF0eG40SJcVX/LLvjQjXLyo9q17BfwqFAA5M7OAQL
7OUyIoUfQ33a6SH2f+jglMf7ijhIRRQoBZUIbuQv2d33OfOcaYieXkCSt2tA
SC1h20J9BTRKGX881jm9nP3IV2ziACGlp1cMlDvP/ZYtC4w/wGCKns7WegFt
5fXGTy5hloRS6sQ4Xs4jWMOasjVCKaDijUSNDzOrRK9c6bP7nLjQg+2gFz1X
uV+O0yY5sEh2z4Sun2u7Qj8AZ66kMlvyL3ROJjvjtg4BmvT49ZdSSUoMnSXu
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
G76LxrIPgAAA

-->

</rfc>
