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

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

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

</section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>Commonly used terms in this document are described below.</t>
        <dl>
          <dt>ACS:</dt>
          <dd>
            <t>AS Contact Server, which is the logical representation of one AS and is responsible for delivering session keys and other information to ASBR.</t>
          </dd>
          <dt>Contact IP:</dt>
          <dd>
            <t>The IP address of the ACS.</t>
          </dd>
          <dt>ASBR:</dt>
          <dd>
            <t>AS border router, which is at the boundary of an AS.</t>
          </dd>
          <dt>SAV:</dt>
          <dd>
            <t>Source Address Validation, which verifies the source address of an IP packet and guarantees the source address is valid.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <t>The goal of this section is to provide a high-level description of what RISAV is and how RISAV works.</t>
      <section anchor="what-risav-is-and-is-not">
        <name>What RISAV Is and Is Not</name>
        <t>RISAV is a cryptographically-based inter-AS source address validation protocol that provides clear security benefits even at partial deployment. It is lightweight and efficient and provides incremental deployment incentives.</t>
        <t>RISAV adds IP packet header authentication to IPsec. 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 supports, but does not require, encryption of the whole IP packet.</t>
        <t>RISAV 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>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>
        <section anchor="procedure-in-rpki">
          <name>Procedure in RPKI</name>
          <t>RPKI <xref target="RFC6480"/> is a prerequisite for RISAV.</t>
          <t>The five Regional Internet Registries (RIR), authorized by IANA, use their root certificate to sign the Certificate Authority (CA) certificate of the Local Internet Registry (LIR), which is used to authorize the Autonomous System (AS) (sometimes indirectly via the Internet Service Provider (ISP)). When they obtain their own CA certificate, the AS would sign an End Entity (EE) certificate with a Route Origin Authorisation (ROA) which is a cryptographically signed object that states which AS is authorized to originate a certain prefix, descripted in <xref target="RFC6482"/>. This authenticated binding of the ASN to its IP prefixes is published in the RPKI database.</t>
          <t>Beyond ROA, RISAV also <bcp14>REQUIRED</bcp14> RPKI to provide the binding relationship between AS numbers, IP prefixes, contact IPs, and public keys. This process requires RISAV announcement, which tells other AS that this AS enables RISAV. 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>
        </section>
        <section anchor="procedure-of-acs">
          <name>Procedure of ACS</name>
          <t>The entity who occupis the contact IPs are the AS Contact Server (ACS). The ACS initiates the RISAV announcement. In practice, each participating AS is <bcp14>REQUIRED</bcp14> to announce its support for RISAV in the RPKI database.</t>
          <t>RISAV uses IKEv2 to negotiate IPsec security associations (SA) between any two ASes. ACS represents the AS to negotiate IPsec SAs with pair ASes. The ACS needs its own EE certificate for IKEv2. This EE certificate is <bcp14>REQUIRED</bcp14> like the BGPsec Router Certificate defined in <xref target="RFC8209"/>.</t>
          <t>After SAs negotiation and synchronization, all ASBRs would get the SAs from its local AS's ACS, including the session key and other parameters.</t>
        </section>
        <section anchor="procedure-of-traffic-forwarding">
          <name>Procedure of Traffic Forwarding</name>
          <t>After SA negotiation and RPKI synchronization, RISAV is established. All packets between these ASes <bcp14>SHOULD</bcp14> be secured by adding a modified AH header or a standard ESP header.</t>
          <t>Basically, at the source AS Border Router, RISAV adds a MAC (Message Authentication Code) to each outgoing packet that proves ownership of the packet's source address. At the recipient's ASBR, RISAV verifies and removes this MAC from the incoming traffic, recovering the unmodified original packet. The MAC is located in the Integrity Check Value (ICV) field of a modified IPsec AH or as part of the standard IPsec ESP payload.</t>
          <t>RISAV uses modified IPsec AH for authentication of the IP source address by default. When using IPsec ESP, RISAV permits the two ASes to negotiate any cipher, including ESP_NULL.</t>
        </section>
      </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>
            <t>announce that this AS supports RISAV,</t>
          </li>
          <li>
            <t>publish contact IPs,</t>
          </li>
          <li>
            <t>and perform IPsec session initialization (i.e. IKEv2).</t>
          </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>. The ASN.1 form of <tt>RISAVAnnouncement</tt> is as follows:</t>
        <sourcecode type="ASN.1"><![CDATA[
RPKI-RISAV-2023
  { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1)
    pkcs-9(9) smime(16) modules(0) id-mod-rpki-risav-2023(TBD) }

DEFINITIONS EXPLICIT TAGS ::=
BEGIN

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

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

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

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

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

ASID ::= INTEGER
END
]]></sourcecode>
        <ul spacing="normal">
          <li>
            <t>version: The version number of RISAVAnnouncement here <bcp14>MUST</bcp14> be 0.</t>
          </li>
          <li>
            <t>asID: The asID field contains the AS number of one Autonomous System that is going to support  RISAV.</t>
          </li>
          <li>
            <t>contactIP: Within the IPAddressFamily structure, addressFamily contains the Address Family Identifier (AFI) of an IP address family. Contact IP of RISAV only supports IPv4 and IPv6 but there could be one more IPv4 or IPv6 address.  Therefore, addressFamily <bcp14>MUST</bcp14> be either 0001 or 0002 while addresses are a list of IP addresses. The inherit attribute <bcp14>MUST</bcp14> be prohibited in IPAddressChoice as there is no need to look into the list of historical contactIPs.</t>
          </li>
          <li>
            <t>testing: The "testing" field indicates whether this contact IP is potentially unreliable.  When this field is set to <tt>true</tt>, other ASes <bcp14>MUST</bcp14> fall back to ordinary operation if IKE negotiation fails.  Otherwise, the contact IP is presumed to be fully reliable, and other ASes <bcp14>SHOULD</bcp14> drop all non-RISAV traffic from this AS if IKE negotiation fails (see <xref target="downgrade"/>). So it has the default value of FALSE.</t>
          </li>
        </ul>
        <t>When a participating AS discovers another participating AS (via its general synchronization process 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>
              <t>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.</t>
            </li>
            <li>
              <t>In response, $B <bcp14>MUST</bcp14> halt all further RISAV negotiation to $A until:
              </t>
              <ul spacing="normal">
                <li>
                  <t>At least one hour has passed, OR</t>
                </li>
                <li>
                  <t>$A negotiates a new SA from $A to $B.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>After at most 24 hours, $B <bcp14>SHOULD</bcp14> resume its regular negotiation policy with $A.</t>
            </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>
              <t>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.</t>
            </li>
            <li>
              <t>Stop requiring RISAV authentication of incoming packets.</t>
            </li>
            <li>
              <t>Remove the <tt>RISAVAnnouncement</tt> from the RPKI Repository.</t>
            </li>
            <li>
              <t>Wait at least 24 hours.</t>
            </li>
            <li>
              <t>Shut down the contact IP.</t>
            </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>
            <t>RISAV senders <bcp14>MUST NOT</bcp14> add RISAV protection to packets to or from any announced contact IP</t>
          </li>
          <li>
            <t>RISAV recipients <bcp14>MUST NOT</bcp14> enforce RISAV validation on packets sent to or from any announced contact IP.</t>
          </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, destination address, and source address 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>
            <t>0: IP.  This is the pre-existing use of the Authentication Header, to authenticate packets from the source IP to the destination IP.</t>
          </li>
          <li>
            <t>1: AS.  This header authenticates the packet from the source AS to the destination AS.</t>
          </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, no more than general IPsec AH.</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>
              <t>The payload's source address is in this AS, AND</t>
            </li>
            <li>
              <t>The payload's destination address is in the other AS, AND</t>
            </li>
            <li>
              <t>The payload contains a RISAV AH header whose SPI matches the SA's.</t>
            </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>
              <t>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.</t>
            </li>
            <li>
              <t>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.</t>
            </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>This mode supports encryption, but encryption is not required to achieve source address validation. Participating ASes <bcp14>MAY</bcp14> negotiate the ESP_NULL cipher if encryption is not desired.</t>
        <t>Tunnel mode imposes a space overhead of at least 73 octets in IPv6, with the exact value depending on the negotiated cryptographic mode.</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>
          <t><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.</t>
        </li>
        <li>
          <t><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"/>.</t>
        </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>
              <t>The Path MTU may change due to a configuration change in either participating AS.</t>
            </li>
            <li>
              <t>The Path MTU may change due to a routing change outside of either AS.</t>
            </li>
            <li>
              <t>The Path MTU may be different for packets to or from different portions of the participating ASes.</t>
            </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>
              <t>Find the matching SA ({icmp-rewriting}) for this PTB message.  If there is none, abort.</t>
            </li>
            <li>
              <t>Check the SA's current estimated outer MTU against the PTB MTU.  If the current estimate is smaller or equal, abort.</t>
            </li>
            <li>
              <t>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.</t>
            </li>
            <li>
              <t>If a PTB message is received, reduce the current MTU estimate accordingly.</t>
            </li>
            <li>
              <t>If the new estimated inner MTU is below the AS's minimum acceptable MTU, notify the ACS to tear down this SA.</t>
            </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>
            <t>In transport mode, frequent rotation would limit how long a single packet can be replayed by a spoofing attacker.</t>
          </li>
          <li>
            <t>If the ASBRs are less secure than the ACS, frequent rotation could limit the impact of a compromised ASBR.</t>
          </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>
            <t><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.</t>
          </li>
          <li>
            <t><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.</t>
          </li>
        </ul>
      </section>
      <section anchor="MPProblem">
        <name>Synchronizing Multiple ASBRs</name>
        <t>To ensure coherent behavior across the AS, the ACS <bcp14>MUST</bcp14> deliver each SA to all relevant ASBRs in the AS immediately after it is negotiated.  RISAV does not standardize a mechanism for this update broadcast.</t>
        <t>During the SA broadcast, ASBRs will briefly be out of sync.  RISAV recommends a grace period to prevent outages during the update process.</t>
      </section>
      <section anchor="performance">
        <name>Performance</name>
        <t>RISAV requires participating ASes to perform symmetric cryptography on every RISAV-protected packet that they originate or terminate.  This will require significant additional compute capacity that may not be present on existing networks.  However, until most ASes actually implement RISAV, the implementation cost for the few that do is greatly reduced.  For example, if 5% of networks implement RISAV, then participating networks will only need to apply RISAV to 5% of their traffic.</t>
        <t>Thanks to broad interest in optimization of IPsec, very high performance implementations are already available.  For example, as of 2021 an IPsec throughput of 1 Terabit per second was achievable using optimized software on a single server <xref target="INTEL"/>.</t>
      </section>
      <section anchor="nat-scenario">
        <name>NAT scenario</name>
        <t>As all the outer IP header should be the unicast IP address, NAT-traversal mode is not necessary in inter-AS SAV.</t>
      </section>
    </section>
    <section anchor="consistency-with-existing-standards">
      <name>Consistency with Existing Standards</name>
      <section anchor="ipv6">
        <name>IPv6</name>
        <t>RISAV modifies the handling of IPv6 packets as they traverse the network, resulting in novel networking behaviors.  This section describes why those behaviors should not be viewed as violating the requirements of <xref target="RFC8200"/>.</t>
        <section anchor="mtu">
          <name>MTU</name>
          <t><xref section="5" sectionFormat="of" target="RFC8200"/> says:</t>
          <ul empty="true">
            <li>
              <t>IPv6 requires that every link in the Internet have an MTU of 1280 octets or greater.  This is known as the IPv6 minimum link MTU.</t>
            </li>
          </ul>
          <t>RISAV adds ~30-80 octets of overhead to each packet, reducing the effective link MTU.  A naive version of RISAV could violate the 1280-octet rule, when running over a (compliant) path with a Path MTU of 1280 octets.</t>
          <t>This violation is avoided by the requirements described in <xref target="mtu-handling"/>.  The resulting behavior is fully compliant when the underlying Path MTU is stable, and should compensate or disable RISAV within a few seconds if the Path MTU changes.</t>
        </section>
        <section anchor="header-modifications">
          <name>Header modifications</name>
          <t><xref section="4" sectionFormat="of" target="RFC8200"/> says:</t>
          <ul empty="true">
            <li>
              <t>Extension headers (except for the Hop-by-Hop Options header) are not processed, inserted, or deleted by any node along a packet's delivery path, until the packet reaches the node (or each of the set of nodes, in the case of multicast) identified in the Destination Address field of the IPv6 header.</t>
            </li>
          </ul>
          <t>In "tunnel mode" (<xref target="tunnel-mode"/>), RISAV acts as a classic site-to-site tunnel, potentially adding its own extension headers.  <xref section="4.1" sectionFormat="of" target="RFC8200"/> specifically allows such tunnels, and they are commonly used.</t>
          <t>In "transport mode" (<xref target="transport-mode"/>), a RISAV ASBR does insert a new extension header, which could be viewed as a violation of this guidance.  However, this new extension header is an implementation detail of a lightweight tunnel: it is only added after confirming that another router on the path will remove it, so that its presence is not detectable by either endpoint.  (<xref target="icmp-rewriting"/> adds further requirements to ensure that this header cannot be detected in ICMP responses either.)</t>
        </section>
        <section anchor="ip-address-usage">
          <name>IP address usage</name>
          <t>In some RISAV configurations, it is expected that many ASBRs will decrypt and process packets with the destination IP of the ACS and/or emit packets using the source IP of the ACS.  This can be viewed as replacing the central ACS with an "anycast" service, which is generally considered permissible.</t>
        </section>
      </section>
      <section anchor="rpki-usage">
        <name>RPKI Usage</name>
        <t><xref target="RFC9255"/> describes limits on the use of RPKI certificates for new purposes, including the following excerpts:</t>
        <ul empty="true">
          <li>
            <t>The RPKI was designed and specified to sign certificates for use within the RPKI itself and to generate Route Origin Authorizations (ROAs) [RFC6480] for use in routing. Its design intentionally precluded use for attesting to real-world identity...</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>RPKI-based credentials of INRs <bcp14>MUST NOT</bcp14> be used to authenticate real-world documents or transactions.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>When a document is signed with the private key associated with an RPKI certificate, the signer is speaking for the INRs (the IP address space and AS numbers) in the certificate. ... If the signature is valid, the message content comes from a party that is authorized to speak for that subset of INRs.</t>
          </li>
        </ul>
        <t>RISAV's usage of RPKI key material falls squarely within these limits.  The RPKI signature used in the IKEv2 handshake serves only to confirm that this party is authorized to originate and terminate IP packets using the corresponding IP ranges.  The "identity" of this party is not relevant to RISAV.</t>
      </section>
    </section>
    <section anchor="iana-consideration">
      <name>IANA Consideration</name>
      <ul empty="true">
        <li>
          <t>TODO: Register RISAVAnnouncement.</t>
        </li>
      </ul>
      <section anchor="smi-security-for-smime-cms-content-type-1284011354919161">
        <name>SMI Security for S/MIME CMS Content Type (1.2.840.113549.1.9.16.1)</name>
        <t>Please add the id-mod-rpki-risav-2023 to the SMI Security for S/MIME Module Identifier (1.2.840.113549.1.9.16.0) registry (https://www.iana.org/assignments/smi-numbers/smi-numbers.xml#security-smime-0) as follows:</t>
        <artwork><![CDATA[
Decimal    Description                   Specification
---------------------------------------------------------------------
TBD        id-mod-rpki-risav-2023        [RFC-to-be]
]]></artwork>
      </section>
      <section anchor="smi-security-for-smime-cms-content-type-registry">
        <name>SMI Security for S/MIME CMS Content Type registry</name>
        <t>Please add the RISAVAnnouncement to the SMI Security for S/MIME CMS Content Type (1.2.840.113549.1.9.16.1) registry (https://www.iana.org/assignments/smi-numbers/smi-numbers.xml#security-smime-1) as follows:</t>
        <artwork><![CDATA[
Decimal     Description                    Specification
---------------------------------------------------------------------
TBD         id-ct-risav                    [RFC-to-be]
]]></artwork>
      </section>
      <section anchor="rpki-signed-object-registry">
        <name>RPKI Signed Object registry</name>
        <t>Please add RISAVAnnouncement to the RPKI Signed Object registry (https://www.iana.org/assignments/rpki/rpki.xhtml#signed-objects) as follows:</t>
        <artwork><![CDATA[
Name          OID                          Specification
---------------------------------------------------------------------
RISAV
Announcement  1.2.840.113549.1.9.16.1.TBD  [RFC-to-be]
]]></artwork>
      </section>
      <section anchor="rpki-repository-name-scheme-registry">
        <name>RPKI Repository Name Scheme Registry</name>
        <t>Please add an item for the RISAV Announcement file extension to the "RPKI Repository Name Scheme" registry created by <xref target="RFC6481"/> as follows:</t>
        <artwork><![CDATA[
Filename
Extension  RPKI Object                      Reference
---------------------------------------------------------------------
.ra        RISAVAnnouncement                [RFC-to-be]
]]></artwork>
        <!-- # Acknowledgements -->
<!-- TBD. Russ Housley -->

</section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-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="RFC2410" target="https://www.rfc-editor.org/info/rfc2410" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2410.xml">
          <front>
            <title>The NULL Encryption Algorithm and Its Use With IPsec</title>
            <author fullname="R. Glenn" initials="R." surname="Glenn"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="November" year="1998"/>
            <abstract>
              <t>This memo defines the NULL encryption algorithm and its use with the IPsec Encapsulating Security Payload (ESP). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2410"/>
          <seriesInfo name="DOI" value="10.17487/RFC2410"/>
        </reference>
        <reference anchor="RFC2827" target="https://www.rfc-editor.org/info/rfc2827" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2827.xml">
          <front>
            <title>Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing</title>
            <author fullname="P. Ferguson" initials="P." surname="Ferguson"/>
            <author fullname="D. Senie" initials="D." surname="Senie"/>
            <date month="May" year="2000"/>
            <abstract>
              <t>This paper discusses a simple, effective, and straightforward method for using ingress traffic filtering to prohibit DoS (Denial of Service) attacks which use forged IP addresses to be propagated from 'behind' an Internet Service Provider's (ISP) aggregation point. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="38"/>
          <seriesInfo name="RFC" value="2827"/>
          <seriesInfo name="DOI" value="10.17487/RFC2827"/>
        </reference>
        <reference anchor="RFC4301" target="https://www.rfc-editor.org/info/rfc4301" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4301.xml">
          <front>
            <title>Security Architecture for the Internet Protocol</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <author fullname="K. Seo" initials="K." surname="Seo"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the "Security Architecture for IP", which is designed to provide security services for traffic at the IP layer. This document obsoletes RFC 2401 (November 1998). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4301"/>
          <seriesInfo name="DOI" value="10.17487/RFC4301"/>
        </reference>
        <reference anchor="RFC4302" target="https://www.rfc-editor.org/info/rfc4302" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4302.xml">
          <front>
            <title>IP Authentication Header</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the IP Authentication Header (AH), which is designed to provide authentication services in IPv4 and IPv6. This document obsoletes RFC 2402 (November 1998). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4302"/>
          <seriesInfo name="DOI" value="10.17487/RFC4302"/>
        </reference>
        <reference anchor="RFC4303" target="https://www.rfc-editor.org/info/rfc4303" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4303.xml">
          <front>
            <title>IP Encapsulating Security Payload (ESP)</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the Encapsulating Security Payload (ESP) protocol, which is designed to provide a mix of security services in IPv4 and IPv6. ESP is used to provide confidentiality, data origin authentication, connectionless integrity, an anti-replay service (a form of partial sequence integrity), and limited traffic flow confidentiality. This document obsoletes RFC 2406 (November 1998). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4303"/>
          <seriesInfo name="DOI" value="10.17487/RFC4303"/>
        </reference>
        <reference anchor="RFC5210" target="https://www.rfc-editor.org/info/rfc5210" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5210.xml">
          <front>
            <title>A Source Address Validation Architecture (SAVA) Testbed and Deployment Experience</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <author fullname="G. Ren" initials="G." surname="Ren"/>
            <author fullname="K. Xu" initials="K." surname="Xu"/>
            <author fullname="M. Williams" initials="M." surname="Williams"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>Because the Internet forwards packets according to the IP destination address, packet forwarding typically takes place without inspection of the source address and malicious attacks have been launched using spoofed source addresses. In an effort to enhance the Internet with IP source address validation, a prototype implementation of the IP Source Address Validation Architecture (SAVA) was created and an evaluation was conducted on an IPv6 network. This document reports on the prototype implementation and the test results, as well as the lessons and insights gained from experimentation. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5210"/>
          <seriesInfo name="DOI" value="10.17487/RFC5210"/>
        </reference>
        <reference anchor="RFC5635" target="https://www.rfc-editor.org/info/rfc5635" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5635.xml">
          <front>
            <title>Remote Triggered Black Hole Filtering with Unicast Reverse Path Forwarding (uRPF)</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <date month="August" year="2009"/>
            <abstract>
              <t>Remote Triggered Black Hole (RTBH) filtering is a popular and effective technique for the mitigation of denial-of-service attacks. This document expands upon destination-based RTBH filtering by outlining a method to enable filtering by source address as well. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5635"/>
          <seriesInfo name="DOI" value="10.17487/RFC5635"/>
        </reference>
        <reference anchor="RFC5905" target="https://www.rfc-editor.org/info/rfc5905" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5905.xml">
          <front>
            <title>Network Time Protocol Version 4: Protocol and Algorithms Specification</title>
            <author fullname="D. Mills" initials="D." surname="Mills"/>
            <author fullname="J. Martin" initials="J." role="editor" surname="Martin"/>
            <author fullname="J. Burbank" initials="J." surname="Burbank"/>
            <author fullname="W. Kasch" initials="W." surname="Kasch"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Network Time Protocol (NTP) is widely used to synchronize computer clocks in the Internet. This document describes NTP version 4 (NTPv4), which is backwards compatible with NTP version 3 (NTPv3), described in RFC 1305, as well as previous versions of the protocol. NTPv4 includes a modified protocol header to accommodate the Internet Protocol version 6 address family. NTPv4 includes fundamental improvements in the mitigation and discipline algorithms that extend the potential accuracy to the tens of microseconds with modern workstations and fast LANs. It includes a dynamic server discovery scheme, so that in many cases, specific server configuration is not required. It corrects certain errors in the NTPv3 design and implementation and includes an optional extension mechanism. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5905"/>
          <seriesInfo name="DOI" value="10.17487/RFC5905"/>
        </reference>
        <reference anchor="RFC6278" target="https://www.rfc-editor.org/info/rfc6278" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6278.xml">
          <front>
            <title>Use of Static-Static Elliptic Curve Diffie-Hellman Key Agreement in Cryptographic Message Syntax</title>
            <author fullname="J. Herzog" initials="J." surname="Herzog"/>
            <author fullname="R. Khazan" initials="R." surname="Khazan"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes how to use the 'static-static Elliptic Curve Diffie-Hellman key-agreement scheme (i.e., Elliptic Curve Diffie- Hellman where both participants use static Diffie-Hellman values) with the Cryptographic Message Syntax. In this form of key agreement, the Diffie-Hellman values of both the sender and receiver are long-term values contained in certificates. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6278"/>
          <seriesInfo name="DOI" value="10.17487/RFC6278"/>
        </reference>
        <reference anchor="RFC6480" target="https://www.rfc-editor.org/info/rfc6480" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6480.xml">
          <front>
            <title>An Infrastructure to Support Secure Internet Routing</title>
            <author fullname="M. Lepinski" initials="M." surname="Lepinski"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document describes an architecture for an infrastructure to support improved security of Internet routing. The foundation of this architecture is a Resource Public Key Infrastructure (RPKI) that represents the allocation hierarchy of IP address space and Autonomous System (AS) numbers; and a distributed repository system for storing and disseminating the data objects that comprise the RPKI, as well as other signed objects necessary for improved routing security. As an initial application of this architecture, the document describes how a legitimate holder of IP address space can explicitly and verifiably authorize one or more ASes to originate routes to that address space. Such verifiable authorizations could be used, for example, to more securely construct BGP route filters. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6480"/>
          <seriesInfo name="DOI" value="10.17487/RFC6480"/>
        </reference>
        <reference anchor="RFC6481" target="https://www.rfc-editor.org/info/rfc6481" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6481.xml">
          <front>
            <title>A Profile for Resource Certificate Repository Structure</title>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <author fullname="R. Loomans" initials="R." surname="Loomans"/>
            <author fullname="G. Michaelson" initials="G." surname="Michaelson"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document defines a profile for the structure of the Resource Public Key Infrastructure (RPKI) distributed repository. Each individual repository publication point is a directory that contains files that correspond to X.509/PKIX Resource Certificates, Certificate Revocation Lists and signed objects. This profile defines the object (file) naming scheme, the contents of repository publication points (directories), and a suggested internal structure of a local repository cache that is intended to facilitate synchronization across a distributed collection of repository publication points and to facilitate certification path construction. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6481"/>
          <seriesInfo name="DOI" value="10.17487/RFC6481"/>
        </reference>
        <reference anchor="RFC7039" target="https://www.rfc-editor.org/info/rfc7039" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7039.xml">
          <front>
            <title>Source Address Validation Improvement (SAVI) Framework</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="C. Vogt" initials="C." role="editor" surname="Vogt"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>Source Address Validation Improvement (SAVI) methods were developed to prevent nodes attached to the same IP link from spoofing each other's IP addresses, so as to complement ingress filtering with finer-grained, standardized IP source address validation. This document is a framework document that describes and motivates the design of the SAVI methods. Particular SAVI methods are described in other documents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7039"/>
          <seriesInfo name="DOI" value="10.17487/RFC7039"/>
        </reference>
        <reference anchor="RFC7296" target="https://www.rfc-editor.org/info/rfc7296" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7296.xml">
          <front>
            <title>Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="C. Kaufman" initials="C." surname="Kaufman"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="Y. Nir" initials="Y." surname="Nir"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <date month="October" year="2014"/>
            <abstract>
              <t>This document describes version 2 of the Internet Key Exchange (IKE) protocol. IKE is a component of IPsec used for performing mutual authentication and establishing and maintaining Security Associations (SAs). This document obsoletes RFC 5996, and includes all of the errata for it. It advances IKEv2 to be an Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="79"/>
          <seriesInfo name="RFC" value="7296"/>
          <seriesInfo name="DOI" value="10.17487/RFC7296"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8209" target="https://www.rfc-editor.org/info/rfc8209" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8209.xml">
          <front>
            <title>A Profile for BGPsec Router Certificates, Certificate Revocation Lists, and Certification Requests</title>
            <author fullname="M. Reynolds" initials="M." surname="Reynolds"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>This document defines a standard profile for X.509 certificates used to enable validation of Autonomous System (AS) paths in the Border Gateway Protocol (BGP), as part of an extension to that protocol known as BGPsec. BGP is the standard for inter-domain routing in the Internet; it is the "glue" that holds the Internet together. BGPsec is being developed as one component of a solution that addresses the requirement to provide security for BGP. The goal of BGPsec is to provide full AS path validation based on the use of strong cryptographic primitives. The end entity (EE) certificates specified by this profile are issued to routers within an AS. Each of these certificates is issued under a Resource Public Key Infrastructure (RPKI) Certification Authority (CA) certificate. These CA certificates and EE certificates both contain the AS Resource extension. An EE certificate of this type asserts that the router or routers holding the corresponding private key are authorized to emit secure route advertisements on behalf of the AS(es) specified in the certificate. This document also profiles the format of certification requests and specifies Relying Party (RP) certificate path validation procedures for these EE certificates. This document extends the RPKI; therefore, this document updates the RPKI Resource Certificates Profile (RFC 6487).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8209"/>
          <seriesInfo name="DOI" value="10.17487/RFC8209"/>
        </reference>
        <reference anchor="RFC8704" target="https://www.rfc-editor.org/info/rfc8704" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8704.xml">
          <front>
            <title>Enhanced Feasible-Path Unicast Reverse Path Forwarding</title>
            <author fullname="K. Sriram" initials="K." surname="Sriram"/>
            <author fullname="D. Montgomery" initials="D." surname="Montgomery"/>
            <author fullname="J. Haas" initials="J." surname="Haas"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document identifies a need for and proposes improvement of the unicast Reverse Path Forwarding (uRPF) techniques (see RFC 3704) for detection and mitigation of source address spoofing (see BCP 38). Strict uRPF is inflexible about directionality, the loose uRPF is oblivious to directionality, and the current feasible-path uRPF attempts to strike a balance between the two (see RFC 3704). However, as shown in this document, the existing feasible-path uRPF still has shortcomings. This document describes enhanced feasible-path uRPF (EFP-uRPF) techniques that are more flexible (in a meaningful way) about directionality than the feasible-path uRPF (RFC 3704). The proposed EFP-uRPF methods aim to significantly reduce false positives regarding invalid detection in source address validation (SAV). Hence, they can potentially alleviate ISPs' concerns about the possibility of disrupting service for their customers and encourage greater deployment of uRPF techniques. This document updates RFC 3704.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="84"/>
          <seriesInfo name="RFC" value="8704"/>
          <seriesInfo name="DOI" value="10.17487/RFC8704"/>
        </reference>
        <reference anchor="RFC6482" target="https://www.rfc-editor.org/info/rfc6482" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6482.xml">
          <front>
            <title>A Profile for Route Origin Authorizations (ROAs)</title>
            <author fullname="M. Lepinski" initials="M." surname="Lepinski"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <author fullname="D. Kong" initials="D." surname="Kong"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document defines a standard profile for Route Origin Authorizations (ROAs). A ROA is a digitally signed object that provides a means of verifying that an IP address block holder has authorized an Autonomous System (AS) to originate routes to one or more prefixes within the address block. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6482"/>
          <seriesInfo name="DOI" value="10.17487/RFC6482"/>
        </reference>
        <reference anchor="RFC6488" target="https://www.rfc-editor.org/info/rfc6488" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6488.xml">
          <front>
            <title>Signed Object Template for the Resource Public Key Infrastructure (RPKI)</title>
            <author fullname="M. Lepinski" initials="M." surname="Lepinski"/>
            <author fullname="A. Chi" initials="A." surname="Chi"/>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document defines a generic profile for signed objects used in the Resource Public Key Infrastructure (RPKI). These RPKI signed objects make use of Cryptographic Message Syntax (CMS) as a standard encapsulation format. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6488"/>
          <seriesInfo name="DOI" value="10.17487/RFC6488"/>
        </reference>
        <reference anchor="RFC9347" target="https://www.rfc-editor.org/info/rfc9347" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9347.xml">
          <front>
            <title>Aggregation and Fragmentation Mode for Encapsulating Security Payload (ESP) and Its Use for IP Traffic Flow Security (IP-TFS)</title>
            <author fullname="C. Hopps" initials="C." surname="Hopps"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>This document describes a mechanism for aggregation and fragmentation of IP packets when they are being encapsulated in Encapsulating Security Payload (ESP). This new payload type can be used for various purposes, such as decreasing encapsulation overhead for small IP packets; however, the focus in this document is to enhance IP Traffic Flow Security (IP-TFS) by adding Traffic Flow Confidentiality (TFC) to encrypted IP-encapsulated traffic. TFC is provided by obscuring the size and frequency of IP traffic using a fixed-size, constant-send-rate IPsec tunnel. The solution allows for congestion control, as well as nonconstant send-rate usage.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9347"/>
          <seriesInfo name="DOI" value="10.17487/RFC9347"/>
        </reference>
        <reference anchor="RFC4459" target="https://www.rfc-editor.org/info/rfc4459" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4459.xml">
          <front>
            <title>MTU and Fragmentation Issues with In-the-Network Tunneling</title>
            <author fullname="P. Savola" initials="P." surname="Savola"/>
            <date month="April" year="2006"/>
            <abstract>
              <t>Tunneling techniques such as IP-in-IP when deployed in the middle of the network, typically between routers, have certain issues regarding how large packets can be handled: whether such packets would be fragmented and reassembled (and how), whether Path MTU Discovery would be used, or how this scenario could be operationally avoided. This memo justifies why this is a common, non-trivial problem, and goes on to describe the different solutions and their characteristics at some length. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4459"/>
          <seriesInfo name="DOI" value="10.17487/RFC4459"/>
        </reference>
      </references>
      <references anchor="sec-informative-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-02" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-ipsecme-multi-sa-performance.xml">
          <front>
            <title>IKEv2 support for per-resource 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="22" month="October" year="2023"/>
            <abstract>
              <t>This document defines two Notify Message Type Payloads for the Internet Key Exchange Protocol Version 2 (IKEv2) to support the negotiation of multiple Child SAs with the same Traffic Selectors used on different resources, such as CPUs, to increase bandwidth of IPsec traffic between peers. The SA_RESOURCE_INFO notification is used to convey information that the negotiated Child SA and subsequent new Child SAs with the same Traffic Selectors are a logical group of Child SAs where most or all of the Child SAs are bound to a specific resource, such as a specific CPU. The TS_MAX_QUEUE notify conveys that the peer is unwilling to create more additional Child SAs for this particular negotiated Traffic Selector combination. Using multiple Child SAs with the same Traffic Selectors has the benefit that each resource holding the Child SA 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-02"/>
        </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/api/v1/doc/document/draft-ponchon-ipsecme-anti-replay-subspaces/" 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"/>
            <author fullname="Mohsin Shaikh"/>
            <author fullname="Hadi Dernaika"/>
            <author fullname="Pierre Pfister"/>
            <author fullname="Guillaume Solignac"/>
            <date day="23" month="October" 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-03"/>
        </reference>
        <reference anchor="I-D.mrossberg-ipsecme-multiple-sequence-counters" target="https://datatracker.ietf.org/doc/html/draft-mrossberg-ipsecme-multiple-sequence-counters-01" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.mrossberg-ipsecme-multiple-sequence-counters.xml">
          <front>
            <title>Broadening the Scope of Encapsulating Security Payload (ESP) Protocol</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="15" month="August" year="2023"/>
            <abstract>
              <t>There are certain use cases where the Encapusalating Security Payload (ESP) protocol in its current form cannot reach its maximum potential regarding security, features and performance. Although these scenarios are quite different, the shortcomings could be remedied by three measures: Introducing more fine-grained sub-child-SAs, adapting the ESP header and trailer format, and allowing parts of the transport layer header to be unencrypted. These mechanisms are neither completely interdependent, nor are they entirely orthogonal, as the implementation of one measure does influence the integration of another. Although an independent specification and implementation of these mechanisms is possible, it may be worthwhile to consider a combined solution to avoid a combinatorial explosion of optional features. Therefore, this document does not yet propose a specific change to ESP. Instead, explains the relevant scenarios, details possible modifications of the protocol, collects arguments for (and against) these changes, and discusses their implications.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-mrossberg-ipsecme-multiple-sequence-counters-01"/>
        </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 667?>

<section anchor="appendix-a">
      <name>Summary of Attacks Launched By Spoofing Address</name>
      <t>The malicious attacks that spoofing addresses can launch can be classified into two types: direct attacks and reflection attacks. Regardless of the scenario, the packets sent out by the attacker would use a spoofed IP address as its source address.</t>
      <section anchor="direct-attack">
        <name>Direct Attack</name>
        <t>The packet with a spoofed address will go to the victim directly. These attacks include DoS, DDoS, flooding-based attacks, etc. In this case, it is hard to say whether this action is launched by the user's misconfiguration or a malicious attacker's intent even if SAV is deployed. But SAV could help to locate where the abnormal traffic originates and to stop it as soon as possible.</t>
      </section>
      <section anchor="reflection-attack">
        <name>Reflection Attack</name>
        <t>Attackers would not send packets to victims directly, but they would send packets to a server that runs amplification services, such as DNS, NTP, SNMP, SSDP, and other UDP/TCP-based services. The packet sent to the public server would be multiplicatively amplified and replied to the victim, which would be more destructive than a direct attack. In this case, if SAV is deployed, attackers can almost not launch such attacks.</t>
      </section>
    </section>
    <section anchor="example-risavannouncement-econtent-payload">
      <name>Example RISAVAnnouncement eContent Payload</name>
      <t>TBD.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
DrSGQef/AoGrVxwIuAAA

-->

</rfc>
