<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.22 (Ruby 2.5.1) -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-birkholz-scitt-software-use-cases-01" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 2.46.0 -->
  <front>
    <title abbrev="SCITT SW Supply Chain">Detailed Software Supply Chain Uses Cases for SCITT</title>
    <seriesInfo name="Internet-Draft" value="draft-birkholz-scitt-software-use-cases-01"/>
    <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization abbrev="Fraunhofer SIT">Fraunhofer Institute for Secure Information Technology</organization>
      <address>
        <postal>
          <street>Rheinstrasse 75</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Germany</country>
        </postal>
        <email>henk.birkholz@sit.fraunhofer.de</email>
      </address>
    </author>
    <author initials="Y." surname="Deshpande" fullname="Yogesh Deshpande">
      <organization>ARM</organization>
      <address>
        <email>yogesh.deshpande@arm.com</email>
      </address>
    </author>
    <author initials="D." surname="Brooks" fullname="Dick Brooks">
      <organization>REA</organization>
      <address>
        <email>dick@reliableenergyanalytics.com</email>
      </address>
    </author>
    <author initials="R." surname="Martin" fullname="Robert Martin">
      <organization>MITRE</organization>
      <address>
        <email>ramartin@mitre.org</email>
      </address>
    </author>
    <author initials="B." surname="Knight" fullname="Brian Knight">
      <organization>Microsoft</organization>
      <address>
        <email>brianknight@microsoft.com</email>
      </address>
    </author>
    <date year="2023" month="February" day="15"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document includes a collection of representative Software Supply Chain Use Case Descriptions.
These use cases aim to identify software supply chain problems that the industry faces today and acts as a guideline for developing a comprehensive solution for these classes of scenarios.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-birkholz-scitt-software-use-cases/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        SCITT Working Group mailing list (<eref target="mailto:scitt@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/scitt/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/scitt/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-scitt/draft-birkholz-scitt-software-supply-chain-use-cases"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>Modern software applications are an intricate mix of first-party and third-party code, development practices and tools, deployment methods and infrastructure, and interfaces and protocols.
The software supply chain comprises all elements associated with an application's design, development, build, integration, deployment, and maintenance throughout its entire lifecycle.
The complexity of software coupled with a lack of lifecycle visibility increases the risks associated with system attack surface and the number of cyber threats capable of harmful impacts, such as exfiltration of data, disruption of operations, and loss of reputation, intellectual property, and financial assets.
There is a need for a platform architecture that will allow consumers to know that suppliers maintained appropriate security practices without requiring access to proprietary intellectual property.
SCITT-enabled products and analytics solutions will assist in managing compliance and assessing risk to help prevent and detect supply chain attacks across the entire software lifecycle while prioritizing data privacy.</t>
      <section anchor="terms">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP&nbsp;14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
    </section>
    <section anchor="generic-problem-statement">
      <name>Generic Problem Statement</name>
      <t>Supply chain security is a paramount prerequisite to successfully protect consumers and minimize economic, public health, and safety impacts.
Supply chain security has historically focused on risk management practices to safeguard logistics, meet compliance regulations, demand forecasts, and optimize inventory.
While these elements are foundational to a healthy supply chain, an integrated cyber security-based perspective of the software supply chains remains broadly undefined.
Recently, the global community has experienced numerous supply chain attacks targeting weaknesses in software supply chains. As illustrated in <xref target="lifecycle-threats"/>, a software supply chain attack may leverage one or more lifecycle stages and directly or indirectly target the component.</t>
      <figure anchor="lifecycle-threats">
        <name>Example Lifecycle Threats</name>
        <artwork><![CDATA[
      Dependencies        Malicious 3rd-party package or version
           |
           |
     +-----+-----+
     |           |
     |   Code    |        Compromise source control
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Malicious plug-ins;
     |  Commit   |        Malcious commit
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Modify build tasks or build environment;
     |   Build   |        Poison build agent/compiler;
     |           |        Tamper with build cache
     +-----+-----+
           |
     +-----+-----+
     |           |        Compromise test tools;
     |    Test   |        Falsification of test results
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Use bad package;
     |  Package  |        Compromise package repository
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Modify release tasks;
     |  Release  |        Modify build drop prior to release
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |
     |  Deploy   |        Tamper with versioning and update process
     |           |
     +-----------+
]]></artwork>
      </figure>
      <t>DevSecOps often depends on third-party and open-source solutions.
These dependencies can be quite complex throughout the supply chain and render the checking of lifecycle compliance difficult.
There is a need for manageable auditability and accountability of digital products.
Typically, the range of types of statements about digital products (and their dependencies) is vast, heterogeneous, and can differ between community policy requirements.
Taking the type and structure of all statements about digital and products into account might not be possible.
Examples of statements may include commit signatures, build environment and parameters, software bill of materials, static and dynamic application security testing results, fuzz testing results, release approvals, deployment records, vulnerability scan results, and patch logs.
In consequence, instead of trying to understand and describe the detailed syntax and semantics of every type of statement about digital products, the SCITT architecture focuses on ensuring statement authenticity, visibility/transparency, and intends to provide scalable accessibility.
The following use case illustrates the scope of SCITT and elaborate on the generic problem statement above.</t>
    </section>
    <section anchor="software-supply-chain-use-cases">
      <name>Software Supply Chain Use Cases</name>
      <section anchor="verification-that-signing-certificate-is-authorized-by-supplier">
        <name>Verification that Signing Certificate is Authorized by Supplier</name>
        <t>Consumers wish to verify the authenticity and integrity of software they use before installation.
To do this today, they rely on the digital signature of the software.
This can be misleading, however, as there is no guarantee that the certificate used to sign the software is authorized by the Supplier for signing.
For example, a malicious actor may obtain a signing certificate from a reputable organization and use that certificate to sign malicious software.
The consumer, believing the software originated from the reputable organization, would then install malicious software.</t>
        <t>A consumer of software wants:</t>
        <ul spacing="normal">
          <li>to verify the authenticity and integrity of software they use before installation.</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>enable the consumer to verify that software originated from a 'duly authorized signing party' on behalf of the supplier, and is still valid.</li>
        </ul>
      </section>
      <section anchor="multi-stakeholder-evaluation-of-a-released-software-product">
        <name>Multi Stakeholder Evaluation of a Released Software Product</name>
        <t>In IT industry it is a common practice that once a software product is released, it is evaluated on various aspects.
For example, an auditing company, a code review company or a government body will examine the software product and issue authoritative reports about the product.
The end users (consumers or distribution entities) use these report to make an accurate assessment as to whether the software product is deemed fit to use.</t>
        <t>There are multiple such authoritative bodies that make such assessments.
There is no assurance that all the bodies may be aware of statements from other authoritative entities or actively acknowledge them.
Discovery of all sources of such reports and/or identity of the authoritative bodies adds a significant cost to the end user or consumer of the product.</t>
        <t>A consumer of released software product wants:</t>
        <ul spacing="normal">
          <li>to offload the burden of identifying all relevant authoritative entities to an entity who does it on their behalf</li>
          <li>to offload the burden to filter from and select all statements that are applicable to a particular release of a multi release software product, to an entity who does this on their behalf</li>
          <li>to make an informed decisions on which authoritative entities to believe based on the best visibility of all authoritative entities possible</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>aggregate large numbers of related statements in one place and discover them</li>
          <li>referencing other statements via a statement</li>
          <li>identifying or discover all (or at least a critical mass) of relevant authoritative entities</li>
        </ul>
      </section>
      <section anchor="security-analysis-of-a-software-product">
        <name>Security Analysis of a Software Product</name>
        <t>This use case is a specialization of the use case above.</t>
        <t>A released software product is often accompanied by a set of complementary statements about it's security compliance.
This gives enough confidence to both producers and consumers that the released software has a good security standard and is suitable to use.</t>
        <t>Subsequently, multiple security researchers often run sophisticated security analysis tools on the same product.
The intention is to identify any security weaknesses or vulnerabilities in the package.</t>
        <t>Initially a particular analysis can identify itself as a simple weakness in a software component.
Over a period of time, a statement from another third-party illustrates that the weakness is exposed in the same software component in a way that it is an exploitable vulnerability.
The producer of the software product now provides a statement that confirms the linking of software component vulnerability with the software product and also issues an advisory statement on how to mitigate the vulnerability.
At first, the producer provides an updated software product that still uses the vulnerable software component but shields the issue in a fashion that inhibits exploitation.
Later, A second update of the software product includes a security patch to the affected software component from the software producer.
Finally, A third update includes a new release (updated version) of the formerly insecure software component.
For this release, both the software product and the affected software component are deemed secure by the producer and consumers.</t>
        <t>A consumer of a released software wants:</t>
        <ul spacing="normal">
          <li>to know where to get these security statements from producers and third-parties related to the software product in a timely and unambiguous fashion,</li>
          <li>how to attribute them to an authoritative issuer,</li>
          <li>how to associate the statements in a meaningful manner via a set of well-known semantic relationships, and</li>
          <li>how to consistently, efficiently, and homogeneously check their authenticity.</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>know the various sources of statements,</li>
          <li>how to express the provenance and historicity of statements,</li>
          <li>how to related/link various heterogeneous statements in a simple fashion, and</li>
          <li>check that the statement comes from a source with authority to issue that statement.</li>
        </ul>
      </section>
      <section anchor="promotion-of-a-software-component-by-multiple-entities">
        <name>Promotion of a Software Component by multiple entities</name>
        <t>A software component source (e.g., a library) released by a certain original producer is becoming popular.
The released software component source is accompanied by a statement of authenticity (e.g., a detached signature).
Over time, due to its enhanced applicability to various products, there has been an increasing amount of multiple providers of the same software component version on the internet.</t>
        <t>Some providers include this particular software component as part of their release package bundle and provide the package with proof of authenticity using their own issuer authority.
Some packages include the original statement of authenticity, and some do not.
Over time, some providers no longer offer the exact same software component source but pre-compiled software component binaries.
Some sources do not provide the exact same software component but include patches and fixes produced by third-parties, as these emerge faster than solutions from the original producer.
Due to complex distribution and promotion lifecycle scenarios, the original software component takes myriad forms.</t>
        <t>A consumer of a released software wants:</t>
        <ul spacing="normal">
          <li>to understand if a particular provider is actually the original provider or a promoter,</li>
          <li>to know if and how the source, or resulting binary, of a promoted software component differs from the original software component,</li>
          <li>to check the provenance and history of a software component's source back to its origin, and</li>
          <li>to assess whether to trust a promoter or not.</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>to reliably discern a provider that is the original producer from a provider that is a trustworthy promoter or from an illegitimate provider,</li>
          <li>track the provenance path from an original producer to a particular provider</li>
          <li>to check for the trustworthiness of a provider</li>
          <li>to check the integrity of modifications or transformations done by a provider</li>
        </ul>
      </section>
      <section anchor="post-boot-firmware-provenance">
        <name>Post-Boot Firmware Provenance</name>
        <t>In contrast to operating systems or user space software components of a large and complex systems, firmware components are often already executed during boot-cycles before there is an opportunity to authenticate them.</t>
        <t>Authentication takes place, for example, by validating a signed artefact against a Reference Integrity Manifest (RIM).
Corresponding procedures are often called authenticated, measured, or secure boot.
The output of these high assurance boot procedures is often used as input to more complex verification known as remote attestation procedures.</t>
        <t>If measurements before execution are not possible, static after-the-fact analysis is required, typically by examining artifacts.
When best practices are followed, in such cases measurements (e.g., a hash or digests) are stored in a protected or shielded environment (e.g., TEEs or TPMs).
After finishing a boot sequence, these measurements about foundational firmware are retrieved after-the-fact from shielded locations and must be compared to reference values that are part of RIMs.
A verifying system appraising the integrity of a boot sequence must identify, locate, retrieve, and authenticate corresponding RIMs.</t>
        <t>A consumer of published software wants:</t>
        <ul spacing="normal">
          <li>to easily identify sources for RIMs</li>
          <li>to select appropriate RIMs and download them for the appraisal of measurements</li>
          <li>to be able to assure the authenticity, applicability, and freshness of RIMs over time</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>identify, locate, retrieve and authenticate RIMs in a uniform fashion</li>
          <li>to uniquely identify among multiple potential available RIMs (e.g., by age, source, signing authority, etc.)</li>
          <li>to store RIMs in a fashion that enables their usage in appraisal procedures years after they were created in a secure and believable fashion</li>
        </ul>
      </section>
      <section anchor="auditing-of-software-product">
        <name>Auditing of Software Product</name>
        <t>An organization has established procurement requirements and compliance policies for software use.
In order to allow the acquisition and deployment of software in certain security domains of the organization, a check of software quality and characteristics must succeed.
Compliance and requirement checking includes audits of the results of organisational procedures and technical procedures, which can originate from checks conducted by the organization itself or checks conducted by trusted third parties.
Consecutively, consumers of statements about a released software can be auditors.
Examples of procedure results important to audits include: available fresh and applicable code reviews, certification documents (e.g., FIPS or Common Criteria), virus scans, vulnerability disclosure reports (fixed or not fixed), security impact or applicability justification statements.
Relevant compliance, requirement, and check result documents originate from various sources and include a wide range of representations and formats.</t>
        <t>A consumer of a released software wants:</t>
        <ul spacing="normal">
          <li>to provide methods with different levels of complexity to auditors of a released software</li>
          <li>expects the creator or distributor of released software to enable audit procedures and make corresponding documents visible and available</li>
          <li>the cost of audits to be manageable and scale well</li>
          <li>complete visibility and accessibility to documents required for audits</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>discover and associate relevant documents and check results required for various types of audits</li>
          <li>assert the authenticity and provenance of documents relevant to audits in a deterministic and uniform fashion</li>
          <li>check the validity of identity statements about relevant documents after the fact (when they were made) in a consistent, long-term fashion</li>
          <li>allow for more than one level of complexity of audit procedures (potentially depending on criticality)</li>
        </ul>
      </section>
      <section anchor="authentic-software-components-in-air-gapped-infrastructure">
        <name>Authentic Software Components in Air-Gapped Infrastructure</name>
        <t>Some software is deployed on systems not connected to the Internet.
Authenticity checks for off-line systems can occur at time of deployment of released software.
Off-line systems require appropriate configuration and maintenance to be able to conduct useful authenticity checks.
If the off-line systems in operation are part of constrained node environments, they do not possess the capabilities to process and evaluate all kinds of different authenticity proofs that come with a released software.</t>
        <t>A consumer of a released software wants:</t>
        <ul spacing="normal">
          <li>a proof of authenticity that can be checked by an off-line system for vast periods of time after system deployment</li>
          <li>a proof of authenticity to be small and as uniform as possible to allow for application in constrained node environments</li>
          <li>a simple and low cost way to update the configuration of a system component in charge of validity or authenticity checking</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>provide an authenticity proof that can be checked by off-line systems in a simple and uniform fashion</li>
          <li>enable rich systems, regular systems, and constrained systems to conduct authenticity checks via the same procedure / code base</li>
          <li>to verify the authenticity and integrity of software in a fashion that scales from applications such as global open source repositories down to off-line constrained devices</li>
        </ul>
      </section>
      <section anchor="firmware-delivery-to-large-set-of-constrained-iot-devices">
        <name>Firmware Delivery to large set of constrained IoT Devices</name>
        <t>Firmware is a critical component for successful execution of any constrained IoT device.
It is often the bedrock on which the security story of the devices it powers. For example, personal health monitoring devices (eHealth devices) are generally battery driven and offer health telemetry monitoring, such as temperature, blood pressure, and pulse rate.
These devices typically connect to the Internet through an intermediary base station using wireless technologies.
Through this connection, the telemetry data and analytics transfer, and devices receive firmware updates when published by the vendor.
The public network, open distribution system, and firmware update process create several security challenges.</t>
        <t>Consumers and other interested parties of a firmware update ecosystem wants:</t>
        <ul spacing="normal">
          <li>to know that the received firmware for system update is not faulty or malicious</li>
          <li>to know if the signing identity used to assert the authenticity of the firmware is somehow used to sign unintended updates</li>
          <li>to ascertain that the released firmware is not subverted or compromised due to an insider risk - be it malicious or otherwise</li>
          <li>to confirm that the publishers know if their deliverable has been compromised. Can they trust their key protection or audit logging?</li>
          <li>to know how the update client on an instance of a health monitoring system discerns a general update from one specially crafted for just a small subset of a fleet of devices</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>provide an update framework that allows validation of authenticity of firmware revisions</li>
          <li>to verify that the firmware update seen by a single device, is indeed the same as seen by all the devices.</li>
          <li>reliably discern an update that has been signed by the appropriate and intended signing identity</li>
          <li>make an informed judgement on all available information about firmware at the install time. For example, the firmware is still in a good state or otherwise?</li>
        </ul>
      </section>
      <section anchor="software-integrator-assembling-a-software-product-for-a-smart-car">
        <name>Software Integrator assembling a software product for a smart car</name>
        <t>Software Integration is a complex activity.
This typically involves getting various software components from multiple suppliers and producing an integrated package deployed as part of device assembly.
For example, car manufacturers source integrated software for their autonomous vehicles from third parties that integrates software components from various sources.
Integration complexity creates a higher risk of security vulnerabilities to the delivered software.</t>
        <t>Consumer of an integrated software wants:</t>
        <ul spacing="normal">
          <li>all components presents in a software product listed, and the ability to identify and retrieve them from a secure and tamper-proof location</li>
          <li>to receive an alert when a vulnerability scan detects a known security issue on a running software component</li>
          <li>verifiable proofs on build process and build environment with all supplier tiers to ensure end to end build quality and security</li>
        </ul>
        <t>There is no standardized way to:</t>
        <ul spacing="normal">
          <li>provide a tiered and transparent framework that allows for verification of integrity and authenticity of the integrated software at both component and product level before installation</li>
          <li>notify software integrators of vulnerabilities identified during security scans of running software</li>
          <li>provide valid annotations on build integrity to ensure conformance</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>Normative References</name>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="BCP" value="14"/>
          <author fullname="S. Bradner" initials="S." surname="Bradner">
            <organization/>
          </author>
          <date month="March" year="1997"/>
          <abstract>
            <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
      </reference>
      <reference anchor="RFC8174">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="BCP" value="14"/>
          <author fullname="B. Leiba" initials="B." surname="Leiba">
            <organization/>
          </author>
          <date month="May" year="2017"/>
          <abstract>
            <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
          </abstract>
        </front>
      </reference>
    </references>
    <!--
Contributors
============
{: numbered="no"}

 -->

<!--
Acknowledgements
================
{: numbered="false"}
-->



  </back>
  <!-- ##markdown-source:
H4sIAD+G7GMAA71c65LbxpX+z6dA5B+SvOR4nTibjRInHo+keCpWpNWMN+VK
5UcTaJLtAdEMGhiKdrzPss+yT7bnO+f0BSRHsVPrnSrZJAh0n/u9sVgsZvfP
ql/MZoMbWvusem4H41rbVDd+NexNb6ubcbdrD9XVxriu+irYUF0Z/Hfl++rm
6vr2dmaWy97SKvytuvnz5JFZ4+vObGnppjerYbF0/d3Gt98uQu2GYRF0m8UY
7KLGwot//Xh2Zw973zfPqutusH1nh8VzPDyrzfCsct3Kz8LQW7OlG17cvpzN
7m032mezqlr3ftwpJPR1S7g8q3inz5wdVhe+X+MuN2zGJa1ElwSOj94PXGCE
FjUQypDOZjv3rPrL4Ot5FXxPEK0CfTps5UPttztTD/xha7sh/HU2M+Ow8T0g
XRAe4Vn1xUX1uW5KF6tKSPWF7e6m1wnwZ9XL3ozdxq9sT4QJxLFxsMIHW4/E
qmuiTL81g/NddWvrTedbvz7w85FHxRI317f8kxUqbWjPi0iAz4IbLlbp3ovG
8q2guiUWvN1Ygn7oTQi2+tUv+bfaNwT543/75Oe//uVjueKGA0mU6bdhMM2g
d43d0NPlP1iCtDtkSnx9QcIXNjvT6WZCiq/9mq4e/cTUuHz7qoT/wDcSpHrj
Z7TvBZE+7/CcaN17fxeK5Z+7+q68yiu/fXFZrtzQPZ/1tnVm2Vrb2X59MJ1p
D4Orw3SHtxfVK9MPJPV5h7d+afuhvM57vLq+ffui3KU3W77ls60jKquk6rqf
X1R/7Nx6MxTrft4705WXZVlX9x5yWy69xK13fCetrjcw5LNOBOaetGfmovjw
t8ViQVIDJtfDbHa7caEiVR4hyQRU3Y5E6coQQ9vW1ixyflX1dtfbQLfwKg8b
EbYhYGrdux0eDhe0BT1ZkXZVrF2Vcdtq8JVraDm3OlRRGyvRxoq1sdr1nriy
DdWwMQP9xxJwzUhgH6qVqWmZwTfmUJFEVIQIrQqg1yOt2rpOtKex97b1O9et
GZ8toUDKEIBA8O3IuOG+gQGsW0h9ALahtp3pnSfgmVxb1zStnc0+gN3qfTMK
Xb77wOHr97PZK9KRvsuYGELE1aywBBYudBXuxTVLy73DLivXh2GxI+EQNIaN
6xv9DqWbRwSYNTvwywFxvtf7NuCGXesP/PvWkgVq5FdiOKnw0BOcZD7meo0s
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

-->

</rfc>
