<?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.35 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-mboned-multicast-security-01" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="Multicast Transport Security">Security and Privacy Considerations for Multicast Transports</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mboned-multicast-security-01"/>
    <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="2026" month="April" day="27"/>
    <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="2" month="March" year="2026"/>
            <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-12"/>
        </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:
H4sIAAAAAAAAA81963IbR5bmfzxFhfzDZAcAyWq5bXFiN5qWLFszpq015XVM
dHfsJAoJIM1CFboupGGHnmkeYl5szncumVkF0Pbur3XE9AhgVV5Onst3bonF
YjFbN2Xt9v6qWLdu0y+C7zeL/aqp/XqxH6o+lK7rF50vhzb0x8WzT2Z96Ct6
/Fa/Kly9Lt614d6Vx+JVU3dh7VvXB/pXsWna4sYGKd63ru4OTdt3M7datf7+
6twf48Cztev91ayk/9027fGqCPWmmc3Cob0q+nbo+ufPnr189nzmWu+uiq98
TdNWs4emvdu2zXC4Kt5/9/q74kf6HOpt8RW+m935Iz2wvire1r1va98vXmPX
s1nX0zb+j6to31fF0XezQ7gq/tY35bzoaFGt33T0r+Me//jHbOaGfte0V7Ni
MSvov1B3V8W/LYvvm87zF0LRfztWPn3XtFtXh1+YNFfF9Z3bu1C89+Wubqpm
GzxN8LYul/xsRzP6/qr45MWnxRdt49YP7sh/KIkwV8Urt1+1Yb318+Lmunj2
/JMXL+SvzVD3INUPdej9urjtiXhd0WyK671vidD8lKeJq6virqWV/ZX/d0lr
G+3lZlm8oQO5y3dz437Ov6RXiMQ/FF/4tgp1PvB+w0/9NRB9l/2wWPETy7Uf
r/Er3+5dfRzN+6/L4uumqugsson/1d350df/v1HyJ1rgTta3pD3/dYuvl2Wz
n83qhjbZh3tiZLzw/ZtXf/700+fxw4uXL16mD3959ln88NnzTz+PHz5/9vmn
6cPnn9CHGaRhOvaLZ5+nsT/97MWz7MNnaYS/fPr5izTcixd/ycZ+nn14+SKN
9vLZMxqNP13ffPFWvsd/bxevl6eqg8ga+JF/DqFc7Pr+sNhDzs+9d3DtevCL
yZP84INf9VAMj05nDyyae9/eB/8gS9wNrt4uHp53h/Sm6q0n713FGqFvin9v
hrbz1YYV1ZuhVl3WbEL/JL7Haqh4cuOOxfNnn3yS/tARI/gO55AmwX8/+lXx
fPnsvIa8+PH57Tse6DK+FLVJ9t9i9CkKyDeLWxIR7O6PPP3l8t+Xxaudr//I
w9fL4gvX9rs/NnDxve/Kpq3cH3n81ZKEuLzrmrSQ3rVbyCUOvLt6+vTQN5Xf
H5ekLO585Y9Lvx6eHtrmJ1/23VPW911fPj0Mq+7p5y+ePaWD75ryjjTMYb2R
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
N9x+Ke4PgAAA

-->

</rfc>
