<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.36 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-xu-ipsecme-risav-02" category="std" consensus="true" submissionType="IETF" updates="4302" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="RISAV">An RPKI and IPsec-based AS-to-AS Approach for Source Address Validation</title>
    <seriesInfo name="Internet-Draft" value="draft-xu-ipsecme-risav-02"/>
    <author initials="K." surname="Xu" fullname="Ke Xu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>xuke@tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="J." surname="Wu" fullname="Jianping Wu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>jianping@cernet.edu.cn</email>
      </address>
    </author>
    <author initials="Y." surname="Guo" fullname="Yangfei Guo">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>guoyangfei@zgclab.edu.cn</email>
      </address>
    </author>
    <author initials="B. M." surname="Schwartz" fullname="Benjamin M. Schwartz">
      <organization>Meta Platforms, Inc.</organization>
      <address>
        <postal>
          <city>New York, NY</city>
          <country>USA</country>
        </postal>
        <email>ietf@bemasc.net</email>
      </address>
    </author>
    <author initials="H. (Henry)" surname="Wang" fullname="Haiyang (Henry) Wang">
      <organization>The University of Minnesota at Duluth</organization>
      <address>
        <postal>
          <city>Minnesota</city>
          <country>USA</country>
        </postal>
        <email>haiyang@d.umn.edu</email>
      </address>
    </author>
    <date year="2023" month="July" day="05"/>
    <workgroup>ipsecme</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 101?>

<t>This document presents RISAV, a protocol for establishing and using IPsec security between Autonomous Systems (ASes) using the RPKI identity system. In this protocol, the originating AS adds authenticating information to each outgoing packet at its Border Routers (ASBRs), and the receiving AS verifies and strips this information at its ASBRs. Packets that fail validation are dropped by the ASBR. RISAV achieves Source Address Validation among all participating ASes.</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/bemasc/draft-xu-risav"/>.</t>
    </note>
  </front>
  <middle>
    <?line 106?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Source address spoofing is the practice of using a source IP address without proper authorization from its owner.  The basic Internet routing architecture does not provide any defense against spoofing, so any system can send packets that claim any source address. This practice enables a variety of attacks, and we have summarized malicious attacks launched or amplified by spoofing address in <xref target="appendix-a"/>.</t>
      <t>There are many possible approaches to preventing address spoofing. <xref section="2.1" sectionFormat="of" target="RFC5210"/> describes three classes of Source Address Validation (SAV): Access Network, Intra-AS, and Inter-AS. Inter-AS SAV is the most challenging class because different ASes have different policies and operate independently. Inter-AS SAV requires the different ASes to collaborate to verify the source address. However, in the absence of total trust between all ASes, Inter-AS SAV is a prerequisite to defeating source address spoofing.</t>
      <t>Despite years of effort, current Inter-AS SAV protocols are not widely deployed. An important reason is the difficulty of balancing the clear security benefits of partial implementations with the scalability of large-scale deployments. uRPF <xref target="RFC5635"/> <xref target="RFC8704"/>, for example, is a routing-based scheme that filters out spoofed traffic.  In cases where the routing is dynamic or unknown, uRPF deployments must choose between false negatives (i.e. incomplete SAV) and false positives (i.e. broken routing).</t>
      <t>This document provides an RPKI- <xref target="RFC6480"/> and IPsec-based <xref target="RFC4301"/> approach to inter-AS source address validation (RISAV). RISAV is a cryptography-based SAV mechanism to reduce the spoofing of source addresses. In RISAV, the RPKI database acts as a root of trust for IPsec between participating ASes.  Each pair of ASes uses IKEv2 to negotiate an IPsec Security Association (SA). Packets between those ASes are then protected by a modified IPsec Authentication Header (AH) <xref target="RFC4302"/> or an Encapsulating Security Payload (ESP)<xref target="RFC4303"/>. IPsec authenticates the source address, allowing spoofed packets to be dropped at the border of the receiving AS.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>Commonly used terms in this document are described below.</t>
        <dl>
          <dt>ACS:</dt>
          <dd>
            <t>AS Contact Server, which is the logical representation of one AS and is responsible for delivering session keys and other information to ASBR.</t>
          </dd>
          <dt>Contact IP:</dt>
          <dd>
            <t>The IP address of the ACS.</t>
          </dd>
          <dt>ASBR:</dt>
          <dd>
            <t>AS border router, which is at the boundary of an AS.</t>
          </dd>
          <dt>SAV:</dt>
          <dd>
            <t>Source Address Validation, which verifies the source address of an IP packet and guarantees the source address is valid.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <t>The goal of this section is to provide a high-level description of what RISAV is and how RISAV works.</t>
      <section anchor="what-risav-is-and-is-not">
        <name>What RISAV Is and Is Not</name>
        <t>RISAV is a cryptographically-based inter-AS source address validation protocol that provides clear security benefits even at partial deployment. It aims to prove that each IP datagram was sent from inside the AS that owns its source address, defeating spoofing and replay attacks.  It is lightweight and efficient and provides incremental deployment incentives.</t>
        <t>At the source AS Border Router, RISAV adds a MAC (Message Authentication Code) to each packet that proves ownership of the packet's source address.  At the recipient's ASBR, RISAV verifies and removes this MAC, recovering the unmodified original packet. The MAC is delivered in the Integrity Check Value (ICV) field of a modified IPsec AH or as part of the normal IPsec ESP payload.</t>
        <t>RISAV supports, but does not require, encryption of the whole packet. It also does not aim to defend against specific network attacks such as DoS or DDoS, though RISAV could do more help to avert them.</t>
      </section>
      <section anchor="how-risav-works">
        <name>How RISAV Works</name>
        <t>RPKI <xref target="RFC6480"/> is a prerequisite for RISAV. RISAV uses RPKI to bind the AS number and IP prefix. The binding relationship is equivalent to a ROA <xref target="RFC6482"/>.</t>
        <t>RISAV uses IKEv2 to negotiate an IPsec security association (SA) between any two ASes. RPKI provides the binding relationship between AS numbers, IP ranges, contact IPs, and public keys. After negotiation, all packets between these ASes are secured by the use of a modified AH header or a standard ESP payload.</t>
        <t>Before deploying RISAV, each AS selects one or more representative contact IPs and publishes them in the RPKI database. When negotiating or consulting with one AS, the peer <bcp14>MUST</bcp14> first communicate with one of these contact IPs.  Each contact IP is used to enable RISAV only for its own address family (i.e. IPv4 or IPv6), so ASes wishing to offer RISAV on both IPv4 and IPv6 must publish at least two contact IPs.</t>
        <t>A typical workflow of RISAV is shown in <xref target="figure1"/>.</t>
        <figure anchor="figure1">
          <name>RISAV workflow example.</name>
          <artwork><![CDATA[
                            +--------------+
                            |     IANA     |
                            +--------------+
                                   |--------------------------+
                                   V                          |
                            +--------------+                  |
                            |      RIR     |                  |
                            +--------------+                  |
                           /                \-----------------+-1. Signing CA
                          V                  V                |  Certificate
              +--------------+               +--------------+ |
              |     LIR1     |               |     LIR2     | |
              +--------------+               +--------------+ |
              /                                             \-+
             V                                               V
+--------------+                                           +--------------+
| 3. RISAV     |---------+                          +------| 3. RISAV     |
| Announcement |         | 2. Signing EE Certificate|      | Announcement |
|              | +-------+                          +----+ |              |
|     AS A     | |                                       | |     AS B     |
| contact IP a | V                                       V | contact IP b |
|           #######   --------------------------------  #######           |
|           # ACS #    4. SA Negotiation and Delivery   # ACS #           |
|           #######   --------------------------------  #######           |
|              |                                           |              |
|           ########  +++++++++++++++++++++++++++++++++ ########          |
|           # ASBR #       5. Data Transmission         # ASBR #          |
|           ########         with IPsec AH/ESP          ########          |
|              |      +++++++++++++++++++++++++++++++++    |              |
+--------------+                                           +--------------+
]]></artwork>
        </figure>
        <ol spacing="normal" type="1"><li>RPKI process. The five Regional Internet Registries (RIR), authorized by IANA, use their root certificate to sign the Certificate Authority (CA) certificate of the Local Internet Registry (LIR), which is used to authorize the Autonomous System (AS) (sometimes indirectly via the Internet Service Provider (ISP)). When they obtain their own CA certificate, the AS would sign an End Entity (EE) certificate with a Route Origin Authorisation (ROA) which is a cryptographically signed object that states which AS is authorized to originate a certain prefix. This authenticated binding of the ASN to its IP prefixes is published in the RPKI database. This is a prerequisite for RISAV.</li>
          <li>ACS EE certificate provisioning. The ACS would need its own EE certificate for IKEv2. This EE certificate is <bcp14>REQUIRED</bcp14> like the BGPsec Router Certificate defined in <xref target="RFC8209"/>.</li>
          <li>RISAV announcement. Each participating AS announces its support for RISAV in the RPKI database, including the IP address of its ACS (the "contact IP").</li>
          <li>SA negotiation and delivery. The ACSes negotiate an SA using IKEv2. After synchronization, all ASBRs would get the SA, including the session key and other parameters.</li>
          <li>IPsec communication. RISAV uses IPsec AH (i.e. "transport mode") for authentication of the IP source address by default. When an ASBR in AS A sends a packet to AS B, it uses the established IPsec channel to add the required AH header. The ASBR in AS B validates the AH header to ensure that the packet was not spoofed, and removes the header.</li>
        </ol>
      </section>
    </section>
    <section anchor="control-plane">
      <name>Control Plane</name>
      <t>The functions of the control plane of RISAV include enabling and disabling RISAV, and it provides a green channel for quickly restarting the system in exceptional cases.</t>
      <section anchor="enabling-risav">
        <name>Enabling RISAV</name>
        <t>When RISAV is to be enabled, it should:</t>
        <ul spacing="normal">
          <li>announce that this AS supports RISAV,</li>
          <li>publish contact IPs,</li>
          <li>and perform IPsec session initialization (i.e. IKEv2).</li>
        </ul>
        <!--
TODO: we may need to enrich this process and describe ASN.1 format of RISAVAnnouncement with more details.
1. ITU - Introduction to ASN.1: https://www.itu.int/en/ITU-T/asn1/Pages/introduction.aspx
2. RFC 6025 - ASN.1 Translation: https://www.rfc-editor.org/rfc/rfc6025
3. RFC 3641 - Generic String Encoding Rules (GSER) for ASN.1 Types: https://www.rfc-editor.org/rfc/rfc3641.html
4. RFC 6268 - Additional New ASN.1 Modules for the Cryptographic Message Syntax (CMS) and the Public Key Infrastructure Using X.509 (PKIX): https://www.rfc-editor.org/rfc/rfc6268
-->

<t>These functions are achieved in two steps.  First, each participating AS publishes a Signed Object <xref target="RFC6488"/> in its RPKI Repository containing a <tt>RISAVAnnouncement</tt>.  (This is the only change that RISAV makes in the RPKI.) The ASN.1 form of <tt>RISAVAnnouncement</tt> is as follows:</t>
        <sourcecode type="ASN.1"><![CDATA[
RPKI-RISAV-2023
  { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1)
    pkcs-9(9) smime(16) modules(0) id-mod-rpki-risav-2023(TBD) }

DEFINITIONS EXPLICIT TAGS ::=
BEGIN

IMPORTS
  CONTENT-TYPE
  FROM CryptographicMessageSyntax-2010 -- in [RFC6268]
    { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1)
      pkcs-9(9) smime(16) modules(0) id-mod-cms-2009(58) } ;

  IPAddressFamily, IPAddress
  FROM IPAddrAndASCertExtn -- In [RFC3779]
    { iso(1) identified-organization(3) dod(6) internet(1) security(5)
      mechanisms(5) pkix(7) mod(0) id-mod-ip-addr-and-as-ident(30) } ;

ct-rpkiRISAVAnnouncement CONTENT-TYPE ::=
     { TYPE RISAVAnnouncement
       IDENTIFIED BY id-ct-risav }

id-ct-risav OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840)
    rsadsi(113549) pkcs(1) pkcs-9(9) id-smime(16) id-ct(1) risav(TDB2) }

RISAVAnnouncement ::= SEQUENCE {
  version [0] INTEGER DEFAULT 0,
  asID ASID,
  contactIP SEQUENCE (SIZE(1..2)) OF IPAddressFamily,
  testing BOOLEAN DEFAULT FALSE }

ASID ::= INTEGER
END
]]></sourcecode>
        <ul spacing="normal">
          <li>version: The version number of RISAVAnnouncement here <bcp14>MUST</bcp14> be 0.</li>
          <li>asID: The asID field contains the AS number of one Autonomous System that is going to support  RISAV.</li>
          <li>contactIP: Within the IPAddressFamily structure, addressFamily contains the Address Family Identifier (AFI) of an IP address family. Contact IP of RISAV only supports IPv4 and IPv6 but there could be one more IPv4 or IPv6 address.  Therefore, addressFamily <bcp14>MUST</bcp14> be either 0001 or 0002 while addresses are a list of IP addresses. The inherit attribute <bcp14>MUST</bcp14> be prohibited in IPAddressChoice as there is no need to look into the list of historical contactIPs.</li>
          <li>testing: The "testing" field indicates whether this contact IP is potentially unreliable.  When this field is set to <tt>true</tt>, other ASes <bcp14>MUST</bcp14> fall back to ordinary operation if IKE negotiation fails.  Otherwise, the contact IP is presumed to be fully reliable, and other ASes <bcp14>SHOULD</bcp14> drop all non-RISAV traffic from this AS if IKE negotiation fails (see <xref target="downgrade"/>). So it has the default value of FALSE.</li>
        </ul>
        <t>When a participating AS discovers another participating AS (via its regular sync of the RPKI database), it initiates an IKEv2 handshake between its own contact IP and the other AS's contact IP.  This handshake <bcp14>MUST</bcp14> include an IKE_AUTH exchange that authenticates both ASes with their RPKI ROA certificates.</t>
        <t>Once this handshake is complete, each AS <bcp14>MUST</bcp14> activate RISAV on all outgoing packets, and <bcp14>SHOULD</bcp14> drop all non-RISAV traffic from the other AS after a reasonable grace period (e.g. 60 seconds).</t>
        <t>RISAV participants add one or more <tt>RISAVAnnouncement</tt>s to the repository of RPKI. The RPKI procedures are otherwise the same as in the traditional RPKI. For more information about RPKI, see <xref target="RFC6480"/>.</t>
      </section>
      <section anchor="disabling-risav">
        <name>Disabling RISAV</name>
        <section anchor="targeted-shutdown">
          <name>Targeted shutdown</name>
          <t>IKEv2 SAs can be terminated on demand using the Delete payload (<xref section="1.4.1" sectionFormat="comma" target="RFC7296"/>).  In ordinary uses of IKEv2, the SAs exist in inbound-outbound pairs, and deletion of one triggers a response deleting the other.</t>
          <t>In RISAV, SAs do not necessarily exist in pairs.  Instead, RISAV's use of IPsec is strictly unidirectional, so deletion does not trigger an explicit response.  Instead, ASes are permitted to delete both inbound and outbound SAs, and deletion of an inbound SA <bcp14>SHOULD</bcp14> cause the other network to retry RISAV negotiation.  If this, or any, RISAV IKEv2 handshake fails with a NO_ADDITIONAL_SAS notification (<xref section="1.3" sectionFormat="comma" target="RFC7296"/>), the following convention applies:</t>
          <ul spacing="normal">
            <li>AS $A is said to have signaled a "RISAV shutdown" to $B if it sends NO_ADDITIONAL_SAS on a handshake with no child SAs.</li>
            <li>
              <t>In response, $B <bcp14>MUST</bcp14> halt all further RISAV negotiation to $A until:
              </t>
              <ul spacing="normal">
                <li>At least one hour has passed, OR</li>
                <li>$A negotiates a new SA from $A to $B.</li>
              </ul>
            </li>
            <li>After at most 24 hours, $B <bcp14>SHOULD</bcp14> resume its regular negotiation policy with $A.</li>
          </ul>
          <t>This convention enables participating ASes to shut down RISAV with any other AS, by deleting all SAs and rejecting all new ones.  It also avoids tight retry loops after a shutdown has occurred, but ensures that RISAV is retried at least once a day.</t>
        </section>
        <section anchor="total-shutdown">
          <name>Total shutdown</name>
          <t>To disable RISAV entirely, a participating AS <bcp14>MUST</bcp14> perform the following steps in order:</t>
          <ol spacing="normal" type="1"><li>Apply a targeted shutdown (<xref target="targeted-shutdown"/>) to all other networks and delete all existing SAs.
  - Note that the shutdown procedure can fail if another network's ACS is unreachable.</li>
            <li>Stop requiring RISAV authentication of incoming packets.</li>
            <li>Remove the <tt>RISAVAnnouncement</tt> from the RPKI Repository.</li>
            <li>Wait at least 24 hours.</li>
            <li>Shut down the contact IP.</li>
          </ol>
          <t>Conversely, if any AS no longer publishes a <tt>RISAVAnnouncement</tt>, other ASes <bcp14>MUST</bcp14> immediately stop sending RISAV to that AS, but <bcp14>MUST NOT</bcp14> delete any active Tunnel Mode SAs for at least 24 hours, in order to continue to process encrypted incoming traffic.</t>
          <ul empty="true">
            <li>
              <t>TODO: Discuss changes to the contact IP, check if there are any race conditions between activation and deactivation, IKEv2 handshakes in progress, SA expiration, etc.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="green-channel">
        <name>Green Channel</name>
        <t>In the event of a misconfiguration or loss of state, it is possible that a negotiated SA could become nonfunctional before its expiration time.  For example, if one AS is forced to reset its ACS and ASBRs, it may lose the private keys for all active RISAV SAs.  If RISAV were applied to the IKEv2 traffic used for bootstrapping, the participating ASes would be unable to communicate until these broken SAs expire, likely after multiple hours or days.</t>
        <t>To ensure that RISAV participants can rapidly recover from this error state, RISAV places control plane traffic in a "green channel" that is exempt from RISAV's protections.  This "channel" is defined by two requirements:</t>
        <ul spacing="normal">
          <li>RISAV senders <bcp14>MUST NOT</bcp14> add RISAV protection to packets to or from any announced contact IP</li>
          <li>RISAV recipients <bcp14>MUST NOT</bcp14> enforce RISAV validation on packets sent to or from any announced contact IP.</li>
        </ul>
        <t>Although the green channel denies RISAV protection to the ACS, the additional mitigations described in <xref target="data-plane"/> ensure that the ACS has limited exposure to address-spoofing and DDoS attacks. In addition, the ACS can use the IKEv2 COOKIE (<xref section="2.6" sectionFormat="of" target="RFC7296"/>) and PUZZLE (<xref target="RFC8019"/>) systems to reject attacks based on source address spoofing.</t>
      </section>
    </section>
    <section anchor="data-plane">
      <name>Data Plane</name>
      <t>All the ASBRs of the AS are <bcp14>REQUIRED</bcp14> to enable RISAV. The destination ASBR uses the IPsec SPI to locate the correct SA.</t>
      <t>As defined in <xref target="RFC4301"/>, the Security Association Database (SAD) stores all the SAs. Each data item in the SAD includes a cryptographic algorithm (e.g. HMAC-SHA-256), its corresponding key, and other relevant parameters.</t>
      <t>When an outgoing packet arrives at the source ASBR, its treatment depends on the source and destination address. If the source address belongs to the AS in which the ASBR is located, and the destination address is in an AS for which the ASBR has an active RISAV SA, then the packet needs to be modified for RISAV.</t>
      <t>The modification that is applied depends on whether IPsec "transport mode" or "tunnel mode" is active.  RISAV implementations <bcp14>MUST</bcp14> support transport mode, and <bcp14>MAY</bcp14> support tunnel mode.  The initiator chooses the mode by including or omitting the USE_TRANSPORT_MODE notification in the IKEv2 handshake, retrying in the other configuration if necessary.</t>
      <t>When a packet arrives at the destination ASBR, it will check the destination address and the source address. If the destination belongs to the AS in which the destination ASBR is located, and the source address is in an AS with which this AS has an active RISAV SA, then the packet is subject to RISAV processing.</t>
      <t>To avoid DoS attacks, participating ASes <bcp14>MUST</bcp14> drop any outgoing packet to the contact IP of another AS.  Only the AS operator's systems (i.e. the ACS and ASBRs) are permitted to send packets to the contact IPs of other ASes.  ASBRs <bcp14>MAY</bcp14> drop inbound packets to the contact IP from non-participating ASes.</t>
      <section anchor="transport-mode">
        <name>Transport Mode</name>
        <t>To avoid conflict with other uses of IPsec (<xref target="conflict"/>), RISAV updates the IPsec Authentication Header (AH) format, converting one RESERVED octet (which is previously required to always be zero) into a new "Scope" field.  The updated format is shown in <xref target="fig2"/>.</t>
        <figure anchor="fig2">
          <name>Updated AH Format.</name>
          <artwork><![CDATA[
                     1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Next Header   |  Payload Len  |   RESERVED    |     Scope     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                 Security Parameters Index (SPI)               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                    Sequence Number Field                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
+                Integrity Check Value-ICV (variable)           |
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The "Scope" field identifies the scope of protection for this authentication header, i.e. the entities that are expected to produce and consume it.  Two Scope values are defined:</t>
        <ul spacing="normal">
          <li>0: IP.  This is the pre-existing use of the Authentication Header, to authenticate packets from the source IP to the destination IP.</li>
          <li>1: AS.  This header authenticates the packet from the source AS to the destination AS.</li>
        </ul>
        <t>Other Scope values could be defined in the future.</t>
        <t>The AS-scoped AH headers are only for AS-to-AS communication.  Sending ASes <bcp14>MUST NOT</bcp14> add such headers unless the receiving AS has explicitly opted to receive them.  Receiving ASes <bcp14>MUST</bcp14> strip off all such headers for packets whose destination is inside the AS, even if the AS is not currently inspecting the ICV values.</t>
        <t>Transport mode normally imposes a space overhead of 32 octets.</t>
        <section anchor="icmp-rewriting">
          <name>ICMP rewriting</name>
          <t>There are several situations in which an intermediate router on the path may generate an ICMP response to a packet, such as a Packet Too Big (PTB) response for Path MTU Discovery, or a Time Exceeded message for Traceroute.  These ICMP responses generally echo a portion of the original packet in their payload.</t>
          <t>An ASBR considers an ICMP payload to match a Transport Mode RISAV SA if:</t>
          <ol spacing="normal" type="1"><li>The payload's source address is in this AS, AND</li>
            <li>The payload's destination address is in the other AS, AND</li>
            <li>The payload contains a RISAV AH header whose SPI matches the SA's.</li>
          </ol>
          <t>When an ASBR observes a matching ICMP response, it <bcp14>MUST</bcp14> forward it to the intended recipient, with the following modifications:</t>
          <ul spacing="normal">
            <li>The ASBR <bcp14>MUST</bcp14> remove the RISAV AH header from the payload, so that the echoed payload data matches the packet sent by the original sender.</li>
            <li>When processing a Packet Too Big message, the ASBR <bcp14>MUST</bcp14> reduce the indicated <tt>MTU</tt> value by the total length of the RISAV AH header.</li>
          </ul>
          <t>These changes ensure that RISAV remains transparent to the endpoints, similar to the ICMP rewriting required for Network Address Translation <xref target="RFC5508"/> (though much simpler).</t>
        </section>
      </section>
      <section anchor="tunnel-mode">
        <name>Tunnel Mode</name>
        <t>In tunnel mode, a RISAV sender ASBR wraps each outgoing packet in an ESP payload (<xref target="RFC4303"/>) and sends it as directed by the corresponding SA.  This may require the ASBR to set the Contact IP as the source address, even if it would not otherwise send packets from that address.  (See also "Anycast", <xref target="reliability"/>).</t>
        <t>Tunnel mode imposes a space overhead of 73 octets in IPv6.</t>
      </section>
    </section>
    <section anchor="mtu-handling">
      <name>MTU Handling</name>
      <t>Like any IPsec tunnel, RISAV normally reduces the effective IP Maximum Transmission Unit (MTU) on all paths where RISAV is active.  To ensure standards compliance and avoid operational issues, participating ASes <bcp14>MUST</bcp14> choose a minimum acceptable "inner MTU", and reject any RISAV negotiations whose inner MTU would be lower.</t>
      <t>There are two ways for a participating AS to compute the inner MTU:</t>
      <ol spacing="normal" type="1"><li>
          <strong>Prior knowledge of the outer MTU</strong>.  If a participating AS knows the minimum outer MTU on all active routes to another AS (e.g., from the terms of a transit or peering agreement), it <bcp14>SHOULD</bcp14> use this information to calculate the inner MTU of a RISAV SA with that AS.</li>
        <li>
          <strong>Estimation of the outer MTU</strong>.  If the outer MTU is not known in advance, the participating ASes <bcp14>MUST</bcp14> estimate and continuously monitor the MTU, disabling the SA if the inner MTU falls below the minimum acceptable value.  An acceptable MTU estimation procedure is described in <xref target="mtu-estimation"/>.</li>
      </ol>
      <t>If the minimum acceptable inner MTU is close or equal to a common outer MTU value (e.g., 1500 octets), RISAV will not be usable in its baseline configuration.  To enable larger inner MTUs, participating ASes <bcp14>MAY</bcp14> offer support for AGGFRAG <xref target="RFC9347"/> in the IKEv2 handshake if they are able to deploy it (see <xref target="ts-replay"/>).</t>
      <section anchor="mtu-enforcement">
        <name>MTU Enforcement</name>
        <t>In tunnel mode, RISAV ASBRs <bcp14>MUST</bcp14> treat the tunnel as a single IP hop whose MTU is given by the current (estimated) inner MTU.  Oversize packets that reach the ASBR <bcp14>SHALL</bcp14> generate Packet Too Big (PTB) ICMP responses (or be fragmented forward, in IPv4) as usual.</t>
        <t>In transport mode, RISAV ASBRs <bcp14>SHOULD NOT</bcp14> enforce the estimated inner MTU.  Instead, ASBRs <bcp14>SHOULD</bcp14> add RISAV headers and attempt to send packets as normal, regardless of size.  (This may cause a PTB ICMP response at the current router or a later hop, which is modified and forwarded as described in <xref target="icmp-rewriting"/>.)</t>
        <t>In either mode, the ASBR <bcp14>SHOULD</bcp14> apply TCP MSS clamping <xref section="3.2" sectionFormat="comma" target="RFC4459"/> to outbound packets based on the current estimated inner MTU.</t>
      </section>
      <section anchor="mtu-estimation">
        <name>MTU Estimation</name>
        <t>This section describes an MTU estimation procedure that is considered acceptable for deployment of RISAV.  Other procedures with similar performance may also be acceptable.</t>
        <section anchor="step-1-initial-estimate">
          <name>Step 1: Initial estimate</name>
          <t>To compute an initial estimate, the participating ASes use IKEv2 Path MTU Discovery (PMTUD) <xref section="2.5.2" sectionFormat="comma" target="RFC7383"/> between their ACSes during the IKEv2 handshake.  However, unlike the recommendations in <xref target="RFC7383"/>, the PMTUD process is performed to single-octet granularity.  The IKEv2 handshake only proceeds if the resulting outer MTU estimate is compatible with the minimum acceptable inner MTU when using the intended SA parameters.</t>
        </section>
        <section anchor="step-2-mtu-monitoring">
          <name>Step 2: MTU monitoring</name>
          <t>The initial MTU estimate may not be correct indefinitely:</t>
          <ul spacing="normal">
            <li>The Path MTU may change due to a configuration change in either participating AS.</li>
            <li>The Path MTU may change due to a routing change outside of either AS.</li>
            <li>The Path MTU may be different for packets to or from different portions of the participating ASes.</li>
          </ul>
          <t>To ensure that the MTU estimate remains acceptable, and allow for different MTUs across different paths, each ASBR maintains an MTU estimate for each active SA, and updates its MTU estimate whenever it observes a PTB message.  The ASBR's procedure is as follows:</t>
          <ol spacing="normal" type="1"><li>Find the matching SA ({icmp-rewriting}) for this PTB message.  If there is none, abort.</li>
            <li>Check the SA's current estimated outer MTU against the PTB MTU.  If the current estimate is smaller or equal, abort.</li>
            <li>Perform an outward Traceroute to the PTB payload's destination IP, using packets whose size is the current outer MTU estimate, stopping at the first IP that is equal to the PTB message's sender IP or is inside the destination AS.</li>
            <li>If a PTB message is received, reduce the current MTU estimate accordingly.</li>
            <li>If the new estimated inner MTU is below the AS's minimum acceptable MTU, notify the ACS to tear down this SA.</li>
          </ol>
          <t>Note that the PTB MTU value is not used, because it could have been forged by an off-path attacker.  To preclude such attacks, all Traceroute and PMTUD probe packets contain at least 16 bytes of entropy, which the ASBR checks in the echoed payload.</t>
          <t>To prevent wasteful misbehaviors and reflection attacks, this procedure is rate-limited to some reasonable frequency (e.g., at most once per minute per SA).</t>
        </section>
      </section>
    </section>
    <section anchor="ts-replay">
      <name>Traffic Selectors and Replay Protection in RISAV</name>
      <t>The IKEv2 configuration protocol is highly flexible, allowing participating ASes to negotiate many different RISAV configurations.  For RISAV, two important IKEv2 parameters are the Traffic Selector (<xref section="2.9" sectionFormat="comma" target="RFC7296"/>) and the Replay Status.</t>
      <ul empty="true">
        <li>
          <t>TODO: Write draft porting Replay Status from RFC 2407 to IKEv2.</t>
        </li>
      </ul>
      <section anchor="disabling-replay-protection">
        <name>Disabling replay protection</name>
        <t>In the simplest RISAV configuration, the sending AS requests creation of a single "Child SA" whose Traffic Selector-initiator (TSi) lists all the IP ranges of the sending AS, and the Traffic Selector-responder (TSr) lists all the IP ranges of the receiving AS.  This allows a single SA to carry all RISAV traffic from one AS to another.  However, this SA is likely to be shared across many ASBRs, and potentially many cores within each ASBR, in both participating ASes.</t>
        <t>It is difficult or impossible for a multi-sender SA to use monotonic sequence numbers, as required for anti-replay defense and Extended Sequence Numbers (ESN) (see <xref section="2.2" sectionFormat="comma" target="RFC4303"/>).  If the sender cannot ensure correctly ordered sequence numbers, it <bcp14>MUST</bcp14> set the REPLAY-STATUS indication to FALSE in the CREATE_CHILD_SA notification, and <bcp14>MUST</bcp14> delete the SA if the recipient does not confirm that replay detection is disabled.</t>
      </section>
      <section anchor="enabling-replay-protection">
        <name>Enabling replay protection</name>
        <t>If the sender wishes to allow replay detection, it can create many Child SAs, one for each of its ASBRs (or each core within an ASBR).  The <bcp14>OPTIONAL</bcp14> <tt>CPU_QUEUES</tt> IKEv2 notification <xref target="I-D.ietf-ipsecme-multi-sa-performance"/> may make this process more efficient.  If the sending ASBRs are used for distinct subsets of the sender's IP addresses, the TSi values <bcp14>SHOULD</bcp14> be narrowed accordingly to allow routing optimizations by the receiver.</t>
        <t>Even if the sender creates many separate SAs, the receiver might not be able to perform replay detection unless each SA is processed by a single receiving ASBR.  In Tunnel Mode, the receiver can route each SA to a specific ASBR using IKEv2 Active Session Redirect (<xref section="5" sectionFormat="comma" target="RFC5685"/>).</t>
        <t>In Transport Mode, assignment of SAs to receiving ASBRs may be possible in cases where each ASBR in the receiving AS is responsible for a distinct subset of its IPs.  To support this configuration, the receiving AS <bcp14>MAY</bcp14> narrow the initial TSr to just the IP ranges for a single ASBR, returning ADDITIONAL_TS_POSSIBLE.  In response, the sending AS <bcp14>MUST</bcp14> reissue the CREATE_CHILD_SA request, with TSr containing the remainder of the IP addresses, allowing the negotiation of separate SAs for each receiving ASBR.</t>
        <t>Future IKEv2 extensions such as Sequence Number Subspaces <xref target="I-D.ponchon-ipsecme-anti-replay-subspaces"/> or Lightweight SAs <xref target="I-D.mrossberg-ipsecme-multiple-sequence-counters"/> may enable more efficient and easily deployed anti-replay configurations for RISAV.</t>
      </section>
      <section anchor="changes-to-as-ip-ranges">
        <name>Changes to AS IP ranges</name>
        <t>If the ACS receives a TSi value that includes IP addresses not owned by the counterpart AS, it <bcp14>MUST</bcp14> reject the SA to prevent IP hijacking.  However, each AS's copy of the RPKI database can be up to 24 hours out of date.  Therefore, when an AS acquires a new IP range, it <bcp14>MUST</bcp14> wait at least 24 hours before including it in a RISAV TSi.</t>
        <t>If a tunnel mode SA is established, the receiving AS <bcp14>MUST</bcp14> drop any packet from the tunnel whose source address is not within the tunnel's TSi.</t>
      </section>
    </section>
    <section anchor="possible-extensions">
      <name>Possible Extensions</name>
      <t>This section presents potential additions to the design.</t>
      <ul empty="true">
        <li>
          <t>TODO: Remove this section once we have consensus on whether these extensions are worthwhile.</t>
        </li>
      </ul>
      <section anchor="header-only-authentication">
        <name>Header-only authentication</name>
        <t>An IPsec Authentication Header authenticates the whole constant part of a packet, including the entire payload. To improve efficiency, we could define an IKE parameter to negotiate a header-only variant of transport mode that only authenticates the IP source address, IP destination address, etc.</t>
        <t>This would likely result in a 10-30x decrease in cryptographic cost compared to standard IPsec.  However, it would also offer no SAV defense against any attacker who can view legitimate traffic.  An attacker who can read a single authenticated packet could simply replace the payload, allowing it to issue an unlimited number of spoofed packets.</t>
      </section>
      <section anchor="time-based-key-rotation">
        <name>Time-based key rotation</name>
        <t>Each IKEv2 handshake negotiates a fixed shared secret, known to both parties. In some cases, it might be desirable to rotate the shared secret frequently:</t>
        <ul spacing="normal">
          <li>In transport mode, frequent rotation would limit how long a single packet can be replayed by a spoofing attacker.</li>
          <li>If the ASBRs are less secure than the ACS, frequent rotation could limit the impact of a compromised ASBR.</li>
        </ul>
        <t>However, increasing the frequency of IKEv2 handshakes would increase the burden on the ACS. One alternative possibility is to use a state machine. The state machine runs and triggers the state transition when time is up. The tag is generated in the process of state transition as the side product. The two ACS in peer AS respectively before data transmission will maintain one state machine pair for each bound. The state machine runs simultaneously after the initial state, state transition algorithm, and state transition interval are negotiated, thus they generate the same tag at the same time. Time triggers state transition which means the ACS <bcp14>MUST</bcp14> synchronize the time to the same time base using like NTP defined in <xref target="RFC5905"/>.</t>
        <t>For the tag generation method, it <bcp14>MUST</bcp14> be to specify the initial state and initial state length of the state machine, the identifier of a state machine, state transition interval, length of generated Tag, and Tag. For the SA, they will transfer all these payloads in a secure channel between ACS and ASBRs, for instance, in ESP <xref target="RFC4303"/>. It is <bcp14>RECOMMENDED</bcp14> to transfer the tags rather than the SA for security and efficiency considerations. The initial state and its length can be specified at the Key Exchange Payload with nothing to be changed. The state machine identifier is the SPI value as the SPI value is uniquely in RISAV. The state transition interval and length of generated Tag should be negotiated by the pair ACS, which will need to allocate one SA attribute. The generated Tag will be sent from ACS to ASBR in a secure channel which <bcp14>MAY</bcp14> be, for example, ESP <xref target="RFC4303"/>.</t>
      </section>
      <section anchor="static-negotiation">
        <name>Static Negotiation</name>
        <t>The use of IKEv2 between ASes might be fragile, and creates a number of potential race conditions (e.g. if the RPKI database contents change during the handshake).  It is also potentially costly to implement, requiring O(N^2) network activity for N participating ASes.  If these challenges prove significant, one alternative would be to perform the handshake statically via the RPKI database.  For example, static-static ECDH <xref target="RFC6278"/> would allow ASes to agree on shared secrets simply by syncing the RPKI database.</t>
        <t>Static negotiation makes endpoints nearly stateless, which simplifies the provisioning of ASBRs.  However, it requires inventing a novel IPsec negotiation system, so it seems best to try a design using IKEv2 first.</t>
      </section>
    </section>
    <section anchor="security-consideration">
      <name>Security Consideration</name>
      <section anchor="threat-models">
        <name>Threat models</name>
        <t>In general, RISAV seeks to provide a strong defense against arbitrary active attackers who are external to the source and destination ASes.  However, different RISAV modes and configurations offer different security properties.</t>
        <section anchor="replay-attacks">
          <name>Replay attacks</name>
          <t>When replay detection is disabled, off-path attackers cannot spoof the source IPs of a participating AS, but any attacker with access to valid traffic can replay it (from anywhere), potentially enabling DoS attacks by replaying expensive traffic (e.g. TCP SYNs, QUIC Initials).  ASes that wish to have replay defense must enable it during the IKEv2 handshake (see <xref target="ts-replay"/>).</t>
        </section>
        <section anchor="downgrade">
          <name>Downgrade attacks</name>
          <t>An on-path attacker between two participating ASes could attempt to defeat RISAV by blocking IKEv2 handshakes to the Contact IP of a target AS.  If the AS initiating the handshake falls back to non-RISAV behavior after a handshake failure, this enables the attacker to remove all RISAV protection.</t>
          <t>This vulnerable behavior is required when the "testing" flag is set, but is otherwise discouraged.</t>
        </section>
      </section>
      <section anchor="incremental-benefit-from-partial-deployment">
        <name>Incremental benefit from partial deployment</name>
        <t>RISAV provides significant security benefits even if it is only deployed by a fraction of all ASes.  This is particularly clear in the context of reflection attacks.  If two networks implement RISAV, no one in any other network can trigger a reflection attack between these two networks.  Thus, if X% of ASes (selected at random) implement RISAV, participating ASes should see an X% reduction in reflection attack traffic volume.</t>
      </section>
      <section anchor="compatibility">
        <name>Compatibility</name>
        <section anchor="conflict">
          <name>With end-to-end IPsec</name>
          <t>When RISAV is used in transport mode, there is a risk of confusion between the RISAV AH header and end-to-end AH headers used by applications.  (In tunnel mode, no such confusion is possible.)  This risk is particularly clear during transition periods, when the recipient is not sure whether the sender is using RISAV or not.</t>
          <t>To prevent any such confusion, RISAV's transport mode uses a distinctive Scope value in the Authentication Header.  The receiving AS absorbs (and strips) all AH headers with this scope, and ignores those with any other scope, including ordinary end-to-end AH headers.</t>
        </section>
        <section anchor="with-other-sav-mechanisms">
          <name>With other SAV mechanisms</name>
          <t>RISAV is independent from intra-domain SAV and access-layer SAV, such as <xref target="RFC8704"/> or SAVI <xref target="RFC7039"/>. When these techniques are used together, intra-domain and access-layer SAV checks <bcp14>MUST</bcp14> be enforced before applying RISAV.</t>
        </section>
      </section>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <section anchor="reliability">
        <name>Reliability</name>
        <t>The ACS, represented by a contact IP, must be a high-availability, high-performance service to avoid outages.  There are various strategies to achieve this, including:</t>
        <ul spacing="normal">
          <li>
            <strong>Election</strong>. This might be achieved by electing one distinguished ASBR as the ACS. The distinguished ASBR acting as an ACS will represent the whole AS to communicate with peer AS's ACS. This election takes place prior to the IKE negotiation. In this arrangement, an ASBR <bcp14>MUST</bcp14> be a BGP speaker before it is elected as the distinguished ASBR, and a new election <bcp14>MUST</bcp14> replace the ACS if it fails.</li>
          <li>
            <strong>Anycast</strong>.  The ACS could be implemented as an anycast service operated by all the ASBRs.  Route flapping can be mitigated using IKEv2 redirection (<xref section="4" sectionFormat="comma" target="RFC5685"/>).  Negotiated SAs must be written into a database that is replicated across all ASBRs.</li>
        </ul>
      </section>
      <section anchor="MPProblem">
        <name>Synchronizing Multiple ASBRs</name>
        <t>To ensure coherent behavior across the AS, the ACS <bcp14>MUST</bcp14> deliver each SA to all relevant ASBRs in the AS immediately after it is negotiated.  RISAV does not standardize a mechanism for this update broadcast.</t>
        <t>During the SA broadcast, ASBRs will briefly be out of sync.  RISAV recommends a grace period to prevent outages during the update process.</t>
      </section>
      <section anchor="performance">
        <name>Performance</name>
        <t>RISAV requires participating ASes to perform symmetric cryptography on every RISAV-protected packet that they originate or terminate.  This will require significant additional compute capacity that may not be present on existing networks.  However, until most ASes actually implement RISAV, the implementation cost for the few that do is greatly reduced.  For example, if 5% of networks implement RISAV, then participating networks will only need to apply RISAV to 5% of their traffic.</t>
        <t>Thanks to broad interest in optimization of IPsec, very high performance implementations are already available.  For example, as of 2021 an IPsec throughput of 1 Terabit per second was achievable using optimized software on a single server <xref target="INTEL"/>.</t>
      </section>
      <section anchor="nat-scenario">
        <name>NAT scenario</name>
        <t>As all the outer IP header should be the unicast IP address, NAT-traversal mode is not necessary in inter-AS SAV.</t>
      </section>
    </section>
    <section anchor="consistency-with-existing-standards">
      <name>Consistency with Existing Standards</name>
      <section anchor="ipv6">
        <name>IPv6</name>
        <t>RISAV modifies the handling of IPv6 packets as they traverse the network, resulting in novel networking behaviors.  This section describes why those behaviors should not be viewed as violating the requirements of <xref target="RFC8200"/>.</t>
        <section anchor="mtu">
          <name>MTU</name>
          <t><xref section="5" sectionFormat="of" target="RFC8200"/> says:</t>
          <ul empty="true">
            <li>
              <t>IPv6 requires that every link in the Internet have an MTU of 1280 octets or greater.  This is known as the IPv6 minimum link MTU.</t>
            </li>
          </ul>
          <t>RISAV adds ~30-80 octets of overhead to each packet, reducing the effective link MTU.  A naive version of RISAV could violate the 1280-octet rule, when running over a (compliant) path with a Path MTU of 1280 octets.</t>
          <t>This violation is avoided by the requirements described in <xref target="mtu-handling"/>.  The resulting behavior is fully compliant when the underlying Path MTU is stable, and should compensate or disable RISAV within a few seconds if the Path MTU changes.</t>
        </section>
        <section anchor="header-modifications">
          <name>Header modifications</name>
          <t><xref section="4" sectionFormat="of" target="RFC8200"/> says:</t>
          <ul empty="true">
            <li>
              <t>Extension headers (except for the Hop-by-Hop Options header) are not processed, inserted, or deleted by any node along a packet's delivery path, until the packet reaches the node (or each of the set of nodes, in the case of multicast) identified in the Destination Address field of the IPv6 header.</t>
            </li>
          </ul>
          <t>In "tunnel mode" (<xref target="tunnel-mode"/>), RISAV acts as a classic site-to-site tunnel, potentially adding its own extension headers.  <xref section="4.1" sectionFormat="of" target="RFC8200"/> specifically allows such tunnels, and they are commonly used.</t>
          <t>In "transport mode" (<xref target="transport-mode"/>), a RISAV ASBR does insert a new extension header, which could be viewed as a violation of this guidance.  However, this new extension header is an implementation detail of a lightweight tunnel: it is only added after confirming that another router on the path will remove it, so that its presence is not detectable by either endpoint.  (<xref target="icmp-rewriting"/> adds further requirements to ensure that this header cannot be detected in ICMP responses either.)</t>
        </section>
        <section anchor="ip-address-usage">
          <name>IP address usage</name>
          <t>In some RISAV configurations, it is expected that many ASBRs will decrypt and process packets with the destination IP of the ACS and/or emit packets using the source IP of the ACS.  This can be viewed as replacing the central ACS with an "anycast" service, which is generally considered permissible.</t>
        </section>
      </section>
      <section anchor="rpki-usage">
        <name>RPKI Usage</name>
        <t><xref target="RFC9255"/> describes limits on the use of RPKI certificates for new purposes, including the following excerpts:</t>
        <ul empty="true">
          <li>
            <t>The RPKI was designed and specified to sign certificates for use within the RPKI itself and to generate Route Origin Authorizations (ROAs) [RFC6480] for use in routing. Its design intentionally precluded use for attesting to real-world identity...</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>RPKI-based credentials of INRs <bcp14>MUST NOT</bcp14> be used to authenticate real-world documents or transactions.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>When a document is signed with the private key associated with an RPKI certificate, the signer is speaking for the INRs (the IP address space and AS numbers) in the certificate. ... If the signature is valid, the message content comes from a party that is authorized to speak for that subset of INRs.</t>
          </li>
        </ul>
        <t>RISAV's usage of RPKI key material falls squarely within these limits.  The RPKI signature used in the IKEv2 handshake serves only to confirm that this party is authorized to originate and terminate IP packets using the corresponding IP ranges.  The "identity" of this party is not relevant to RISAV.</t>
      </section>
    </section>
    <section anchor="iana-consideration">
      <name>IANA Consideration</name>
      <ul empty="true">
        <li>
          <t>TODO: Register RISAVAnnouncement.</t>
        </li>
      </ul>
      <section anchor="smi-security-for-smime-cms-content-type-1284011354919161">
        <name>SMI Security for S/MIME CMS Content Type (1.2.840.113549.1.9.16.1)</name>
        <t>Please add the id-mod-rpki-risav-2023 to the SMI Security for S/MIME Module Identifier (1.2.840.113549.1.9.16.0) registry (https://www.iana.org/assignments/smi-numbers/smi-numbers.xml#security-smime-0) as follows:</t>
        <artwork><![CDATA[
Decimal    Description                   Specification
---------------------------------------------------------------------
TBD        id-mod-rpki-risav-2023        [RFC-to-be]
]]></artwork>
      </section>
      <section anchor="smi-security-for-smime-cms-content-type-registry">
        <name>SMI Security for S/MIME CMS Content Type registry</name>
        <t>Please add the RISAVAnnouncement to the SMI Security for S/MIME CMS Content Type (1.2.840.113549.1.9.16.1) registry (https://www.iana.org/assignments/smi-numbers/smi-numbers.xml#security-smime-1) as follows:</t>
        <artwork><![CDATA[
Decimal     Description                    Specification
---------------------------------------------------------------------
TBD         id-ct-risav                    [RFC-to-be]
]]></artwork>
      </section>
      <section anchor="rpki-signed-object-registry">
        <name>RPKI Signed Object registry</name>
        <t>Please add RISAVAnnouncement to the RPKI Signed Object registry (https://www.iana.org/assignments/rpki/rpki.xhtml#signed-objects) as follows:</t>
        <artwork><![CDATA[
Name          OID                          Specification
---------------------------------------------------------------------
RISAV
Announcement  1.2.840.113549.1.9.16.1.TBD  [RFC-to-be]
]]></artwork>
      </section>
      <section anchor="rpki-repository-name-scheme-registry">
        <name>RPKI Repository Name Scheme Registry</name>
        <t>Please add an item for the RISAV Announcement file extension to the "RPKI Repository Name Scheme" registry created by <xref target="RFC6481"/> as follows:</t>
        <artwork><![CDATA[
Filename
Extension  RPKI Object                      Reference
---------------------------------------------------------------------
.ra        RISAVAnnouncement                [RFC-to-be]
]]></artwork>
        <!-- # Acknowledgements -->
<!-- TBD. Russ Housley -->

</section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized.  This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC2827" target="https://www.rfc-editor.org/info/rfc2827" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2827.xml">
          <front>
            <title>Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing</title>
            <author fullname="P. Ferguson" initials="P." surname="Ferguson"/>
            <author fullname="D. Senie" initials="D." surname="Senie"/>
            <date month="May" year="2000"/>
            <abstract>
              <t>This paper discusses a simple, effective, and straightforward method for using ingress traffic filtering to prohibit DoS (Denial of Service) attacks which use forged IP addresses to be propagated from 'behind' an Internet Service Provider's (ISP) aggregation point.  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="38"/>
          <seriesInfo name="RFC" value="2827"/>
          <seriesInfo name="DOI" value="10.17487/RFC2827"/>
        </reference>
        <reference anchor="RFC4301" target="https://www.rfc-editor.org/info/rfc4301" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4301.xml">
          <front>
            <title>Security Architecture for the Internet Protocol</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <author fullname="K. Seo" initials="K." surname="Seo"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the "Security Architecture for IP", which is designed to provide security services for traffic at the IP layer.  This document obsoletes RFC 2401 (November 1998). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4301"/>
          <seriesInfo name="DOI" value="10.17487/RFC4301"/>
        </reference>
        <reference anchor="RFC4302" target="https://www.rfc-editor.org/info/rfc4302" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4302.xml">
          <front>
            <title>IP Authentication Header</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the IP Authentication Header (AH), which is designed to provide authentication services in IPv4 and IPv6.  This document obsoletes RFC 2402 (November 1998). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4302"/>
          <seriesInfo name="DOI" value="10.17487/RFC4302"/>
        </reference>
        <reference anchor="RFC4303" target="https://www.rfc-editor.org/info/rfc4303" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4303.xml">
          <front>
            <title>IP Encapsulating Security Payload (ESP)</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the Encapsulating Security Payload (ESP) protocol, which is designed to provide a mix of security services in IPv4 and IPv6.  ESP is used to provide confidentiality, data origin authentication, connectionless integrity, an anti-replay service (a form of partial sequence integrity), and limited traffic flow confidentiality.  This document obsoletes RFC 2406 (November 1998). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4303"/>
          <seriesInfo name="DOI" value="10.17487/RFC4303"/>
        </reference>
        <reference anchor="RFC5210" target="https://www.rfc-editor.org/info/rfc5210" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5210.xml">
          <front>
            <title>A Source Address Validation Architecture (SAVA) Testbed and Deployment Experience</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <author fullname="G. Ren" initials="G." surname="Ren"/>
            <author fullname="K. Xu" initials="K." surname="Xu"/>
            <author fullname="M. Williams" initials="M." surname="Williams"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>Because the Internet forwards packets according to the IP destination address, packet forwarding typically takes place without inspection of the source address and malicious attacks have been launched using spoofed source addresses.  In an effort to enhance the Internet with IP source address validation, a prototype implementation of the IP Source Address Validation Architecture (SAVA) was created and an evaluation was conducted on an IPv6 network.  This document reports on the prototype implementation and the test results, as well as the lessons and insights gained from experimentation.  This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5210"/>
          <seriesInfo name="DOI" value="10.17487/RFC5210"/>
        </reference>
        <reference anchor="RFC5635" target="https://www.rfc-editor.org/info/rfc5635" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5635.xml">
          <front>
            <title>Remote Triggered Black Hole Filtering with Unicast Reverse Path Forwarding (uRPF)</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <date month="August" year="2009"/>
            <abstract>
              <t>Remote Triggered Black Hole (RTBH) filtering is a popular and effective technique for the mitigation of denial-of-service attacks.  This document expands upon destination-based RTBH filtering by outlining a method to enable filtering by source address as well.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5635"/>
          <seriesInfo name="DOI" value="10.17487/RFC5635"/>
        </reference>
        <reference anchor="RFC5905" target="https://www.rfc-editor.org/info/rfc5905" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5905.xml">
          <front>
            <title>Network Time Protocol Version 4: Protocol and Algorithms Specification</title>
            <author fullname="D. Mills" initials="D." surname="Mills"/>
            <author fullname="J. Martin" initials="J." role="editor" surname="Martin"/>
            <author fullname="J. Burbank" initials="J." surname="Burbank"/>
            <author fullname="W. Kasch" initials="W." surname="Kasch"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Network Time Protocol (NTP) is widely used to synchronize computer clocks in the Internet.  This document describes NTP version 4 (NTPv4), which is backwards compatible with NTP version 3 (NTPv3), described in RFC 1305, as well as previous versions of the protocol.  NTPv4 includes a modified protocol header to accommodate the Internet Protocol version 6 address family.  NTPv4 includes fundamental improvements in the mitigation and discipline algorithms that extend the potential accuracy to the tens of microseconds with modern workstations and fast LANs.  It includes a dynamic server discovery scheme, so that in many cases, specific server configuration is not required.  It corrects certain errors in the NTPv3 design and implementation and includes an optional extension mechanism. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5905"/>
          <seriesInfo name="DOI" value="10.17487/RFC5905"/>
        </reference>
        <reference anchor="RFC6278" target="https://www.rfc-editor.org/info/rfc6278" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6278.xml">
          <front>
            <title>Use of Static-Static Elliptic Curve Diffie-Hellman Key Agreement in Cryptographic Message Syntax</title>
            <author fullname="J. Herzog" initials="J." surname="Herzog"/>
            <author fullname="R. Khazan" initials="R." surname="Khazan"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes how to use the 'static-static Elliptic Curve Diffie-Hellman key-agreement scheme (i.e., Elliptic Curve Diffie- Hellman where both participants use static Diffie-Hellman values) with the Cryptographic Message Syntax.  In this form of key agreement, the Diffie-Hellman values of both the sender and receiver are long-term values contained in certificates.  This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6278"/>
          <seriesInfo name="DOI" value="10.17487/RFC6278"/>
        </reference>
        <reference anchor="RFC6480" target="https://www.rfc-editor.org/info/rfc6480" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6480.xml">
          <front>
            <title>An Infrastructure to Support Secure Internet Routing</title>
            <author fullname="M. Lepinski" initials="M." surname="Lepinski"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document describes an architecture for an infrastructure to support improved security of Internet routing.  The foundation of this architecture is a Resource Public Key Infrastructure (RPKI) that represents the allocation hierarchy of IP address space and Autonomous System (AS) numbers; and a distributed repository system for storing and disseminating the data objects that comprise the RPKI, as well as other signed objects necessary for improved routing security.  As an initial application of this architecture, the document describes how a legitimate holder of IP address space can explicitly and verifiably authorize one or more ASes to originate routes to that address space.  Such verifiable authorizations could be used, for example, to more securely construct BGP route filters.  This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6480"/>
          <seriesInfo name="DOI" value="10.17487/RFC6480"/>
        </reference>
        <reference anchor="RFC6481" target="https://www.rfc-editor.org/info/rfc6481" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6481.xml">
          <front>
            <title>A Profile for Resource Certificate Repository Structure</title>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <author fullname="R. Loomans" initials="R." surname="Loomans"/>
            <author fullname="G. Michaelson" initials="G." surname="Michaelson"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document defines a profile for the structure of the Resource Public Key Infrastructure (RPKI) distributed repository.  Each individual repository publication point is a directory that contains files that correspond to X.509/PKIX Resource Certificates, Certificate Revocation Lists and signed objects.  This profile defines the object (file) naming scheme, the contents of repository publication points (directories), and a suggested internal structure of a local repository cache that is intended to facilitate synchronization across a distributed collection of repository publication points and to facilitate certification path construction. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6481"/>
          <seriesInfo name="DOI" value="10.17487/RFC6481"/>
        </reference>
        <reference anchor="RFC7039" target="https://www.rfc-editor.org/info/rfc7039" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7039.xml">
          <front>
            <title>Source Address Validation Improvement (SAVI) Framework</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="C. Vogt" initials="C." role="editor" surname="Vogt"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>Source Address Validation Improvement (SAVI) methods were developed to prevent nodes attached to the same IP link from spoofing each other's IP addresses, so as to complement ingress filtering with finer-grained, standardized IP source address validation.  This document is a framework document that describes and motivates the design of the SAVI methods.  Particular SAVI methods are described in other documents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7039"/>
          <seriesInfo name="DOI" value="10.17487/RFC7039"/>
        </reference>
        <reference anchor="RFC7296" target="https://www.rfc-editor.org/info/rfc7296" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7296.xml">
          <front>
            <title>Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="C. Kaufman" initials="C." surname="Kaufman"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="Y. Nir" initials="Y." surname="Nir"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <date month="October" year="2014"/>
            <abstract>
              <t>This document describes version 2 of the Internet Key Exchange (IKE) protocol.  IKE is a component of IPsec used for performing mutual authentication and establishing and maintaining Security Associations (SAs).  This document obsoletes RFC 5996, and includes all of the errata for it.  It advances IKEv2 to be an Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="79"/>
          <seriesInfo name="RFC" value="7296"/>
          <seriesInfo name="DOI" value="10.17487/RFC7296"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8209" target="https://www.rfc-editor.org/info/rfc8209" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8209.xml">
          <front>
            <title>A Profile for BGPsec Router Certificates, Certificate Revocation Lists, and Certification Requests</title>
            <author fullname="M. Reynolds" initials="M." surname="Reynolds"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>This document defines a standard profile for X.509 certificates used to enable validation of Autonomous System (AS) paths in the Border Gateway Protocol (BGP), as part of an extension to that protocol known as BGPsec.  BGP is the standard for inter-domain routing in the Internet; it is the "glue" that holds the Internet together.  BGPsec is being developed as one component of a solution that addresses the requirement to provide security for BGP.  The goal of BGPsec is to provide full AS path validation based on the use of strong cryptographic primitives.  The end entity (EE) certificates specified by this profile are issued to routers within an AS.  Each of these certificates is issued under a Resource Public Key Infrastructure (RPKI) Certification Authority (CA) certificate.  These CA certificates and EE certificates both contain the AS Resource extension.  An EE certificate of this type asserts that the router or routers holding the corresponding private key are authorized to emit secure route advertisements on behalf of the AS(es) specified in the certificate.  This document also profiles the format of certification requests and specifies Relying Party (RP) certificate path validation procedures for these EE certificates.  This document extends the RPKI; therefore, this document updates the RPKI Resource Certificates Profile (RFC 6487).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8209"/>
          <seriesInfo name="DOI" value="10.17487/RFC8209"/>
        </reference>
        <reference anchor="RFC8704" target="https://www.rfc-editor.org/info/rfc8704" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8704.xml">
          <front>
            <title>Enhanced Feasible-Path Unicast Reverse Path Forwarding</title>
            <author fullname="K. Sriram" initials="K." surname="Sriram"/>
            <author fullname="D. Montgomery" initials="D." surname="Montgomery"/>
            <author fullname="J. Haas" initials="J." surname="Haas"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document identifies a need for and proposes improvement of the unicast Reverse Path Forwarding (uRPF) techniques (see RFC 3704) for detection and mitigation of source address spoofing (see BCP 38).  Strict uRPF is inflexible about directionality, the loose uRPF is oblivious to directionality, and the current feasible-path uRPF attempts to strike a balance between the two (see RFC 3704).  However, as shown in this document, the existing feasible-path uRPF still has shortcomings.  This document describes enhanced feasible-path uRPF (EFP-uRPF) techniques that are more flexible (in a meaningful way) about directionality than the feasible-path uRPF (RFC 3704).  The proposed EFP-uRPF methods aim to significantly reduce false positives regarding invalid detection in source address validation (SAV).  Hence, they can potentially alleviate ISPs' concerns about the possibility of disrupting service for their customers and encourage greater deployment of uRPF techniques.  This document updates RFC 3704.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="84"/>
          <seriesInfo name="RFC" value="8704"/>
          <seriesInfo name="DOI" value="10.17487/RFC8704"/>
        </reference>
        <reference anchor="RFC6482" target="https://www.rfc-editor.org/info/rfc6482" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6482.xml">
          <front>
            <title>A Profile for Route Origin Authorizations (ROAs)</title>
            <author fullname="M. Lepinski" initials="M." surname="Lepinski"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <author fullname="D. Kong" initials="D." surname="Kong"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document defines a standard profile for Route Origin Authorizations (ROAs).  A ROA is a digitally signed object that provides a means of verifying that an IP address block holder has authorized an Autonomous System (AS) to originate routes to one or more prefixes within the address block. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6482"/>
          <seriesInfo name="DOI" value="10.17487/RFC6482"/>
        </reference>
        <reference anchor="RFC6488" target="https://www.rfc-editor.org/info/rfc6488" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6488.xml">
          <front>
            <title>Signed Object Template for the Resource Public Key Infrastructure (RPKI)</title>
            <author fullname="M. Lepinski" initials="M." surname="Lepinski"/>
            <author fullname="A. Chi" initials="A." surname="Chi"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document defines a generic profile for signed objects used in the Resource Public Key Infrastructure (RPKI).  These RPKI signed objects make use of Cryptographic Message Syntax (CMS) as a standard encapsulation format. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6488"/>
          <seriesInfo name="DOI" value="10.17487/RFC6488"/>
        </reference>
        <reference anchor="RFC9347" target="https://www.rfc-editor.org/info/rfc9347" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9347.xml">
          <front>
            <title>Aggregation and Fragmentation Mode for Encapsulating Security Payload (ESP) and Its Use for IP Traffic Flow Security (IP-TFS)</title>
            <author fullname="C. Hopps" initials="C." surname="Hopps"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>This document describes a mechanism for aggregation and fragmentation of IP packets when they are being encapsulated in Encapsulating Security Payload (ESP).  This new payload type can be used for various purposes, such as decreasing encapsulation overhead for small IP packets; however, the focus in this document is to enhance IP Traffic Flow Security (IP-TFS) by adding Traffic Flow Confidentiality (TFC) to encrypted IP-encapsulated traffic.  TFC is provided by obscuring the size and frequency of IP traffic using a fixed-size, constant-send-rate IPsec tunnel.  The solution allows for congestion control, as well as nonconstant send-rate usage.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9347"/>
          <seriesInfo name="DOI" value="10.17487/RFC9347"/>
        </reference>
        <reference anchor="RFC4459" target="https://www.rfc-editor.org/info/rfc4459" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4459.xml">
          <front>
            <title>MTU and Fragmentation Issues with In-the-Network Tunneling</title>
            <author fullname="P. Savola" initials="P." surname="Savola"/>
            <date month="April" year="2006"/>
            <abstract>
              <t>Tunneling techniques such as IP-in-IP when deployed in the middle of the network, typically between routers, have certain issues regarding how large packets can be handled: whether such packets would be fragmented and reassembled (and how), whether Path MTU Discovery would be used, or how this scenario could be operationally avoided.  This memo justifies why this is a common, non-trivial problem, and goes on to describe the different solutions and their characteristics at some length.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4459"/>
          <seriesInfo name="DOI" value="10.17487/RFC4459"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="INTEL" target="https://networkbuilders.intel.com/solutionslibrary/3rd-generation-intel-xeon-scalable-processor-achieving-1-tbps-ipsec-with-intel-advanced-vector-extensions-512-technology-guide">
          <front>
            <title>Achieving 1 Tbps IPsec with AVX-512</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="April"/>
          </front>
        </reference>
        <reference anchor="RFC8019" target="https://www.rfc-editor.org/info/rfc8019" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8019.xml">
          <front>
            <title>Protecting Internet Key Exchange Protocol Version 2 (IKEv2) Implementations from Distributed Denial-of-Service Attacks</title>
            <author fullname="Y. Nir" initials="Y." surname="Nir"/>
            <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
            <date month="November" year="2016"/>
            <abstract>
              <t>This document recommends implementation and configuration best practices for Internet Key Exchange Protocol version 2 (IKEv2) Responders, to allow them to resist Denial-of-Service and Distributed Denial-of-Service attacks.  Additionally, the document introduces a new mechanism called "Client Puzzles" that helps accomplish this task.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8019"/>
          <seriesInfo name="DOI" value="10.17487/RFC8019"/>
        </reference>
        <reference anchor="RFC5508" target="https://www.rfc-editor.org/info/rfc5508" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5508.xml">
          <front>
            <title>NAT Behavioral Requirements for ICMP</title>
            <author fullname="P. Srisuresh" initials="P." surname="Srisuresh"/>
            <author fullname="B. Ford" initials="B." surname="Ford"/>
            <author fullname="S. Sivakumar" initials="S." surname="Sivakumar"/>
            <author fullname="S. Guha" initials="S." surname="Guha"/>
            <date month="April" year="2009"/>
            <abstract>
              <t>This document specifies the behavioral properties required of the Network Address Translator (NAT) devices in conjunction with the Internet Control Message Protocol (ICMP).  The objective of this memo is to make NAT devices more predictable and compatible with diverse application protocols that traverse the devices.  Companion documents provide behavioral recommendations specific to TCP, UDP, and other protocols.  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="148"/>
          <seriesInfo name="RFC" value="5508"/>
          <seriesInfo name="DOI" value="10.17487/RFC5508"/>
        </reference>
        <reference anchor="RFC7383" target="https://www.rfc-editor.org/info/rfc7383" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7383.xml">
          <front>
            <title>Internet Key Exchange Protocol Version 2 (IKEv2) Message Fragmentation</title>
            <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
            <date month="November" year="2014"/>
            <abstract>
              <t>This document describes a way to avoid IP fragmentation of large Internet Key Exchange Protocol version 2 (IKEv2) messages.  This allows IKEv2 messages to traverse network devices that do not allow IP fragments to pass through.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7383"/>
          <seriesInfo name="DOI" value="10.17487/RFC7383"/>
        </reference>
        <reference anchor="I-D.ietf-ipsecme-multi-sa-performance" target="https://datatracker.ietf.org/doc/html/draft-ietf-ipsecme-multi-sa-performance-01" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-ipsecme-multi-sa-performance.xml">
          <front>
            <title>IKEv2 support for per-queue Child SAs</title>
            <author fullname="Antony Antony" initials="A." surname="Antony">
              <organization>secunet Security Networks AG</organization>
            </author>
            <author fullname="Tobias Brunner" initials="T." surname="Brunner">
              <organization>codelabs GmbH</organization>
            </author>
            <author fullname="Steffen Klassert" initials="S." surname="Klassert">
              <organization>secunet Security Networks AG</organization>
            </author>
            <author fullname="Paul Wouters" initials="P." surname="Wouters">
              <organization>Aiven</organization>
            </author>
            <date day="6" month="June" year="2023"/>
            <abstract>
              <t>This document defines three Notify Message Type Payloads for the Internet Key Exchange Protocol Version 2 (IKEv2) indicating support for the negotiation of multiple identical Child SAs to optimize performance. The CPU_QUEUES notification indicates support for multiple queues or CPUs. The CPU_QUEUE_INFO notification is used to confirm and optionally convey information about the specific queue. The TS_MAX_QUEUE notify conveys that the peer is unwilling to create more additional Child SAs for this particular Traffic Selector set. Using multiple identical Child SAs has the benefit that each stream has its own Sequence Number Counter, ensuring that CPUs don't have to synchronize their crypto state or disable their packet replay protection.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ipsecme-multi-sa-performance-01"/>
        </reference>
        <reference anchor="RFC5685" target="https://www.rfc-editor.org/info/rfc5685" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5685.xml">
          <front>
            <title>Redirect Mechanism for the Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="V. Devarapalli" initials="V." surname="Devarapalli"/>
            <author fullname="K. Weniger" initials="K." surname="Weniger"/>
            <date month="November" year="2009"/>
            <abstract>
              <t>The Internet Key Exchange Protocol version 2 (IKEv2) is a protocol for setting up Virtual Private Network (VPN) tunnels from a remote location to a gateway so that the VPN client can access services in the network behind the gateway.  This document defines an IKEv2 extension that allows an overloaded VPN gateway or a VPN gateway that is being shut down for maintenance to redirect the VPN client to attach to another gateway.  The proposed mechanism can also be used in Mobile IPv6 to enable the home agent to redirect the mobile node to another home agent. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5685"/>
          <seriesInfo name="DOI" value="10.17487/RFC5685"/>
        </reference>
        <reference anchor="I-D.ponchon-ipsecme-anti-replay-subspaces" target="https://datatracker.ietf.org/doc/html/draft-ponchon-ipsecme-anti-replay-subspaces-01" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ponchon-ipsecme-anti-replay-subspaces.xml">
          <front>
            <title>IPsec and IKE anti-replay sequence number subspaces for traffic-engineered paths and multi-core processing</title>
            <author fullname="Paul Ponchon" initials="P." surname="Ponchon">
              <organization>Cisco Meraki</organization>
            </author>
            <author fullname="Mohsin Shaikh" initials="M." surname="Shaikh">
              <organization>Cisco Meraki</organization>
            </author>
            <author fullname="Pierre Pfister" initials="P." surname="Pfister">
              <organization>Cisco Meraki</organization>
            </author>
            <author fullname="Guillaume Solignac" initials="G." surname="Solignac">
              <organization>Cisco Meraki</organization>
            </author>
            <date day="13" month="March" year="2023"/>
            <abstract>
              <t>This document discusses the challenges of running IPsec with anti- replay in multi-core environments where packets may be re-ordered (e.g., when sent over multiple IP paths, traffic-engineered paths and/or using different QoS classes). A new solution based on splitting the anti-replay sequence number space into multiple different sequencing subspaces is proposed. Since this solution requires support on both parties, an IKE extension is proposed in order to negotiate the use of the anti-replay sequence number subspaces.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ponchon-ipsecme-anti-replay-subspaces-01"/>
        </reference>
        <reference anchor="I-D.mrossberg-ipsecme-multiple-sequence-counters" target="https://datatracker.ietf.org/doc/html/draft-mrossberg-ipsecme-multiple-sequence-counters-00" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.mrossberg-ipsecme-multiple-sequence-counters.xml">
          <front>
            <title>Problem statements and uses cases for lightweight Child Security Associations</title>
            <author fullname="Michael Rossberg" initials="M." surname="Rossberg">
              <organization>Technische Universität Ilmenau</organization>
            </author>
            <author fullname="Steffen Klassert" initials="S." surname="Klassert">
              <organization>secunet Security Networks AG</organization>
            </author>
            <author fullname="Michael Pfeiffer" initials="M." surname="Pfeiffer">
              <organization>Technische Universität Ilmenau</organization>
            </author>
            <date day="27" month="February" year="2023"/>
            <abstract>
              <t>IKE SAs may have one or more child SAs that are used for traffic protection. This document collects arguments for (and against) having more fine-grained sub-child-SAs. They can be used to separate data streams for various technical reasons but share the same security properties and traffic selectors. This shall allow for a more flexible use of IPsec in multiple scenarios.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-mrossberg-ipsecme-multiple-sequence-counters-00"/>
        </reference>
        <reference anchor="RFC8200" target="https://www.rfc-editor.org/info/rfc8200" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8200.xml">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6).  It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="RFC9255" target="https://www.rfc-editor.org/info/rfc9255" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9255.xml">
          <front>
            <title>The 'I' in RPKI Does Not Stand for Identity</title>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>There is a false notion that Internet Number Resources (INRs) in the RPKI can be associated with the real-world identity of the 'holder' of an INR.  This document specifies that RPKI does not associate to the INR holder.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9255"/>
          <seriesInfo name="DOI" value="10.17487/RFC9255"/>
        </reference>
      </references>
    </references>
    <?line 655?>

<section anchor="appendix-a">
      <name>Summary of Attacks Launched By Spoofing Address</name>
      <t>The malicious attacks that spoofing addresses can launch can be classified into two types: direct attacks and reflection attacks. Regardless of the scenario, the packets sent out by the attacker would use a spoofed IP address as its source address.</t>
      <section anchor="direct-attack">
        <name>Direct Attack</name>
        <t>The packet with a spoofed address will go to the victim directly. These attacks include DoS, DDoS, flooding-based attacks, etc. In this case, it is hard to say whether this action is launched by the user's misconfiguration or a malicious attacker's intent even if SAV is deployed. But SAV could help to locate where the abnormal traffic originates and to stop it as soon as possible.</t>
      </section>
      <section anchor="reflection-attack">
        <name>Reflection Attack</name>
        <t>Attackers would not send packets to victims directly, but they would send packets to a server that runs amplification services, such as DNS, NTP, SNMP, SSDP, and other UDP/TCP-based services. The packet sent to the public server would be multiplicatively amplified and replied to the victim, which would be more destructive than a direct attack. In this case, if SAV is deployed, attackers can almost not launch such attacks.</t>
      </section>
    </section>
    <section anchor="example-risavannouncement-econtent-payload">
      <name>Example RISAVAnnouncement eContent Payload</name>
      <t>TBD.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
QXT6Wp19YjFbP7eXJtB7c359GHzd8fORfm2//8+OvwXNj/79tY2aH0HCnX9f
dz69+/f+bZ2yn6NHxn3x9/Pn9KqdtF+lvoZZRmrOlGXPYCN+jo48Mp2dhbjw
s7Vovtpp7eLPbuafmtdv2ghgfSEERvvacd52/llLSMeur4ArxPT7527f11Hj
1UlrjQ/kjz5tHcXWX9i2vUbtC8ppxL8/JrgPowsvKDBDORWRd9Nsu7uvf+G8
op2U7t6/e/axMS8a7Def+gva3gsvUjIcEJ4MolMSOqIxyWLlKhW7wT1tPzIv
/WNJw1SEh5Ck7m97L7w+vcZd8PpX0olQQPjpOHqgwoP45/9jz+v4LHGokX+w
90unc+hF4qm660j0hxR4ncwJtNCPzJeIJ3DLwqBOzBFuXPVHitgKWaLHgisJ
bWkh9uWppyYQpUqiMyz/BVSGddacpfj9E5Lcw1dUr3qTT3fMhNq/4Xk4c46J
gW5ioqO0feRwRHej/TJfJVW6Yp18RhrdtCKh8DaNnaLJg8HoBdfllWgNBSmb
o6tuV0VemCSjfFLFIhbDLk4i3MkwXEXPNKU7VtcYBmyNJuFdfPL7Z2fNdTNi
xqLvR5esIBuYSnMiXBKsvCFr2ybDA0G/nvxASxOtn7SGih0zqagDaRluImRd
9f/DloQJYV1epUsbwQDYdtWezO42umAfSFV6VTBho5YpEbN79Afu+2NaaKdD
bArkkFhUCClW5kAF2C87FuOfQjpLMJ4K/6332N8BzVLHbv1MT8wwHC3T94JI
L79iUiFWmAYKk0qfZrI4caodHbxg2d1x4ThgoQNzozQdLK6NWqPE/OBhsBN0
cJxOl/XMDCtNYyjHShA89vHTnmdxe3B/Cf/JWvxHTS4bB0wYL0LNm97RkBQB
n+i75SabLgrahh8DnZfDNHQz5onYj0bD9pQD829g/SXoxHQ+Ef/T6TwxX4zX
E+mNhmnCWXpErdurwCEYgKRCJ3tdhmPcNI8p2hLMWgbLycYiTfWcs1WYeEua
iayCEAjGVjWp5SyH0MoqmQ26dZE8zg4FZ16WLJlEzSwEhq1JgX6vgPejvTT7
qfbrLQGs8ZZ1oaZPb79joydMTuqQ6rWscomNBTMzLOpFvkSEX6Z+phtCQ/Ey
K4im2maNNoHSyhupcR1mH50RjZJvFuEED0DoYI3mBUwgBg7sDEFh+p6IVgGo
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
eQ5o5vImQTYq/zbNTYyHvGT8n3VJTmjaKZBIdWx3+QlT/5UL4RYTGkcY95VD
yGJBFkkopHOVpaitol5+V483LpsWbDoBqR5Uf5kRSmx9MAm0GShQ4r6Hi67Z
CNS2HJ6HI81481uP+C/E2Foqikmh8EMWohltT9Q8JmZivj67ejP8tj8aD8fv
RuYsUBuaJLcrcT25PhuOz747eX3+5vQ7VGoKotY0YI5joST1oGmqcj4Yn7fG
B6lYmWlBAeUIXmk5MbNWYZ1dJ7UBkjutDpyrDNnum0GASF0+o0rm7GQiEy0L
BEUrWsVGg317CsQzvFNnVVcFQbsUIfr+5Ordd398d/bubPS90sJGnB9pdOf9
0wEuHnTXpCrexf1AGyUFD6I56pNEjVo8nLPpqro3MUPwHXMG0XWh+jMOEiA1
paxJmK0adCRB2FmYwi7EjciQeeLVakDnNKOTT2d5Fgo2AcBV+8jXJNpooYzS
TE8qNMGCfRY4rQ2deUv06JcJmAffpKOTsZeJlSJfS3UvM7RZUtQWMqnvnrdO
qI7C0G5xUbIWkj7czIYg78CL1JoD5xKwRGMds+7l6qdrrLQrTRYNVenQukzX
iXiJLOj7ydPnT/x5fyLGQcyg4eYFpUEqolk3kCXhwg38tqs25+ha2rwEyStL
ergbMQ07rseI27hjJ0NqYI99KQkrI9Dmko0RYGkVJFK1XLRr4k9YzA+16iee
OckcdJ+EyhdJVRdc9yfItByPvru6HI3OX745k/3zruIWq1Y3Kbt0dtI35eXq
NcbUglJDsiJomsHdOc3T4+QsEfV9OiQMhgFqe2LTwr9O5xXHuCj6+MsfXahD
O9hsRFuz5oQVpS60dBKJM0dgAq7UL62xXEj0JrgvArPSHlZgxdT3vEmkSCTq
G2/p83WlxFyUVKnNvUmf5A6KuEyD68kaTLIpWDbixIn8n/hUMto7hxeO9kP7
0ZMJOcVRLdUELSUg3CHxlN5loZeW18G3MkCkMlapnjplaf4yPja0pz+QxsDV
Hr18o8eLyyasNzsLNFg2fM13JFgCHl9hRs1hjmgWKblzgRFEdPWyOwlLNWD4
+d7tTF506WYuND0Vx7aKbwQz8enEoe9BCWZQPHDXcW4EQbfDvrQ3Ve23wlDk
3jpXakZaE+hkPg+iK6NhZ+4AtOzG7gpTJyG63BwXyEy7T1Qz0BxcdmjQEatq
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
yU0axN+B1DDo/F9FLt39iLYAAA==

-->

</rfc>
