<?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.35 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-xu-ipsecme-risav-01" category="std" consensus="true" submissionType="IETF" updates="4302" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.3 -->
  <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-01"/>
    <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>Google LLC</organization>
      <address>
        <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="June" day="12"/>
    <workgroup>ipsecme</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 100?>

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

<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 defeat 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 representative 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 guarantee the source address is valid.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <t>The goal of this section is to provides the 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 light-weight 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 an 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 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 are 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[
RISAVAnnouncement ::= SEQUENCE {
         version [0] INTEGER DEFAULT 0,
         asID ASID,
         contactIP SEQUENCE (SIZE(2)) OF IPAddressFamily,
         testing BOOLEAN }
ASID              ::= INTEGER
IPAddressFamily   ::= SEQUENCE {
         addressFamily OCTET STRING (SIZE (2..3)),
         addresses SEQUENCE (SIZE(1..MAX)) OF IPAddress }
IPAddress         ::= BIT STRING
]]></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 is a list of IP addresses.</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"/>).</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>
      <!-- # Acknowledgements -->
<!-- TBD. -->

</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="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 589?>

<section anchor="appendix-a">
      <name>Summary of Attacks Launched By Spoofing Address</name>
      <t>The malicious attacks that can be launched by spoofing addresses can be classified into two types: direct attacks and reflection attacks. Regardless of the scenario, the packets sent out by 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 are almost not able to launch such attacks.</t>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA91963Yb15XmfzxFNZVZJh0AIqm7Vnc6EElJnEgkQ0B2nE6P
XQCKQEWFKqQupGBb/SzzLPNks799OedUAZSdlfT8GGbFIoGqc9ln329nMBj0
eg8eRJNlWkXzMr6pI/qlXiZRtU5m6U06i+pktsyLrFhser06rbPkZfTVKI+u
r/5wHsX5PDq/qpLZYBpXyTwajQd1MRiNo9F6XRbxbBndFGU0LppylkSj+bxM
qir6Js7SeVynRf5VL55Oy+T2ZXR9Ph590+vNi1ker2gGXsrgUzNI1zT6KhmU
aRXfDg6PaLVRVdO838dZkdOTm6Tq9dJ1+TKqy6aqjw8PXxwe00NxmcQvo3Ey
a8q03kQj+rNX1fTf1cvo/Gzyune3eBnp6L2Pd/RhXidlntSDU8zdm8X1S5pp
3uvNinma08NNNYirWZr21unLiH4eRLM4p08TmquMN9F+ehPFWYYVHUS07WVc
LaNlUiYEt2ImK62KktZwU/FfGGKe3MRNVhPMC3lgs3Lf93rNmgCV0F+PH9Gm
enFTL4vyZS/in4H+G0UCsz8k0Z8a91lR0pInFa182cTRhzy9TcqKIOEeIBAp
8L/8FICWECz+KA9tGtq0fNaP3sbpPKW/T1P6JJ3V7rUZjfEyepWkf6W3gsEI
lrTSo8PDw+eP/cNFk9clPX+yTPPYfZys4jR7GX1qPia/r3WJw2TeDGf5PRD4
n7SWNT0Yffv/IRz+qpv7/YzR9MuQ+C7OFzdJGr1pijYk/rws8sWC1j5r8uhd
PC3KuC7KXdD485sTPLADAidNumyi6yKe/0M7f/HkV+580RQb2c/vf1zMsnj6
5b2/SvK/xqs0j94Po/FseReX9Y9tILwpikWWRO/enfiF8XqDP3VF3bWkSX3z
+yn9Uc2GdAr3LIGgghVH+2+TvNwcRN/GAQwEI4nFejSLipvofZrnSVXUcRTX
0WmTEa13gOme2Ibbh/Gou9KlrOH382GzygGxXq+XF+WKOO9tgn1dvz45Pjp6
Yb8+P36GXx/g9xfPn9rvj148fq6PEBM68r8e+18f6a9Pjo8O7denj57Yry8O
n9hoT168eKofPz1+ZgM/ffzc3nt2+MhW9OzYPfv86Nlj+/X48IWN9vz48TP7
+NkhPdFL85twi+cXk7N3coYqukazZZrcgkccRZPpuhLxFd2l9TIaffOnwZOj
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

-->

</rfc>
