<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>

<!-- used by XSLT processors -->
<!-- OPTIONS, known as processing instructions (PIs) go here. -->

<rfc xmlns:xi="http://www.w3.org/2001/XInclude" submissionType="IRTF" category="info" consensus="true" docName="draft-irtf-pearg-numeric-ids-history-11" number="9414" ipr="trust200902" obsoletes="" updates="" xml:lang="en" tocInclude="true" symRefs="true" sortRefs="true" version="3">

  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title abbrev="Predictable Transient Numeric IDs">Unfortunate History of Transient Numeric Identifiers</title>
    <seriesInfo name="RFC" value="9414"/>
    <author fullname="Fernando Gont" initials="F." surname="Gont">
      <organization abbrev="SI6 Networks">SI6 Networks</organization>
      <address>
        <postal>
	  <extaddr>Segurola y Habana</extaddr>
          <street>4310 7mo piso</street>
          <city>Ciudad Autonoma de Buenos Aires</city>
          <country>Argentina</country>
        </postal>

        <email>fgont@si6networks.com</email>
        <uri>https://www.si6networks.com</uri>
      </address>
    </author>
    <author fullname="Ivan Arce" initials="I." surname="Arce">
      <organization abbrev="Quarkslab">Quarkslab</organization>
      <address>
        <postal>
	  <extaddr>Segurola y Habana</extaddr>
          <street>4310 7mo piso</street>
          <city>Ciudad Autonoma de Buenos Aires</city>
          <country>Argentina</country>
        </postal>
        <email>iarce@quarkslab.com</email>
        <uri>https://www.quarkslab.com</uri>
      </address>
    </author>
    <date year="2023" month="July"/>
    <workgroup>Privacy Enhancements and Assessments</workgroup>

<keyword>security</keyword>
<keyword>vulnerability</keyword>
<keyword>algorithm</keyword>
<keyword>attack</keyword>
<keyword>fingerprinting</keyword>
    <abstract>
      <t>
This document analyzes the timeline of the specification and implementation of different types of "transient numeric identifiers" used in IETF protocols and how the security and privacy properties of such protocols have been affected as a result of it. It provides empirical evidence that advice in this area is warranted. This document is a product of the Privacy Enhancements and Assessments Research Group (PEARG) in the IRTF.
      </t>
    </abstract>
  </front>
  <middle>
    <section anchor="intro" numbered="true" toc="default">
      <name>Introduction</name>
      <t>
Networking protocols employ a variety of transient numeric identifiers for different protocol objects, such as IPv4 and IPv6 Identification values <xref target="RFC0791" format="default"/> <xref target="RFC8200" format="default"/>, IPv6 Interface Identifiers (IIDs) <xref target="RFC4291" format="default"/>, transport-protocol ephemeral port numbers <xref target="RFC6056" format="default"/>, TCP Initial Sequence Numbers (ISNs) <xref target="RFC9293" format="default"/>, NTP Reference IDs (REFIDs) <xref target="RFC5905" format="default"/>, and DNS IDs <xref target="RFC1035" format="default"/>. These identifiers typically have specific requirements (e.g., uniqueness during a specified period of time) that must be satisfied such that they do not result in negative interoperability implications and an associated failure severity when such requirements are not met <xref target="RFC9415" format="default"/>.</t>
<aside>
<t>NOTE: Some documents refer to the DNS ID as the DNS "Query ID" or "TxID".</t>
</aside>

<t>For more than 30 years, a large number of implementations of IETF protocols have been subject to a variety of attacks, with effects ranging from Denial of Service (DoS) or data injection to information leakages that could be exploited for pervasive monitoring <xref target="RFC7258" format="default"/>. The root cause of these issues has been, in many cases, the poor selection of transient numeric identifiers in such protocols, usually as a result of insufficient or misleading specifications. While it is generally trivial to identify an algorithm that can satisfy the interoperability requirements of a given transient numeric identifier, empirical evidence exists that doing so without negatively affecting the security and/or privacy properties of the aforementioned protocols is prone to error.</t>
      <t>For example, implementations have been subject to security and/or privacy issues resulting from:</t>
      <ul spacing="normal">
        <li>predictable IPv4 or IPv6 Identification values (e.g., see <xref target="Sanfilippo1998a" format="default"/>, <xref target="RFC6274" format="default"/>, and <xref target="RFC7739" format="default"/>),</li>
        <li>predictable IPv6 IIDs (e.g., see <xref target="RFC7217" format="default"/>, <xref target="RFC7707" format="default"/>, and <xref target="RFC7721" format="default"/>),</li>
        <li>predictable transport-protocol ephemeral port numbers (e.g., see <xref target="RFC6056" format="default"/> and <xref target="Silbersack2005" format="default"/>),</li>
        <li>predictable TCP Initial Sequence Numbers (ISNs) (e.g., see <xref target="Morris1985" format="default"/>, <xref target="Bellovin1989" format="default"/>, and <xref target="RFC6528" format="default"/>),</li>
        <li>predictable initial timestamps in TCP timestamps options (e.g., see <xref target="TCPT-uptime" format="default"/> and <xref target="RFC7323" format="default"/>), and</li>
        <li>predictable DNS IDs (see, e.g., <xref target="Schuba1993" format="default"/> and <xref target="Klein2007" format="default"/>).</li>
      </ul>
      <t>Recent history indicates that, when new protocols are standardized or new protocol implementations are produced, the security and privacy properties of the associated transient numeric identifiers tend to be overlooked, and inappropriate algorithms to generate such identifiers are either suggested in the specifications or selected by implementers. As a result, advice in this area is warranted.
</t>
      <t>This document contains a non-exhaustive timeline of the specification and vulnerability disclosures related to some sample transient numeric identifiers, including other work that has led to advances in this area. This analysis indicates that:
</t>
      <ul spacing="normal">
        <li>vulnerabilities associated with the inappropriate generation of transient numeric identifiers have affected protocol implementations for an extremely long period of time,</li>
        <li>such vulnerabilities, even when addressed for a given protocol version, were later reintroduced in new versions or new implementations of the same protocol, and</li>
        <li>standardization efforts that discuss and provide advice in this area can have a positive effect on IETF specifications and their corresponding implementations.</li>
      </ul>
      <t>While it is generally possible to identify an algorithm that can satisfy the interoperability requirements for a given transient numeric identifier, this document provides empirical evidence that doing so without negatively affecting the security and/or privacy properties of the corresponding protocols is nontrivial. Other related documents (<xref target="RFC9415" format="default"/> and <xref target="RFC9416" format="default"/>) provide guidance in this area, as motivated by the present document.</t>
      <t>This document represents the consensus of the Privacy Enhancements and Assessments Research Group (PEARG).</t>
    </section>
    
    
    <section anchor="terminology" numbered="true" toc="default">
      <name>Terminology</name>
      <dl newline="true" spacing="normal">
        <dt>Transient Numeric Identifier:</dt>
        <dd>A data object in a protocol specification that can be used to definitely distinguish a protocol object (a datagram, network interface, transport-protocol endpoint, session, etc.) from all other objects of the same type, in a given context. Transient numeric identifiers are usually defined as a series of bits and represented using integer values. These identifiers are typically dynamically selected, as opposed to statically assigned numeric identifiers (e.g., see <xref target="IANA-PROT" format="default"/>). We note that different transient numeric identifiers may have additional requirements or properties depending on their specific use in a protocol. We use the term "transient numeric identifier" (or simply "numeric identifier" or "identifier" as short forms) as a generic term to refer to any data object in a protocol specification that satisfies the identification property stated above.
</dd>
      </dl>
      <t>
   The terms "constant IID", "stable IID", and "temporary IID" are to be
   interpreted as defined in <xref target="RFC7721" format="default"/>.

</t>
    </section>


<section anchor="threat-model" numbered="true" toc="default">
      <name>Threat Model</name>


<t>Throughout this document, we do not consider on-path attacks. That is, we assume the attacker does not have physical or logical access to the system(s) being attacked and that the attacker can only observe traffic explicitly directed to the attacker. Similarly, an attacker cannot observe traffic transferred between the sender and the receiver(s) of a target protocol but may be able to interact with any of these entities, including by, e.g., sending any traffic to them to sample transient numeric identifiers employed by the target hosts when communicating with the attacker.
</t>


      <t>For example, when analyzing vulnerabilities associated with TCP Initial Sequence Numbers (ISNs), we consider the attacker is unable to capture network traffic corresponding to a TCP connection between two other hosts. However, we consider the attacker is able to communicate with any of these hosts (e.g., establish a TCP connection with any of them) to, e.g., sample the TCP ISNs employed by these hosts when communicating with the attacker.</t>
      <t>Similarly, when considering host-tracking attacks based on IPv6 Interface Identifiers, we consider an attacker may learn the IPv6 address employed by a victim host if, e.g., the address becomes exposed as a result of the victim host communicating with an attacker-operated server. Subsequently, an attacker may perform host-tracking by probing a set of target addresses composed by a set of target prefixes and the IPv6 Interface Identifier originally learned by the attacker.
      Alternatively, an attacker may perform host-tracking if, e.g., the victim host communicates with an attacker-operated server as it moves from one location to another, thereby exposing its configured addresses. We note that none of these scenarios require the attacker observe traffic not explicitly directed to the attacker.
</t>
    </section>
    <section anchor="issues" numbered="true" toc="default">
      <name>Issues with the Specification of Transient Numeric Identifiers</name>
      <t>While assessing IETF protocol specifications regarding the use of transient numeric identifiers, we have found that most of the issues discussed in this document arise as a result of one of the following conditions:

</t>
      <ul spacing="normal">
        <li>protocol specifications that under specify their transient numeric identifiers</li>
        <li>protocol specifications that over specify their transient numeric identifiers</li>
        <li>protocol implementations that simply fail to comply with the specified requirements</li>
      </ul>
      <t>A number of IETF protocol specifications under specified their transient numeric identifiers, thus leading to implementations that were vulnerable to numerous off-path
   attacks. Examples of them are the specification of TCP local ports in <xref target="RFC0793" format="default"/> or the specification of the DNS ID in <xref target="RFC1035" format="default"/>.</t>
      
<aside><t>NOTE: The TCP local port in an active OPEN request is commonly known as the "ephemeral port" of the corresponding TCP connection <xref target="RFC6056" format="default"/>.</t></aside>

      <t>On the other hand, there are a number of IETF protocol specifications that over specify some of their associated transient numeric identifiers. For example, <xref target="RFC4291" format="default"/> essentially overloads the semantics of IPv6 Interface Identifiers (IIDs) by embedding link-layer addresses in the IPv6 IIDs when the interoperability requirement of uniqueness could be achieved in other ways that do not result in negative security and privacy implications <xref target="RFC7721" format="default"/>. Similarly, <xref target="RFC2460" format="default"/> suggests the use of a global counter for the generation of Identification values when the interoperability requirement of uniqueness per {IPv6 Source Address, IPv6 Destination Address} could be achieved with other algorithms that do not result in negative security and privacy implications <xref target="RFC7739" format="default"/>.</t>
      <t>Finally, there are protocol implementations that simply fail to comply with existing protocol specifications. For example, some popular operating systems still fail to implement transport-protocol ephemeral port randomization, as recommended in <xref target="RFC6056" format="default"/>, or TCP Initial Sequence Number randomization, as recommended in <xref target="RFC9293"/>.</t>
      <t>The following subsections document the timelines for a number of sample transient numeric identifiers that illustrate how the problem discussed in this document has affected protocols from different layers over time. These sample transient numeric identifiers have different interoperability requirements and failure severities (see <xref target="RFC9415" section="6" sectionFormat="of" format="default"/>), and thus are considered to be representative of the problem being analyzed in this document.</t>
      <section anchor="ipid" numbered="true" toc="default">
        <name>IPv4/IPv6 Identification</name>
        <t>This section presents the timeline of the Identification field employed by IPv4 (in the base header) and IPv6 (in Fragment Headers). The reason for presenting both cases in the same section is to make it evident that, while the Identification value serves the same purpose in both protocols, the work and research done for the IPv4 case did not influence IPv6 specifications or implementations.</t>
        <t>The IPv4 Identification is specified in <xref target="RFC0791" format="default"/>, which specifies the interoperability requirements for the Identification field, i.e., the sender must choose the Identification field to be unique for a given {Source Address, Destination Address, Protocol} for the time the datagram (or any fragment of it) could be alive in the Internet.  It suggests that a sending protocol module may keep "a table of Identifiers, one entry for each destination it has communicated with in the last maximum packet lifetime for the [I]nternet", and it also suggests that "since the Identifier field allows 65,536 different values, hosts may be able to simply use unique identifiers independent of destination". The above has been interpreted numerous times as a suggestion to employ per-destination or global counters for the generation of Identification values. While <xref target="RFC0791" format="default"/> does not suggest any flawed algorithm for the generation of Identification values, the specification omits a discussion of the security and privacy implications of predictable Identification values. This resulted in many IPv4 implementations generating predictable Identification values by means of a global counter, at least at some point in time.
</t>
        <t>
The IPv6 Identification was originally specified in <xref target="RFC1883" format="default"/>. It serves the same purpose as its IPv4 counterpart, but rather than being part of the base header (as in the IPv4 case), it is part of the Fragment Header (which may or may not be present in an IPv6 packet). <xref target="RFC1883" format="default" sectionFormat="of" section ="4.5"/> states that the Identification must be different than that of any other fragmented packet sent recently (within the maximum likely lifetime of a packet) with the same Source Address and Destination Address. Subsequently, it notes that this requirement can be met by means of a wrap-around 32-bit counter that is incremented each time a packet must be fragmented and that it is an implementation choice whether to use a global or a per-destination counter. Thus, the specification of the IPv6 Identification is similar to that of the IPv4 case, with the only difference that, in the IPv6 case, the suggestions to use simple counters is more explicit. <xref target="RFC2460" format="default"/> is the first revision of the core IPv6 specification and maintains the same text for the specification of the IPv6 Identification field. <xref target="RFC8200" format="default"/>, the second revision of the core IPv6 specification, removes the suggestion from <xref target="RFC2460" format="default"/> to use a counter for the generation of IPv6 Identification values and points to <xref target="RFC7739" format="default"/> for sample algorithms for their generation.
</t>
        <dl newline="true" spacing="normal">
          <dt>September 1981:</dt>
          <dd>
            <xref target="RFC0791" format="default"/> specifies the interoperability requirements for the IPv4 Identification but does not perform a vulnerability assessment of this transient numeric identifier.
</dd>
          <dt>December 1995:</dt>
          <dd>
            <xref target="RFC1883" format="default"/>, the first specification of the IPv6 protocol, is published. It suggests that a counter be used to generate the IPv6 Identification values and notes that it is an implementation choice whether to maintain a single counter for the node or multiple counters (e.g., one for each of the node's possible Source Addresses, or one for each active {Source Address, Destination Address} set).
</dd>
          <dt>December 1998:</dt>
          <dd>
            <xref target="Sanfilippo1998a" format="default"/> finds that predictable IPv4 Identification values (as generated by most popular implementations) can be leveraged to count the number of packets sent by a target node. <xref target="Sanfilippo1998b" format="default"/> explains how to leverage the same vulnerability to implement a port-scanning technique known as "idle scan". A tool that implements this attack is publicly released.
</dd>
          <dt>December 1998:</dt>
          <dd>
            <xref target="RFC2460" format="default"/>, a revision of the IPv6 specification, is published, obsoleting <xref target="RFC1883" format="default"/>. It maintains the same specification of the IPv6 Identification field as its predecessor <xref target="RFC1883" format="default"/>.
</dd>
          <dt>December 1998:</dt>
          <dd>OpenBSD implements randomization of the IPv4 Identification field <xref target="OpenBSD-IPv4-ID" format="default"/>.
</dd>
          <dt>November 1999:</dt>
          <dd>
            <xref target="Sanfilippo1999" format="default"/> discusses how to leverage predictable IPv4 Identification values to uncover the rules of a number of firewalls.
</dd>
          <dt>September 2002:</dt>
          <dd>
            <xref target="Fyodor2002" format="default"/> documents the implementation of the "idle scan" technique in the popular Network Mapper (nmap) tool.
</dd>
          <dt>November 2002:</dt>
          <dd>
            <xref target="Bellovin2002" format="default"/> explains how the IPv4 Identification field can be exploited to count the number of systems behind a NAT.
</dd>
          <dt>October 2003:</dt>
          <dd>OpenBSD implements randomization of the IPv6 Identification field <xref target="OpenBSD-IPv6-ID" format="default"/>.
</dd>
          <dt>December 2003:</dt>
          <dd>
            <xref target="Zalewski2003" format="default"/> explains a technique to perform TCP data injection attacks based on predictable IPv4 Identification values, which requires less effort than TCP injection attacks performed with bare TCP packets.
</dd>
          <dt>January 2005:</dt>
          <dd>
            <xref target="Silbersack2005" format="default"/> discusses shortcomings in a number of techniques to mitigate predictable IPv4 Identification values.
</dd>
          <dt>October 2007:</dt>
          <dd>
            <xref target="Klein2007" format="default"/> describes a weakness in the pseudorandom number generator (PRNG) in use for the generation of IP Identification values by a number of operating systems.
</dd>
          <dt>June 2011:</dt>
          <dd>
            <xref target="Gont2011" format="default"/> describes how to perform idle scan attacks in IPv6.
	  </dd>
          <dt>November 2011:</dt>
          <dd>Linux mitigates predictable IPv6 Identification values <xref target="RedHat2011" format="default"/> <xref target="SUSE2011" format="default"/> <xref target="Ubuntu2011" format="default"/>.
</dd>
          <dt>December 2011:</dt>
          <dd>
            <xref target="draft-gont-6man-predictable-fragment-id-00" format="default"/> describes the security implications of predictable IPv6 Identification values and possible mitigations. This document has the intended status of "Standards Track", with the intention to formally update <xref target="RFC2460" format="default"/> to introduce security and privacy requirements on the generation of IPv6 Identification values.
</dd>
          <dt>May 2012:</dt>
          <dd>
            <xref target="Gont2012" format="default"/> notes that some major IPv6 implementations still employ predictable IPv6 Identification values.
</dd>
         
<dt>March 2013:</dt>
          <dd>The 6man WG adopts <xref target="draft-gont-6man-predictable-fragment-id-03" format="default"/> but changes the track to "BCP" (while still formally updating <xref target="RFC2460" format="default"/>), posting the resulting document as <xref target="draft-ietf-6man-predictable-fragment-id-00" format="default"/>.
</dd>
          <dt>June 2013:</dt>
          <dd>A patch to incorporate support for IPv6-based idle scans in nmap is submitted <xref target="Morbitzer2013" format="default"/>.
</dd>
          <dt>December 2014:</dt>
          <dd>The 6man WG changes the intended status of <xref target="draft-ietf-6man-predictable-fragment-id-01" format="default"/> to "Informational" and posts it as <xref target="draft-ietf-6man-predictable-fragment-id-02" format="default"/>. As a result, it no longer formally updates <xref target="RFC2460" format="default"/>, and security and privacy requirements on the generation of IPv6 Identification values are eliminated.
</dd>
          <dt>June 2015:</dt>
          <dd>
            <xref target="draft-ietf-6man-predictable-fragment-id-08" format="default"/> notes that some popular host and router implementations still employ predictable IPv6 Identification values.
</dd>
          <dt>February 2016:</dt>
          <dd>
            <xref target="RFC7739" format="default"/> (based on <xref target="draft-ietf-6man-predictable-fragment-id-10" format="default"/>) analyzes the security and privacy implications of predictable IPv6 Identification values and provides guidance for selecting an algorithm to generate such values. However, being published as an "Informational" RFC, it does not formally update <xref target="RFC2460" format="default"/> and does not introduce security and privacy requirements on the generation of IPv6 Identification values. 
	  </dd>
          <dt>June 2016:</dt>
          <dd>
            <xref target="draft-ietf-6man-rfc2460bis-05" format="default"/>, a draft revision of <xref target="RFC2460" format="default"/>, removes the suggestion from <xref target="RFC2460" format="default"/> to use a counter for the generation of IPv6 Identification values but does not perform a vulnerability assessment of the generation of IPv6 Identification values and does not introduce security and privacy requirements on the generation of IPv6 Identification values.
</dd>
          <dt>July 2017:</dt>
          <dd>
            <xref target="draft-ietf-6man-rfc2460bis-13" format="default"/> is finally published as <xref target="RFC8200" format="default"/>, obsoleting <xref target="RFC2460" format="default"/> and pointing to <xref target="RFC7739" format="default"/> for sample algorithms for the generation of IPv6 Identification values. However, it does not introduce security and privacy requirements on the generation of IPv6 Identification values.
</dd>
          <dt>October 2019:</dt>
          <dd>
            <xref target="IPID-DEV" format="default"/> notes that the IPv6 Identification generators of two popular operating systems are flawed.
</dd>
        </dl>
      </section>
      <section anchor="tcp-isns" numbered="true" toc="default">
        <name>TCP Initial Sequence Numbers (ISNs)</name>
        <t>
<xref target="RFC0793" format="default"/> suggests that the choice of the ISN of a connection is not arbitrary but aims to reduce the chances of a stale segment from being accepted by a new incarnation of a previous connection. <xref target="RFC0793" format="default"/> suggests the use of a global 32-bit ISN generator that is incremented by 1 roughly every 4 microseconds. However, as a matter of fact, protection against stale segments from a previous incarnation of the connection is enforced by preventing the creation of a new incarnation of a previous connection before 2*MSL has passed since a segment corresponding to the old incarnation was last seen (where "MSL" is the "Maximum Segment Lifetime" <xref target="RFC0793" format="default"/>). This is accomplished by the TIME-WAIT state and TCP's "quiet time" concept (see <xref target="RFC1323" format="default" sectionFormat="of" section="B"/>). Based on the assumption that ISNs are monotonically increasing across connections, many stacks (e.g., 4.2BSD-derived) use the ISN of an incoming SYN segment to perform "heuristics" that enable the creation of a new incarnation of a connection while the previous incarnation is still in the TIME-WAIT state (see p. 945 of <xref target="Wright1994" format="default"/>). This avoids an interoperability problem that may arise when a node establishes connections to a specific TCP end-point at a high rate <xref target="Silbersack2005" format="default"/>.</t>
        <t>The interoperability requirements for TCP ISNs are probably not as clearly spelled out as one would expect. Furthermore, the suggestion of employing a global counter in <xref target="RFC0793" format="default"/> negatively affects the security and privacy properties of the protocol.</t>
        <dl newline="true" spacing="normal">
          <dt>September 1981:</dt>
          <dd>
            <xref target="RFC0793" format="default"/> suggests the use of a global 32-bit ISN
generator, whose lower bit is incremented roughly every 4 microseconds. However, such an ISN generator makes it trivial to predict the ISN that a TCP implementation will use for new connections, thus allowing a variety of attacks against TCP.
</dd>
 


<dt>February 1985:</dt>
          <dd>
            <xref target="Morris1985" format="default"/> is the first to describe how to exploit predictable TCP ISNs for forging TCP connections that could then be leveraged for trust relationship exploitation.
</dd>
          <dt>April 1989:</dt>
          <dd>
            <xref target="Bellovin1989" format="default"/> discusses the security considerations for predictable ISNs (along with a range of other protocol-based vulnerabilities).
</dd>
          <dt>January 1995:</dt>
          <dd>
            <xref target="Shimomura1995" format="default"/> reports a real-world exploitation of the vulnerability described in <xref target="Morris1985" format="default"/> ten years before (in 1985).
</dd>
          <dt>May 1996:</dt>
          <dd>
            <xref target="RFC1948" format="default"/> is the first IETF effort, authored by Steven Bellovin, to address predictable TCP ISNs. However, <xref target="RFC1948" format="default"/> does not formally update <xref target="RFC0793" format="default"/>. Note: The same concept specified in this document for TCP ISNs was later proposed for TCP ephemeral ports <xref target="RFC6056" format="default"/>, TCP Timestamps, and eventually even IPv6 Interface Identifiers <xref target="RFC7217" format="default"/>.
</dd>
          <dt>July 1996:</dt>
          <dd>OpenBSD implements TCP ISN randomization based on random increments (please see <xref target="RFC9415" format="default" sectionFormat="of" section="A.2"/>) <xref target="OpenBSD-TCP-ISN-I" format="default"/>.
</dd>
          <dt>December 2000:</dt>
          <dd>OpenBSD implements TCP ISN randomization using simple randomization (please see <xref target="RFC9415" section="7.1" sectionFormat="of" format="default"/>)  <xref target="OpenBSD-TCP-ISN-R" format="default"/>.
</dd>
          <dt>March 2001:</dt>
          <dd>
            <xref target="Zalewski2001" format="default"/> provides a detailed analysis of statistical weaknesses in some TCP ISN generators and includes a survey of the algorithms in use by popular TCP implementations. Vulnerability advisories <xref target="USCERT2001" format="default"/> were released regarding statistical weaknesses in some TCP ISN generators, affecting popular TCP implementations. Other vulnerability advisories on the same vulnerability, such as <xref target="CERT2001" format="default"/>, were published later on.</dd>

          <dt>March 2002:</dt>
          <dd>
            <t><xref target="Zalewski2002" format="default"/> updates and complements <xref target="Zalewski2001" format="default"/>. It concludes that "while some vendors [...] reacted promptly and tested their solutions properly, many still either ignored the issue and never evaluated their implementations, or implemented a flawed solution that apparently was not tested using a known approach" <xref target="Zalewski2002" format="default"/>.</t>
</dd>
          <dt>June 2007:</dt>
          <dd>OpenBSD implements TCP ISN randomization based on the algorithm specified in <xref target="RFC1948" format="default"/> (currently obsoleted and replaced by <xref target="RFC6528" format="default"/>) for the TCP endpoint that performs the active open while keeping the simple randomization scheme for the endpoint performing the passive open <xref target="OpenBSD-TCP-ISN-H" format="default"/>. This provides monotonically increasing ISNs for the "client side" (allowing the BSD heuristics to work as expected) while avoiding any patterns in the ISN generation for the "server side".
</dd>
          <dt>February 2012:</dt>
          <dd>
            <xref target="RFC6528" format="default"/>, published 27 years after Morris's original work <xref target="Morris1985" format="default"/>, formally updates <xref target="RFC0793" format="default"/> to mitigate predictable TCP ISNs. 
	  </dd>
<dt>August 2014:</dt>
          <dd>
            The algorithm specified in <xref target="RFC6528" format="default"/> becomes the recommended ("<bcp14>SHOULD</bcp14>") algorithm for TCP ISN generation in <xref target="draft-eddy-rfc793bis-04"/>, an early revision of the core TCP specification <xref target="RFC9293"/>. 
</dd>
<dt>August 2022:</dt>
          <dd>
<xref target="RFC9293" format="default"/>, a revision of the core TCP specification, is published, adopting the algorithm specified in <xref target="RFC6528" format="default"/> as the recommended ("<bcp14>SHOULD</bcp14>") algorithm for TCP ISN generation. 
</dd>
        </dl>
      </section>
      <section anchor="ipv6-iids" numbered="true" toc="default">
        <name>IPv6 Interface Identifiers (IIDs)</name>
        <t>IPv6 Interface Identifiers can be generated as a result of different mechanisms, including Stateless Address Autoconfiguration (SLAAC) <xref target="RFC4862" format="default"/>, DHCPv6 <xref target="RFC8415" format="default"/>, and manual configuration. This section focuses on Interface Identifiers resulting from SLAAC.</t>
        <t>The Interface Identifier of stable IPv6 addresses resulting from SLAAC originally resulted in the underlying link-layer address being embedded in the IID. At the time, employing the underlying link-layer address for the IID was seen as a convenient way to obtain a unique address. However, recent awareness about the security and privacy properties of this approach <xref target="RFC7707" format="default"/> <xref target="RFC7721" format="default"/> has led to the replacement of this flawed scheme with an alternative one <xref target="RFC7217" format="default"/> <xref target="RFC8064" format="default"/> that does not negatively affect the security and privacy properties of the protocol.
</t>
        <dl newline="true" spacing="normal">
          <dt>January 1997:</dt>
          <dd>
            <xref target="RFC2073" format="default"/> specifies the syntax of IPv6 global addresses (referred to as "An IPv6 Provider-Based Unicast Address Format" at the time), which is consistent with the IPv6 addressing architecture specified in <xref target="RFC1884" format="default"/>.
	    Hosts are recommended to "generate addresses using link-specific addresses as Interface ID such as 48 bit IEEE-802 MAC addresses".
	  </dd>
          <dt>July 1998:</dt>
          <dd>
            <xref target="RFC2374" format="default"/> specifies "An IPv6 Aggregatable Global Unicast Address Format" (obsoleting <xref target="RFC2073" format="default"/>), changing the size of the IID to 64 bits, and specifies that IIDs must be constructed in IEEE 64-bit Extended Unique Identifier (EUI-64) format. How such identifiers are constructed is specified in the corresponding "IPv6 over &lt;link&gt;" specifications, such as "IPv6 over Ethernet".
</dd>
          <dt>January 2001:</dt>
          <dd>
            <xref target="RFC3041" format="default"/> recognizes the problem of IPv6 network activity correlation and specifies IPv6 temporary addresses. Temporary addresses are to be used along with stable addresses.
</dd>
          <dt>August 2003:</dt>
          <dd>
            <xref target="RFC3587" format="default"/> obsoletes <xref target="RFC2374" format="default"/>, making the Top-Level Aggregator  (TLA) / Next-Level
   Aggregator (NLA) structure historic, though the syntax and recommendations for the stable IIDs remain unchanged.
</dd>
          <dt>February 2006:</dt>
          <dd>
            <xref target="RFC4291" format="default"/> is published as the latest "IP Version 6 Addressing Architecture", requiring the IIDs of "all unicast addresses, except those that start with the binary value 000" to employ the Modified EUI-64 format. The details of constructing such interface identifiers are defined in the corresponding "IPv6 over &lt;link&gt;" specifications.
</dd>
          <dt>March 2008:</dt>
          <dd>
            <xref target="RFC5157" format="default"/> provides hints regarding how patterns in IPv6 addresses could be leveraged for the purpose of address scanning.
</dd>
          <dt>December 2011:</dt>
          <dd>
            <xref target="draft-gont-6man-stable-privacy-addresses-00" format="default"/> notes that the original scheme for generating stable addresses allows for IPv6 address scanning and for active host tracking (even when IPv6 temporary addresses are employed). It also specifies an alternative algorithm meant to replace IIDs based on Modified EUI-64 format identifiers.
</dd>
          <dt>November 2012:</dt>
          <dd>The 6man WG adopts <xref target="draft-gont-6man-stable-privacy-addresses-01" format="default"/> as a working group item (as <xref target="draft-ietf-6man-stable-privacy-addresses-00" format="default"/>). However, the document no longer formally updates <xref target="RFC4291" format="default"/>; therefore, the specified algorithm no longer formally replaces the Modified EUI-64 format identifiers.
</dd>
          <dt>February 2013:</dt>
          <dd>An address-scanning tool (scan6 of <xref target="IPv6-Toolkit" format="default"/>) that leverages IPv6 address patterns is released <xref target="Gont2013" format="default"/>.
</dd>
          <dt>July 2013:</dt>
          <dd>
            <xref target="draft-cooper-6man-ipv6-address-generation-privacy-00" format="default"/> elaborates on the security and privacy properties of all known algorithms for generating IPv6 IIDs.
</dd>
          <dt>January 2014:</dt>
          <dd>The 6man WG posts <xref target="draft-ietf-6man-default-iids-00" format="default"/> ("Recommendation on Stable IPv6 Interface Identifiers"), recommending <xref target="draft-ietf-6man-stable-privacy-addresses-17" format="default"/> for the generation of stable addresses.
</dd>
          <dt>April 2014:</dt>
          <dd>

            <xref target="RFC7217" format="default"/> (formerly <xref target="draft-ietf-6man-stable-privacy-addresses-17" format="default"/>) is published, specifying "A Method for Generating Semantically Opaque Interface Identifiers with IPv6 Stateless Address Autoconfiguration (SLAAC)" as an alternative to (but <strong>not</strong> replacement of) Modified EUI-64 format IIDs.
</dd>
          <dt>March 2016:</dt>
          <dd>
            <xref target="RFC7707" format="default"/> (formerly <xref target="draft-gont-opsec-ipv6-host-scanning-02" format="default"/> and later <xref target="draft-ietf-opsec-ipv6-host-scanning-08" format="default"/>), about "Network Reconnaissance in IPv6 Networks", is published.
</dd>
          <dt>March 2016:</dt>
          <dd>
            <xref target="RFC7721" format="default"/> (formerly <xref target="draft-cooper-6man-ipv6-address-generation-privacy-00" format="default"/> and later <xref target="draft-ietf-6man-ipv6-address-generation-privacy-08" format="default"/>), about "Security and Privacy Considerations for IPv6 Address Generation Mechanisms", is published.
</dd>
          <dt>May 2016:</dt>
          <dd>
            <xref target="draft-gont-6man-non-stable-iids-00" format="default"/> is posted, with the goal of specifying requirements for non-stable addresses and updating <xref target="RFC4941" format="default"/> such that use of only temporary addresses is allowed.
</dd>
          <dt>May 2016:</dt>
          <dd>
            <xref target="draft-gont-6man-address-usage-recommendations-00" format="default"/> is posted, providing an analysis of how different aspects on an address (from stability to usage mode) affect their corresponding security and privacy properties and meaning to eventually provide advice in this area.
</dd>
          <dt>February 2017:</dt>
          <dd><xref target="draft-ietf-6man-default-iids-16" format="default"/>, produced by the 6man WG, is published as <xref target="RFC8064" format="default"/> ("Recommendation on Stable IPv6 Interface Identifiers"), with requirements for stable addresses and a recommendation to employ <xref target="RFC7217" format="default"/> for the generation of stable addresses. It formally updates a large number of RFCs.
</dd>
          <dt>March 2018:</dt>
          <dd>
            <xref target="draft-fgont-6man-rfc4941bis-00" format="default"/> is posted (as suggested by the 6man WG) to address flaws in <xref target="RFC4941" format="default"/> by revising it (as an alternative to the <xref target="draft-gont-6man-non-stable-iids-00" format="default"/> effort, posted in March 2016).
</dd>
          <dt>July 2018:</dt>
          <dd>
            <xref target="draft-fgont-6man-rfc4941bis-00" format="default"/> is adopted (as <xref target="draft-ietf-6man-rfc4941bis-00" format="default"/>) as a WG item of the 6man WG.
</dd>
          <dt>December 2020:</dt>
          <dd>
            <xref target="draft-ietf-6man-rfc4941bis-12" format="default"/> is approved by the IESG for publication as an RFC.
</dd>
          <dt>February 2021:</dt>
          <dd>
            <xref target="draft-ietf-6man-rfc4941bis-12" format="default"/> is finally published as <xref target="RFC8981" format="default"/>.
</dd>
        </dl>
      </section>
      <section anchor="ntp-refid" numbered="true" toc="default">
        <name>NTP Reference IDs (REFIDs)</name>
        <t>The NTP <xref target="RFC5905" format="default"/> Reference ID is a 32-bit code identifying the particular server or reference clock. Above stratum 1 (secondary servers and clients), this value can be employed to avoid degree-one timing loops, that is, scenarios where two NTP peers are (mutually) the time source of each other. If using the IPv4 address family, the identifier is the four-octet IPv4 address.  If using the IPv6 address family, it is the first four octets of the MD5 hash of the IPv6 address.</t>
        <dl newline="true" spacing="normal">
          <dt>June 2010:</dt>
          <dd>
            <xref target="RFC5905" format="default"/> ("Network Time Protocol Version 4: Protocol and Algorithms Specification") is published. It specifies that, for NTP peers with stratum higher than 1, the REFID embeds the IPv4 address of the time source or the first four octets of the MD5 hash of the IPv6 address of the time source.
</dd>
          <dt>July 2016:</dt>
          <dd>
            <xref target="draft-stenn-ntp-not-you-refid-00" format="default"/> is posted, describing the information leakage produced via the NTP REFID. It proposes that NTP returns a special REFID when a packet employs an IP Source Address that is not believed to be a current NTP peer but otherwise generates and returns the common REFID. It is subsequently adopted by the NTP WG as <xref target="draft-ietf-ntp-refid-updates-00" format="default"/>.
</dd>
          <dt>April 2019:</dt>
          <dd>
            <xref target="Gont-NTP" format="default"/> notes that the proposed fix specified in <xref target="draft-ietf-ntp-refid-updates-00" format="default"/> is, at the very least, sub-optimal. As a result of a lack of WG support, the <xref target="draft-ietf-ntp-refid-updates-00" format="default"/> effort is eventually abandoned.
</dd>
        </dl>
      </section>
      <section anchor="port-numbers" numbered="true" toc="default">
        <name>Transport-Protocol Ephemeral Port Numbers</name>
        <t>Most (if not all) transport protocols employ "port numbers" to demultiplex packets to the corresponding transport-protocol instances. "Ephemeral ports" refer to the local ports employed in active OPEN requests, that is, typically the local port numbers employed on the side initiating the communication.</t>

<dl newline="true" spacing="normal">
          <dt>August 1980:</dt>
          <dd>
            <xref target="RFC0768" format="default"/> notes that the UDP source port is optional and identifies the port of the sending process. It does not specify interoperability requirements for source port selection, nor does it suggest possible ways to select port numbers. Most popular implementations end up selecting source ports from a system-wide global counter.</dd>
          <dt>September 1981:</dt>
          <dd>
            <xref target="RFC0793" format="default"/> (the TCP specification) essentially describes the use of port numbers and specifies that port numbers should result in a unique socket pair {local address, local port, remote address, remote port}. How ephemeral ports are selected and the port range from which they are selected are left unspecified.
</dd>
          <dt>July 1996:</dt>
          <dd>OpenBSD implements ephemeral port randomization <xref target="OpenBSD-PR" format="default"/>.
</dd>
          <dt>July 2008:</dt>
          <dd>The CERT Coordination Center publishes details of what became known as the "Kaminsky Attack" <xref target="VU-800113" format="default"/> <xref target="Kaminsky2008" format="default"/> on the DNS. The attack exploits the lack of ephemeral port randomization and DNS ID randomization in many major DNS implementations to perform cache poisoning in an effective and practical manner.
</dd>
          <dt>January 2009:</dt>
          <dd>
            <xref target="RFC5452" format="default"/> mandates the use of port randomization for DNS resolvers and mandates that implementations must randomize ports from the range of available ports (53 or 1024 and above) that is as large as possible and practicable. It does not recommend possible algorithms for port randomization, although the document specifically targets DNS resolvers, for which a simple port randomization suffices (e.g., Algorithm 1 of <xref target="RFC6056" format="default"/>). This document led to the implementation of port randomization in the DNS resolvers themselves, rather than in the underlying transport protocols.
</dd>
          <dt>January 2011:</dt>
          <dd>
            <xref target="RFC6056" format="default"/> notes that many TCP and UDP implementations result in predictable ephemeral port numbers and also notes that many implementations select port numbers from a small portion of the whole port number space. It recommends the implementation and use of ephemeral port randomization, proposes a number of possible algorithms for port randomization, and also recommends to randomize port numbers over the range 1024-65535.
</dd>
          <dt>March 2016:</dt>
          <dd>
            <xref target="NIST-NTP" format="default"/> reports a non-normal distribution of the ephemeral port numbers employed by the NTP clients of an Internet Time Service.
</dd>
          <dt>April 2019:</dt>
          <dd>
            <xref target="draft-gont-ntp-port-randomization-00" format="default"/> notes that some NTP implementations employ the NTP service port (123) as the local port for nonsymmetric modes and aims to update the NTP specification to recommend port randomization in such cases, which is in line with <xref target="RFC6056" format="default"/>. The proposal experiences some pushback in the relevant working group (NTP WG) <xref target="NTP-PORTR" format="default"/> but is finally adopted as a working group item as <xref target="draft-ietf-ntp-port-randomization-00" format="default"/>.
</dd>
          <dt>August 2021:</dt>
          <dd>
            <xref target="draft-ietf-ntp-port-randomization-08" format="default"/> is finally published as <xref target="RFC9109" format="default"/>.
</dd>
        </dl>
      </section>
      <section anchor="dns-query-id" numbered="true" toc="default">
        <name>DNS ID</name>
        <t>The DNS ID <xref target="RFC1035" format="default"/> can be employed to match DNS replies to outstanding DNS queries.</t>
<aside>
<t>NOTE: Some documents refer to the DNS ID as the DNS "Query ID" or "TxID".</t>
</aside>

        <dl newline="true" spacing="normal">
          <dt>November 1987:</dt>
          <dd>
            <xref target="RFC1035" format="default"/> specifies that the DNS ID is a 16-bit identifier assigned by the program that
generates any kind of query and that this identifier is copied in the corresponding reply and can be used by the requester to match up replies to outstanding queries. It does not specify the interoperability requirements for this numeric identifier, nor does it suggest an algorithm for generating it.</dd>
          <dt>August 1993:</dt>
          <dd>
            <xref target="Schuba1993" format="default"/> describes DNS cache poisoning attacks that require the attacker to guess the DNS ID.</dd>
          <dt>June 1995:</dt>
          <dd>
            <xref target="Vixie1995" format="default"/> suggests that both the UDP source port and the DNS ID of query packets should be randomized, although that might not provide enough entropy to prevent an attacker from guessing these values.</dd>
          <dt>April 1997:</dt>
          <dd>
            <xref target="Arce1997" format="default"/> finds that implementations employ predictable UDP source ports and predictable DNS IDs and argues that both should be randomized.</dd>
          <dt>November 2002:</dt>
          <dd>
            <xref target="Sacramento2002" format="default"/> finds that, by spoofing multiple requests for the same domain name from different IP addresses, an attacker may guess the DNS ID employed for a victim with a high probability of success, thus allowing for DNS cache poisoning attacks.</dd>
          <dt>March 2007:</dt>
          <dd>
            <xref target="Klein2007c" format="default"/> finds that the Microsoft Windows DNS server generates predictable DNS ID values.
	  </dd>
          <dt>July 2007:</dt>
          <dd>
            <xref target="Klein2007b" format="default"/> finds that a popular DNS server software (BIND 9) that randomizes the DNS ID is still subject to DNS cache poisoning attacks by forging a large number of queries and leveraging the birthday paradox.
</dd>	  
          <dt>October 2007:</dt>
          <dd>
            <xref target="Klein2007" format="default"/> finds that OpenBSD's DNS software (based on the BIND DNS server of the Internet Systems Consortium (ISC)) generates predictable DNS ID values.
</dd>
          <dt>January 2009:</dt>
          <dd>
            <xref target="RFC5452" format="default"/> is published, requiring resolvers to randomize the DNS ID of queries and to verify that the DNS ID of a reply matches that of the DNS query as part of the DNS reply validation process.
</dd>
          <dt>May 2010:</dt>
          <dd>
            <xref target="Economou2010" format="default"/> finds that the Windows SMTP Service implements its own DNS resolver that results in predictable DNS ID values. Additionally, it fails to validate that the DNS ID of a reply matches that of the DNS query that supposedly elicited it.
</dd>
        </dl>
      </section>
    </section>
    <section anchor="conclusions" numbered="true" toc="default">
      <name>Conclusions</name>
      <t>
   For more than 30 years, a large number of implementations of IETF protocols have been subject to a variety of attacks, with
   effects ranging from Denial of Service (DoS) or data injection to
   information leakages that could be exploited for pervasive monitoring
   <xref target="RFC7258" format="default"/>.  The root cause of these issues has been, in many cases, the poor selection of transient numeric identifiers in such protocols, usually as a result of insufficient or misleading specifications.
</t>
      <t>
   While it is generally possible to identify an algorithm that can
   satisfy the  interoperability requirements for a given transient
   numeric identifier, this document provides empirical evidence that
   doing so without negatively affecting the security and/or privacy
   properties of the aforementioned protocols is nontrivial. It is thus
   evident that advice in this area is warranted.
</t>
      <t>
   <xref target="RFC9416" format="default"/> aims at requiring future
   IETF protocol specifications to contain analysis of the security and
   privacy properties of any transient numeric identifiers specified by
   the protocol and to recommend an algorithm for the generation
   of such transient numeric identifiers. <xref target="RFC9415" format="default"/> specifies a number of sample algorithms for generating
   transient numeric identifiers with specific interoperability
   requirements and failure severities. 
</t>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
    <section numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>This document analyzes the timeline of the specification and implementation of the transient numeric identifiers of some sample IETF protocols and how the security and privacy properties of such protocols have been affected as a result of it. It provides concrete evidence that advice in this area is warranted.</t>
      <t><xref target="RFC9415" format="default"/> analyzes and categorizes transient numeric identifiers based on their interoperability requirements and their associated failure severities and recommends possible algorithms that can be employed to comply with those requirements without negatively affecting the security and privacy properties of the corresponding protocols.</t>
      <t><xref target="RFC9416" format="default"/> formally requires IETF protocol specifications to specify the interoperability requirements for their transient numeric identifiers, to do a warranted vulnerability assessment of such transient numeric identifiers, and to recommend possible algorithms for their generation, such that the interoperability requirements are complied with, while any negative security or privacy properties of these transient numeric identifiers are mitigated.</t>
    </section>
  </middle>
  <back>
    <references>



      <name>References</name>
      <references>
        <name>Normative References</name>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.0768.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.0793.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6528.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.0791.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1883.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2460.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8200.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7217.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3041.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2073.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2374.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3587.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1884.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4291.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4941.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4862.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8415.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1323.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6056.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5452.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9293.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7323.xml"/>
        
      </references>
      <references>
        <name>Informative References</name>

        <reference anchor="OpenBSD-PR" target="https://cvsweb.openbsd.org/src/sys/netinet/in_pcb.c?rev=1.6">
          <front>
            <title>Implementation of port randomization</title>
            <author>
              <organization>OpenBSD</organization>
            </author>
            <date month="July" year="1996"/>
          </front>
        </reference>

        <reference anchor="VU-800113" target="https://www.kb.cert.org/vuls/id/800113">
          <front>
            <title>Multiple DNS implementations vulnerable to cache poisoning</title>
            <author>
              <organization>CERT/CC</organization>
            </author>
            <date month="July" year="2008"/>
          </front>
	  <refcontent>Vulnerability Note VU#800113</refcontent>
        </reference>

        <reference anchor="IANA-PROT" target="https://www.iana.org/protocols">
          <front>
            <title>Protocol Registries</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
	</reference>
	
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5157.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8981.xml"/>

<reference anchor="draft-ietf-6man-rfc4941bis-12" target="https://www.ietf.org/archive/id/draft-ietf-6man-rfc4941bis-12.txt">
<front>
<title>
Temporary Address Extensions for Stateless Address Autoconfiguration in IPv6
</title>
<author initials="F." surname="Gont" fullname="Fernando Gont">
<organization>SI6 Networks</organization>
</author>
<author initials="S." surname="Krishnan" fullname="Suresh Krishnan">
<organization>Kaloom</organization>
</author>
<author initials="T." surname="Narten" fullname="Dr. Thomas Narten"> </author>
<author initials="R." surname="Draves" fullname="Richard P. Draves">
<organization>Microsoft Research</organization>
</author>
<date month="November" day="2" year="2020"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-6man-rfc4941bis-12"/>
</reference>

<reference anchor="draft-gont-opsec-ipv6-host-scanning-02" target="https://www.ietf.org/archive/id/draft-gont-opsec-ipv6-host-scanning-02.txt">
  <front>
    <title>Network Reconnaissance in IPv6 Networks</title>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <author fullname="Tim Chown" initials="T." surname="Chown"/>
    <date day="23" month="October" year="2012"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-gont-opsec-ipv6-host-scanning-02"/>
</reference>

<reference anchor="draft-ietf-opsec-ipv6-host-scanning-08" target="https://www.ietf.org/archive/id/draft-ietf-opsec-ipv6-host-scanning-08.txt">
  <front>
    <title>Network Reconnaissance in IPv6 Networks</title>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <author fullname="Tim Chown" initials="T." surname="Chown"/>
    <date day="28" month="August" year="2015"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-opsec-ipv6-host-scanning-08"/>
</reference>

<reference anchor="draft-gont-6man-stable-privacy-addresses-01" target="https://www.ietf.org/archive/id/draft-gont-6man-stable-privacy-addresses-01.txt">
<front>
<title>
A method for Generating Stable Privacy-Enhanced Addresses with IPv6 Stateless Address Autoconfiguration (SLAAC)
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<date day="31" month="March" year="2012"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-gont-6man-stable-privacy-addresses-01"/>
</reference>


<reference anchor="draft-ietf-6man-stable-privacy-addresses-17" target="https://www.ietf.org/archive/id/draft-ietf-6man-stable-privacy-addresses-17.txt">
  <front>
    <title>A Method for Generating Semantically Opaque Interface Identifiers with IPv6 Stateless Address Autoconfiguration (SLAAC)</title>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <date day="27" month="January" year="2014"/>
    </front>
    <seriesInfo name="Internet-Draft" value="draft-ietf-6man-stable-privacy-addresses-17"/>
</reference>

<reference anchor="draft-cooper-6man-ipv6-address-generation-privacy-00" target="https://www.ietf.org/archive/id/draft-cooper-6man-ipv6-address-generation-privacy-00.txt">
  <front>
    <title>Privacy Considerations for IPv6 Address Generation Mechanisms</title>
    <author fullname="Alissa Cooper" initials="A." surname="Cooper"/>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <author fullname="Dave Thaler" initials="D." surname="Thaler"/>
    <date day="15" month="July" year="2013"/>
    </front>
    <seriesInfo name="Internet-Draft" value="draft-cooper-6man-ipv6-address-generation-privacy-00"/>
</reference>

<reference anchor="draft-ietf-6man-ipv6-address-generation-privacy-08" target="https://www.ietf.org/archive/id/draft-ietf-6man-ipv6-address-generation-privacy-08.txt">
  <front>
    <title>Privacy Considerations for IPv6 Address Generation Mechanisms</title>
    <author fullname="Alissa Cooper" initials="A." surname="Cooper"/>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <author fullname="Dave Thaler" initials="D." surname="Thaler"/>
    <date day="23" month="September" year="2015"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-6man-ipv6-address-generation-privacy-08"/>
</reference>

        <reference anchor="Gont2013" target="https://lists.si6networks.com/pipermail/ipv6hackers/2013-February/000947.html">
          <front>
            <title>Beta release of the SI6 Network's IPv6 Toolkit (help wanted!)</title>
            <author fullname="Fernando Gont" initials="F." surname="Gont">
    </author>
            <date day="11" year="2013" month="February"/>
          </front>
	  <refcontent>message to the IPv6 Hackers mailing list</refcontent>
        </reference>

        <reference anchor="IPv6-Toolkit" target="https://www.si6networks.com/tools/ipv6toolkit">
          <front>
            <title>IPv6 Toolkit</title>
            <author>
              <organization>SI6 Networks</organization>
            </author>
          </front>
        </reference>

<reference anchor="draft-gont-6man-stable-privacy-addresses-00" target="https://www.ietf.org/archive/id/draft-gont-6man-stable-privacy-addresses-00.txt">
<front>
<title>
A method for Generating Stable Privacy-Enhanced Addresses with IPv6 Stateless Address Autoconfiguration (SLAAC)
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<date day="15" month="December" year="2011"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-gont-6man-stable-privacy-addresses-00"/>
</reference>

<reference anchor="draft-ietf-6man-stable-privacy-addresses-00" target="https://www.ietf.org/archive/id/draft-ietf-6man-stable-privacy-addresses-00.txt">
<front>
<title>
A method for Generating Stable Privacy-Enhanced Addresses with IPv6 Stateless Address Autoconfiguration (SLAAC)
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<date day="18" month="May" year="2012"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-6man-stable-privacy-addresses-00"/>
</reference>

<reference anchor="draft-gont-6man-address-usage-recommendations-00" target="https://www.ietf.org/archive/id/draft-gont-6man-address-usage-recommendations-00.txt">
<front>
<title>IPv6 Address Usage Recommendations</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<author fullname="Will (Shucheng) LIU" initials="W." surname="LIU"/>
<date day="27" month="May" year="2016"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-gont-6man-address-usage-recommendations-00"/>
</reference>

<reference anchor="draft-gont-6man-non-stable-iids-00" target="https://www.ietf.org/archive/id/draft-gont-6man-non-stable-iids-00.txt">
<front>
<title>
Recommendation on Non-Stable IPv6 Interface Identifiers
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<author fullname="Will (Shucheng) Liu" initials="W." surname="Liu"/>
<date day="23" month="May" year="2016"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-gont-6man-non-stable-iids-00"/>
</reference>

<reference anchor="draft-ietf-6man-default-iids-00" target="https://www.ietf.org/archive/id/draft-ietf-6man-default-iids-00.txt">
<front>
<title>
Recommendation on Stable IPv6 Interface Identifiers
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<author fullname="Alissa Cooper" initials="A." surname="Cooper"/>
<author fullname="Dave Thaler" initials="D." surname="Thaler"/>
<author fullname="Will (Shucheng) Liu" initials="W." surname="Liu"/>
<date day="24" month="January" year="2014"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-6man-default-iids-00"/>
</reference>

<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8064.xml"/>

<reference anchor="draft-ietf-6man-rfc4941bis-00" target="https://www.ietf.org/archive/id/draft-ietf-6man-rfc4941bis-00.txt">
<front>
<title>
Privacy Extensions for Stateless Address Autoconfiguration in IPv6
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<author fullname="Suresh Krishnan" initials="S." surname="Krishnan">
<organization>Ericsson Research</organization>
</author>
<author fullname="Dr. Thomas Narten" initials="T." surname="Narten">
<organization>IBM Corporation</organization>
</author>
<author fullname="Richard P. Draves" initials="R." surname="Draves">
<organization>Microsoft Research</organization>
</author>
<date day="2" month="July" year="2018"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-6man-rfc4941bis-00"/>
</reference>

<reference anchor="draft-fgont-6man-rfc4941bis-00" target="https://www.ietf.org/archive/id/draft-fgont-6man-rfc4941bis-00.txt">
<front>
<title>
Privacy Extensions for Stateless Address Autoconfiguration in IPv6
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<author fullname="Suresh Krishnan" initials="S." surname="Krishnan">
<organization>Ericsson Research</organization>
</author>
<author fullname="Dr. Thomas Narten" initials="T." surname="Narten">
<organization>IBM Corporation</organization>
</author>
<author fullname="Richard P. Draves" initials="R." surname="Draves">
<organization>Microsoft Research</organization>
</author>
<date day="25" month="March" year="2018"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-fgont-6man-rfc4941bis-00"/>
</reference>

<reference anchor="draft-ietf-6man-default-iids-16" target="https://www.ietf.org/archive/id/draft-ietf-6man-default-iids-16.txt">
<front>
<title>
Recommendation on Stable IPv6 Interface Identifiers
</title>
<author initials="F." surname="Gont" fullname="Fernando Gont"> </author>
<author initials="A." surname="Cooper" fullname="Alissa Cooper">
<organization>Cisco</organization>
</author>
<author initials="D." surname="Thaler" fullname="Dave Thaler">
<organization>Microsoft</organization>
</author>
<author initials="W." surname="LIU" fullname="Will (Shucheng) LIU">
<organization>Huawei Technologies</organization>
</author>
<date month="September" day="28" year="2016"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-6man-default-iids-16"/>
</reference>

<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7721.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7707.xml"/>


<reference anchor="draft-gont-predictable-numeric-ids-03" target="https://datatracker.ietf.org/doc/html/draft-gont-predictable-numeric-ids-03">
<front>
<title>
Security and Privacy Implications of Numeric Identifiers Employed in Network Protocols
</title>
<author initials="F." surname="Gont" fullname="Fernando Gont"> </author>
<author initials="I." surname="Arce" fullname="Ivan Arce">
<organization>Quarkslab</organization>
</author>
<date month="March" day="11" year="2019"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-gont-predictable-numeric-ids-03"/>
</reference>

<reference anchor='RFC9416' target='https://www.rfc-editor.org/info/rfc9416'>
<front>
<title>Security Considerations for Transient Numeric Identifiers Employed in Network Protocols</title>
<author initials='F' surname='Gont' fullname='Fernando Gont'>
<organization />
</author>
<author initials='I' surname='Arce' fullname='Ivan Arce'>
<organization />
</author>
<date year='2023' month='July'/>
</front>
<seriesInfo name="BCP" value="72"/>
<seriesInfo name="RFC" value="9416"/>
<seriesInfo name="DOI" value="10.17487/RFC9416"/>
</reference>


<reference anchor='RFC9415' target='https://www.rfc-editor.org/info/rfc9415'>
<front>
<title>On the Generation of Transient Numeric Identifiers</title>
<author initials='F' surname='Gont' fullname='Fernando Gont'>
<organization />
</author>
<author initials='I' surname='Arce' fullname='Ivan Arce'>
<organization />
</author>
<date year='2023' month='July'/>
</front>
<seriesInfo name="RFC" value="9415"/>
<seriesInfo name="DOI" value="10.17487/RFC9415"/>
</reference>

<reference anchor="draft-ietf-6man-rfc2460bis-05" target="https://www.ietf.org/archive/id/draft-ietf-6man-rfc2460bis-05.txt">
  <front>
    <title>Internet Protocol, Version 6 (IPv6) Specification</title>
    <author fullname="Stephen E. Deering" initials="S." surname="Deering"/>
    <author fullname="Robert M. Hinden" initials="R." surname="Hinden"/>
    <date day="28" month="June" year="2016"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-6man-rfc2460bis-05"/>
</reference>

<reference anchor="draft-ietf-6man-rfc2460bis-13" target="https://www.ietf.org/archive/id/draft-ietf-6man-rfc2460bis-13.txt">
  <front>
    <title>draft-ietf-6man-rfc2460bis-13</title>
    <author fullname="Stephen E. Deering" initials="S." surname="Deering"/>
    <author fullname="Robert M. Hinden" initials="R." surname="Hinden"/>
    <date day="19" month="May" year="2017"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-6man-rfc2460bis-13"/>
</reference>

<reference anchor="draft-stenn-ntp-not-you-refid-00" target="https://www.ietf.org/archive/id/draft-stenn-ntp-not-you-refid-00.txt">
<front>
<title>Network Time Protocol Not You REFID</title>
<author fullname="Sharon Goldberg" initials="S." surname="Goldberg">
<organization>Boston University</organization>
</author>
<author fullname="Harlan Stenn" initials="H." surname="Stenn">
<organization>Network Time Foundation</organization>
</author>
<date day="8" month="July" year="2016"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-stenn-ntp-not-you-refid-00"/>
</reference>

<reference anchor="draft-ietf-ntp-refid-updates-00" target="https://www.ietf.org/archive/id/draft-ietf-ntp-refid-updates-00.txt">
<front>
<title>Network Time Protocol REFID Updates</title>
<author fullname="Harlan Stenn" initials="H." surname="Stenn"/>
<author fullname="Sharon Goldberg" initials="S." surname="Goldberg"/>
<date day="13" month="November" year="2016"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-ntp-refid-updates-00"/>
</reference>

        <reference anchor="Gont-NTP" target="https://mailarchive.ietf.org/arch/msg/ntp/NkfTHxUUOdp14Agh3h1IPqfcRRg">
          <front>
            <title>[Ntp] Comments on draft-ietf-ntp-refid-updates-05</title>
            <author initials="F." surname="Gont" fullname="Fernando Gont">
              <organization/></author>
            <date day="16" month="April" year="2019"/>
          </front>
	  <refcontent>message to the IETF NTP mailing list</refcontent>
        </reference>
	
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5905.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7258.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1948.xml"/>

        <reference anchor="Wright1994">
          <front>
            <title>TCP/IP Illustrated, Volume 2: The Implementation</title>
            <author initials="G." surname="Wright" fullname="Gary R. Wright">
              <organization/>
            </author>
            <author initials="W." surname="Stevens" fullname="W. Richard Stevens">
              <organization/>
            </author>
            <date year="1995" month="February"/>
          </front>
	  <refcontent>Addison-Wesley</refcontent>
	</reference>


	<reference anchor="Zalewski2001" target="https://lcamtuf.coredump.cx/oldtcp/tcpseq.html">
          <front>
            <title>Strange Attractors and TCP/IP Sequence Number Analysis (2001)</title>
            <author initials="M." surname="Zalewski" fullname="M. Zalewski">
              <organization/>
            </author>
            <date year="2001" month="March"/>
          </front>
        </reference>


        <reference anchor="Zalewski2002" target="https://lcamtuf.coredump.cx/newtcp/">
          <front>
            <title>Strange Attractors and TCP/IP Sequence Number Analysis - One Year Later (2002)</title>
            <author initials="M." surname="Zalewski" fullname="M. Zalewski">
              <organization/>
            </author>
            <date year="2002"/>
          </front>
        </reference>


        <reference anchor="Bellovin1989" target="https://www.cs.columbia.edu/~smb/papers/ipext.pdf">
          <front>
            <title>Security Problems in the TCP/IP Protocol Suite</title>
            <author initials="S." surname="Bellovin" fullname="S.M. Bellovin">
              <organization/>
            </author>
            <date year="1989" month="April"/>
          </front>
	  <refcontent>Computer Communications Review, vol. 19, no. 2, pp. 32-48</refcontent>
        </reference>


	<reference anchor="Morris1985" target="https://pdos.csail.mit.edu/~rtm/papers/117.pdf">
          <front>
            <title>A Weakness in the 4.2BSD UNIX TCP/IP Software</title>
            <author initials="R." surname="Morris" fullname="Robert Morris">
              <organization/>
            </author>
            <date year="1985" month="February"/>
          </front>
	  <refcontent>CSTR 117, AT&amp;T Bell Laboratories, Murray Hill, NJ</refcontent>
        </reference>

        <reference anchor="USCERT2001" target="https://www.kb.cert.org/vuls/id/498440">
          <front>
            <title>Multiple TCP/IP implementations may use statistically predictable initial sequence numbers</title>
            <author>
              <organization>CERT CC</organization>
            </author>
            <date year="2001" month="March"/>
          </front>
	  <refcontent>Vulnerability Note VU#498440</refcontent>
        </reference>

        <reference anchor="CERT2001" target="https://resources.sei.cmu.edu/asset_files/WhitePaper/2001_019_001_496192.pdf">
          <front>
            <title>CERT Advisory CA-2001-09: Statistical Weaknesses in TCP/IP Initial Sequence Numbers</title>
            <author>
              <organization>CERT/CC</organization>
            </author>
            <date year="2001" month="May"/>
          </front>
        </reference>

        <reference anchor="Shimomura1995" target="https://www.gont.com.ar/files/post-shimomura-usenet.txt">
          <front>
            <title>Technical details of the attack described by Markoff in NYT</title>
            <author initials="T." surname="Shimomura" fullname="Tsutomu Shimomura">
              <organization/>
            </author>
            <date day="25" year="1995" month="January"/>
          </front>
	  <refcontent>message to the USENET comp.security.misc newsgroup</refcontent>
        </reference>

        <reference anchor="draft-eddy-rfc793bis-04" target="https://www.ietf.org/archive/id/draft-eddy-rfc793bis-04.txt">
  <front>
    <title>Transmission Control Protocol Specification</title>
    <author fullname="Wesley Eddy" initials="W." surname="Eddy" role="editor"/>
    <date day="25" month="August" year="2014"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-eddy-rfc793bis-04"/>
</reference>

        <reference anchor="OpenBSD-TCP-ISN-I" target="https://cvsweb.openbsd.org/src/sys/netinet/tcp_subr.c?rev=1.6">
          <front>
            <title>Implementation of TCP ISN randomization based on random increments</title>
            <author>
              <organization>OpenBSD</organization>
            </author>
            <date month="July" year="1996"/>
          </front>
        </reference>

        <reference anchor="OpenBSD-TCP-ISN-R" target="https://cvsweb.openbsd.org/src/sys/netinet/tcp_subr.c?rev=1.37">
          <front>
            <title>Implementation of TCP ISN randomization based on simple randomization</title>
            <author>
              <organization>OpenBSD</organization>
            </author>
            <date month="December" year="2000"/>
          </front>
        </reference>

        <reference anchor="OpenBSD-TCP-ISN-H" target="https://cvsweb.openbsd.org/src/sys/netinet/tcp_subr.c?rev=1.97">
          <front>
            <title>Implementation of RFC1948 for TCP ISN randomization</title>
            <author>
              <organization>OpenBSD</organization>
            </author>
            <date month="June" year="2007"/>
          </front>
        </reference>

<reference anchor="draft-gont-ntp-port-randomization-00" target="https://www.ietf.org/archive/id/draft-gont-ntp-port-randomization-00.txt">
  <front>
    <title>Port Randomization in the Network Time Protocol Version 4</title>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <author fullname="Guillermo Gont" initials="G." surname="Gont"/>
    <date day="16" month="April" year="2019"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-gont-ntp-port-randomization-00"/>
</reference>

<reference anchor="draft-ietf-ntp-port-randomization-00" target="https://www.ietf.org/archive/id/draft-ietf-ntp-port-randomization-00.txt">
  <front>
    <title>Port Randomization in the Network Time Protocol Version 4</title>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <author fullname="Guillermo Gont" initials="G." surname="Gont"/>
    <author fullname="Miroslav Lichvar" initials="M." surname="Lichvar"/>
    <date day="22" month="October" year="2019"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-ntp-port-randomization-00"/>
</reference>

<reference anchor="draft-ietf-ntp-port-randomization-08" target="https://www.ietf.org/archive/id/draft-ietf-ntp-port-randomization-08.txt">
  <front>
    <title>Port Randomization in the Network Time Protocol Version 4</title>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <author fullname="Guillermo Gont" initials="G." surname="Gont"/>
    <author fullname="Miroslav Lichvar" initials="M." surname="Lichvar"/>
    <date day="10" month="June" year="2021"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-ntp-port-randomization-00"/>
</reference>

<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9109.xml"/>

        <reference anchor="NTP-PORTR" target="https://mailarchive.ietf.org/arch/msg/ntp/xSCu5Vhb3zoWcqEjUMmzP8pOdW4/">
          <front>
            <title>[Ntp] New rev of the NTP port randomization I-D (Fwd: New Version Notification for draft-gont-ntp-port-randomization-01.txt)</title>
            <author fullname="Fernando Gont" initials="F." surname="Gont">
            </author>
            <date day="21" month="May" year="2019"/>
          </front>
	  <refcontent>message to the IETF NTP mailing list</refcontent>
        </reference>

        <reference anchor="NIST-NTP" target="https://tf.nist.gov/general/pdf/2818.pdf">
          <front>
            <title>Usage Analysis of the NIST Internet Time Service</title>
            <author initials="J." surname="Sherman" fullname="Jeff A. Sherman">
              <organization/>
            </author>
            <author initials="J." surname="Levine" fullname="Judah Levine">
              <organization/>
            </author>
            <date year="2016" month="March"/>
          </front>
	  <refcontent>Journal of Research of the National Institute of Standards and Technology, Volume 121</refcontent>
        </reference>

        <reference anchor="IPID-DEV" target="https://arxiv.org/pdf/1906.10478.pdf">
          <front>
            <title>From IP ID to Device ID and KASLR Bypass (Extended Version)</title>
            <author initials="A." surname="Klein" fullname="Amit Klein">
              <organization/>
            </author>
            <author initials="B." surname="Pinkas" fullname="Benny Pinkas">
              <organization/>
            </author>
            <date year="2019" month="October"/>
          </front>
	  <seriesInfo name="DOI" value="10.48550/arXiv.1906.10478"/>
	</reference>

<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1035.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6274.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7739.xml"/>
	<reference anchor="Bellovin2002" target="https://www.cs.columbia.edu/~smb/papers/fnat.pdf">
          <front>
            <title>A Technique for Counting NATted Hosts</title>
            <author initials="S." surname="Bellovin" fullname="Steven M. Bellovin">
              <organization/>
            </author>
            <date year="2002" month="November"/>
          </front>
	  <refcontent>IMW'02, Marseille, France</refcontent>
	  <seriesInfo name="DOI" value="10.1145/637201.637243"/>
        </reference>

        <reference anchor="Fyodor2002" target="https://nmap.org/presentations/CanSecWest03/CD_Content/idlescan_paper/idlescan.html">
          <front>
            <title>Idle scanning and related IP ID games</title>
            <author>
              <organization>Fyodor</organization>
            </author>
            <date year="2002" month="September"/>
          </front>
        </reference>

        <reference anchor="Sanfilippo1998a" target="http://seclists.org/bugtraq/1998/Dec/48">
          <front>
            <title>about the ip header id</title>
            <author initials="S." surname="Sanfilippo" fullname="Salvatore Sanfilippo">
              <organization/>
            </author>
            <date day="14" month="December" year="1998"/>
            </front>
	    <refcontent>message to the Bugtraq mailing list</refcontent>
        </reference>

        <reference anchor="Sanfilippo1998b" target="https://seclists.org/bugtraq/1998/Dec/79">
          <front>
            <title>new tcp scan method</title>
            <author initials="S." surname="Sanfilippo" fullname="Salvatore Sanfilippo">
              <organization/>
            </author>
            <date year="1998" month="December" day="18"/>
          </front>
	    <refcontent>message to the Bugtraq mailing list</refcontent>
        </reference>

        <reference anchor="Sanfilippo1999" target="https://github.com/antirez/hping/raw/master/docs/MORE-FUN-WITH-IPID">
          <front>
            <title>more ip id</title>
            <author initials="S." surname="Sanfilippo" fullname="S. Sanfilippo">
              <organization/>
            </author>
            <date year="1999" month="November"/>
          </front>
	  <refcontent>message to the Bugtraq mailing list</refcontent>
        </reference>

        <reference anchor="Morbitzer2013" target="https://seclists.org/nmap-dev/2013/q2/394">
          <front>
            <title>[PATCH] TCP Idle Scan in IPv6</title>
            <author initials="M." surname="Morbitzer" fullname="Mathias Morbitzer">
              <organization/>
            </author>
            <date day="3" year="2013" month="June"/>
          </front>
	  <refcontent>message to the nmap-dev mailing list</refcontent>
        </reference>

        <reference anchor="OpenBSD-IPv4-ID" target="https://cvsweb.openbsd.org/src/sys/netinet/ip_id.c?rev=1.1">
          <front>
            <title>Randomization of the IPv4 Identification field</title>
            <author>
              <organization>OpenBSD</organization>
            </author>
            <date month="December" year="1998"/>
          </front>
        </reference>

        <reference anchor="OpenBSD-IPv6-ID" target="https://cvsweb.openbsd.org/src/sys/netinet6/ip6_id.c?rev=1.1">
          <front>
            <title>Randomization of the IPv6 Identification field</title>
            <author>
              <organization>OpenBSD</organization>
            </author>
            <date month="October" year="2003"/>
          </front>
        </reference>
	
        <reference anchor="Silbersack2005" target="https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.91.4542&amp;rep=rep1&amp;type=pdf">
          <front>
            <title>Improving TCP/IP security through randomization without sacrificing interoperability</title>
            <author initials="M." surname="Silbersack" fullname="Michael James Silbersack">
              <organization>The FreeBSD Project</organization>
            </author>
            <date year="2005" month="January"/>
          </front>
	  <refcontent>EuroBSDCon 2005 Conference</refcontent> 
        </reference>

        <reference anchor="Zalewski2003" target="https://lcamtuf.coredump.cx/ipfrag.txt">
          <front>
            <title>A new TCP/IP blind data injection technique?</title>
            <author initials="M." surname="Zalewski" fullname="Michal Zalewski">
              <organization/>
            </author>
            <date year="2003" month="December"/>
          </front>
        </reference>

        <reference anchor="Arce1997" target="http://www.openbsd.org/advisories/sni_12_resolverid.txt">
          <front>
            <title>BIND Vulnerabilities and Solutions</title>
            <author initials="I." surname="Arce" fullname="Ivan Arce">
              <organization>Core Seguridad del Informacion</organization>
            </author>
            <author initials="E." surname="Kargieman" fullname="Emiliano Kargieman">
              <organization>Core Seguridad del Informacion</organization>
            </author>
            <date year="1997" month="April"/>
          </front>
        </reference>

        <reference anchor="Klein2007" target="https://dl.packetstormsecurity.net/papers/attack/OpenBSD_DNS_Cache_Poisoning_and_Multiple_OS_Predictable_IP_ID_Vulnerability.pdf">
          <front>
            <title>OpenBSD DNS Cache Poisoning and Multiple O/S Predictable IP ID Vulnerability</title>
            <author initials="A." surname="Klein" fullname="Amit Klein">
              <organization/>
            </author>
            <date year="2007" month="October"/>
          </front>
        </reference>

        <reference anchor="Gont2011" target="https://www.si6networks.com/files/presentations/hip2011/fgont-hip2011-hacking-ipv6-networks.pdf">
          <front>
            <title>Hacking IPv6 Networks (training course)</title>
            <author initials="F." surname="Gont" fullname="Fernando Gont">
              <organization/>
            </author>
            <date month="June" year="2011"/>
          </front>
	  <refcontent>Hack In Paris 2011 Conference, Paris, France</refcontent>
        </reference>

        <reference anchor="RedHat2011" target="https://rhn.redhat.com/errata/RHSA-2011-1465.html">
          <front>
            <title>RHSA-2011:1465-1 - Security Advisory</title>
            <author>
              <organization>Red Hat</organization>
            </author>
            <date year="2011" month="November"/>
          </front>
	</reference>

        <reference anchor="Ubuntu2011" target="https://ubuntu.com/security/notices/USN-1253-1">
          <front>
            <title>USN-1253-1: Linux kernel vulnerabilities</title>
            <author>
              <organization>Ubuntu</organization>
            </author>
            <date year="2011" month="November"/>
          </front>
	</reference>

        <reference anchor="SUSE2011" target="https://lists.opensuse.org/opensuse-security-announce/2011-12/msg00011.html">
          <front>
            <title>[security-announce] SUSE Security Announcement: Linux kernel security update (SUSE-SA:2011:046)</title>
            <author initials="M." surname="Meissner" fullname="Marcus Meissner">
              <organization>SUSE</organization>
            </author>
            <date day="13" year="2011" month="December"/>
          </front>
	  <refcontent>message to the openSUSE Security Announce mailing list</refcontent>
	</reference>

        <reference anchor="Gont2012" target="https://www.si6networks.com/files/presentations/bsdcan2012/fgont-bsdcan2012-recent-advances-in-ipv6-security.pdf">
          <front>
            <title>Recent Advances in IPv6 Security</title>
            <author initials="F." surname="Gont" fullname="Fernando Gont">
              <organization/></author>
            <date month="May" year="2012"/>
          </front>
	  <refcontent>BSDCan 2012 Conference, Ottawa, Canada</refcontent>
        </reference>

<reference anchor="draft-gont-6man-predictable-fragment-id-03" target="https://www.ietf.org/archive/id/draft-gont-6man-predictable-fragment-id-03.txt">
  <front>
    <title>Security Implications of Predictable Fragment Identification Values</title>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <date day="9" month="January" year="2013"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-gont-6man-predictable-fragment-id-03"/>
</reference>

<reference anchor="draft-ietf-6man-predictable-fragment-id-10" target="https://www.ietf.org/archive/id/draft-ietf-6man-predictable-fragment-id-10.txt">
  <front>
    <title>Security Implications of Predictable Fragment Identification Values</title>
    <author fullname="Fernando Gont" initials="F." surname="Gont"/>
    <date day="9" month="October" year="2015"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-6man-predictable-fragment-id-10"/>
</reference>

<reference anchor="draft-ietf-6man-predictable-fragment-id-01" target="https://www.ietf.org/archive/id/draft-ietf-6man-predictable-fragment-id-01.txt">
<front>
<title>
Security Implications of Predictable Fragment Identification Values
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<date day="29" month="April" year="2014"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-6man-predictable-fragment-id-01"/>
</reference>

        <reference anchor="draft-ietf-6man-predictable-fragment-id-02" target="https://datatracker.ietf.org/doc/html/draft-ietf-6man-predictable-fragment-id-02">
          <front>
            <title>Security Implications of Predictable Fragment Identification Values</title>
            <author initials="F." surname="Gont" fullname="Fernando Gont">
              <organization/></author>
            <date month="December" day="19" year="2014"/>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-6man-predictable-fragment-id-02"/>
        </reference>

<reference anchor="draft-gont-6man-predictable-fragment-id-00" target="https://www.ietf.org/archive/id/draft-gont-6man-predictable-fragment-id-00.txt">
<front>
<title>
Security Implications of Predictable Fragment Identification Values
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<date day="15" month="December" year="2011"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-gont-6man-predictable-fragment-id-00"/>
</reference>

<reference anchor="draft-ietf-6man-predictable-fragment-id-00" target="https://www.ietf.org/archive/id/draft-ietf-6man-predictable-fragment-id-00.txt">
<front>
<title>
Security Implications of Predictable Fragment Identification Values
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<date day="22" month="March" year="2013"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-6man-predictable-fragment-id-00"/>
</reference>

<reference anchor="draft-ietf-6man-predictable-fragment-id-08" target="https://www.ietf.org/archive/id/draft-ietf-6man-predictable-fragment-id-08.txt">
<front>
<title>
Security Implications of Predictable Fragment Identification Values
</title>
<author fullname="Fernando Gont" initials="F." surname="Gont"/>
<date day="9" month="June" year="2015"/>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-6man-predictable-fragment-id-08"/>
</reference>

<reference anchor="Schuba1993" target="http://ftp.cerias.purdue.edu/pub/papers/christoph-schuba/schuba-DNS-msthesis.pdf">
          <front>
            <title>Addressing Weakness in the Domain Name System Protocol</title>
            <author initials="C." surname="Schuba" fullname="Christoph Schuba">
              <organization/>
            </author>
            <date year="1993" month="August"/>
          </front>
        </reference>

        <reference anchor="Vixie1995" target="https://www.usenix.org/legacy/publications/library/proceedings/security95/full_papers/vixie.pdf">
          <front>
            <title>DNS and BIND Security Issues</title>
            <author initials="P." surname="Vixie" fullname="Paul Vixie">
              <organization/>
            </author>
            <date month="June" year="1995"/>
          </front>
	  <refcontent>5th Usenix Security Symposium</refcontent>
        </reference>

        <reference anchor="Klein2007b" target="https://citeseerx.ist.psu.edu/doc/10.1.1.86.4474">
          <front>
            <title>BIND 9 DNS Cache Poisoning</title>
            <author initials="A." surname="Klein" fullname="Amit Klein">
              <organization/>
            </author>
            <date month="March" year="2007"/>
          </front>
        </reference>

        <reference anchor="Klein2007c" target="https://dl.packetstormsecurity.net/papers/attack/Windows_DNS_Cache_Poisoning.pdf">
          <front>
            <title>Windows DNS Server Cache Poisoning</title>
            <author initials="A." surname="Klein" fullname="Amit Klein">
              <organization/>
            </author>
            <date month="March" year="2007"/>
          </front>
        </reference>

        <reference anchor="Sacramento2002" target="https://seclists.org/bugtraq/2002/Nov/331">
          <front>
            <title>CAIS-ALERT: Vulnerability in the sending requests control of BIND</title>
            <author initials="V." surname="Sacramento " fullname="Vagner Sacramento ">
              <organization/>
            </author>
            <date day="25" month="November" year="2002"/>
          </front>
	  <refcontent>message to the Bugtraq mailing list</refcontent>
        </reference>

        <reference anchor="Kaminsky2008" target="https://www.blackhat.com/presentations/bh-jp-08/bh-jp-08-Kaminsky/BlackHat-Japan-08-Kaminsky-DNS08-BlackOps.pdf">
          <front>
            <title>Black Ops 2008: It's The End Of The Cache As We Know It</title>
            <author initials="D." surname="Kaminsky " fullname="Dan Kaminsky ">
              <organization/>
            </author>
            <date month="August" year="2008"/>
          </front>
        </reference>

        <reference anchor="Economou2010" target="https://www.coresecurity.com/core-labs/advisories/core-2010-0424-windows-smtp-dns-query-id-bugs">
          <front>
            <title>Windows SMTP Service DNS query Id vulnerabilities</title>
            <author initials="N." surname="Economou" fullname="Nicolas Economou">
              <organization/>
            </author>
            <date month="May" year="2010"/>
          </front>
	  <refcontent>Advisory ID Internal CORE-2010-0427</refcontent>
        </reference>
        
        <reference anchor="TCPT-uptime" target="https://seclists.org/bugtraq/2001/Mar/182">
          <front>
            <title>TCP Timestamping - Obtaining System Uptime Remotely</title>
            <author initials="B." surname="McDanel" fullname="Bret McDanel">
              <organization>Securiteam</organization>
            </author>
            <date month="March" year="2001"/>
          </front>
          <refcontent>message to the Bugtraq mailing list</refcontent>
        </reference>


      </references>
    </references>
    <section numbered="false" toc="default">
      <name>Acknowledgements</name>
      <t>The authors would like to thank (in alphabetical order) <contact fullname="Bernard Aboba"/>, <contact fullname="Dave Crocker"/>, <contact fullname="Spencer Dawkins"/>, <contact fullname="Theo de Raadt"/>, <contact fullname="Sara Dickinson"/>, <contact fullname="Guillermo Gont"/>, <contact fullname="Christian Huitema"/>, <contact fullname="Colin Perkins"/>, <contact fullname="Vincent Roca"/>, <contact fullname="Kris Shrishak"/>, <contact fullname="Joe Touch"/>, <contact fullname="Brian Trammell"/>, and <contact fullname="Christopher Wood"/> for providing valuable comments on earlier versions of this document.</t>
      <t>The authors would like to thank (in alphabetical order) <contact fullname="Steven Bellovin"/>, <contact fullname="Joseph Lorenzo Hall"/>, <contact fullname="Gre Norcie"/>, and <contact fullname="Martin Thomson"/> for providing valuable comments on <xref target="draft-gont-predictable-numeric-ids-03" format="default"/>, on which this document is based.</t>
      <t><xref target="tcp-isns" format="default"/> of this document borrows text from <xref target="RFC6528" format="default"/>, authored by <contact fullname="Fernando Gont"/> and <contact fullname="Steven Bellovin"/>.</t>
      <t>The authors would like to thank <contact fullname="Sara Dickinson"/> and <contact fullname="Christopher Wood"/> for their guidance during the publication process of this document.</t>
      <t>The authors would like to thank <contact fullname="Diego Armando Maradona"/> for his magic and inspiration.</t>
    </section>
  </back>
</rfc>
