<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dult-threat-model-05" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title>DULT Threat Model</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-dult-threat-model-05"/>
    <author fullname="Maggie Delano">
      <organization>Swarthmore College</organization>
      <address>
        <email>mdelano1@swarthmore.edu</email>
      </address>
    </author>
    <author fullname="Jessie Lowell">
      <organization>National Network to End Domestic Violence</organization>
      <address>
        <email>jlowell@nnedv.org</email>
      </address>
    </author>
    <author fullname="Shailesh Prabhu">
      <organization>Nokia</organization>
      <address>
        <email>shailesh.prabhu@nokia.com</email>
      </address>
    </author>
    <date year="2026" month="August" day="06"/>
    <area>Security</area>
    <workgroup>Detecting Unwanted Location Trackers</workgroup>
    <keyword>Internet-Draft</keyword>
    <keyword>detecting unwanted location trackers</keyword>
    <keyword>threat model</keyword>
    <abstract>
      <?line 46?>

<t>Lightweight location-tracking tags are in wide use to allow users to locate items. These tags function as a component of a crowdsourced network in which devices belonging to other network users (e.g., phones) report which tags they see and their location, thus allowing the owner(s) of the tag to determine where their tag was most recently seen. While there are many legitimate uses of these tags, they are also susceptible to misuse for the purpose of stalking and abuse. A protocol that allows others to detect unwanted tracking must incorporate an understanding of the unwanted tracking landscape today. This document provides a threat analysis for this purpose, including a taxonomy of unwanted tracking and potential attacks against Detection of Unwanted Location Tracking (DULT) protocols. The document defines what is in and out of scope for the unwanted tracking protocols, and provides design requirements, constraints, and considerations for implementation of protocols to detect unwanted tracking.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-dult.github.io/threat-model/draft-ietf-dult-threat-model.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-dult-threat-model/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Detecting Unwanted Location Trackers Working Group mailing list (<eref target="mailto:unwanted-trackers@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/unwanted-trackers/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/unwanted-trackers/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-dult/threat-model"/>.</t>
    </note>
  </front>
  <middle>
    <?line 50?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Location-tracking tags allow users to locate items. These tags function as a component of a crowdsourced network in which devices belonging to other network users (e.g. phones) report on the location of tags they have seen. At a high level, this works as follows:</t>
      <ul spacing="normal">
        <li>
          <t>Tags ("Accessories") transmit a Location-enabled Advertisement Payload containing Accessory-specific information. The Payload indicates whether the Accessory is separated from its Owner(s) and thus potentially lost.</t>
        </li>
        <li>
          <t>Devices belonging to other users ("Non-Owner Devices") observe those Payloads and if the Payload is in a separated mode, report its location to a Crowdsourced Network.</t>
        </li>
        <li>
          <t>The Owner(s) queries the Crowdsourced Network for the location of their Accessory.</t>
        </li>
      </ul>
      <t>A naive implementation of this design exposes both a Tag's user and anyone who might be targeted for location tracking by a Tag's user, to considerable privacy risk. In particular:</t>
      <ul spacing="normal">
        <li>
          <t>If Accessories simply have a fixed identifier that is reported back to the Crowdsourced Network, then the central server is able to track any Accessory without the user's assistance.</t>
        </li>
        <li>
          <t>Any Attacker who can guess a Tag ID can query the Crowdsourced Network for its location.</t>
        </li>
        <li>
          <t>Any Attacker who can observe a Tag ID at one time can query the Crowdsourced Network for its location at another time.</t>
        </li>
        <li>
          <t>An Attacker can surreptitiously plant an Accessory on a Target and thus track them by tracking their "own" Accessory.</t>
        </li>
        <li>
          <t>Attackers could launch Denial-of-Service (DoS) attacks by flooding the Crowdsourced Network with spoofed Tag reports, disrupting real updates and overwhelming the Network.</t>
        </li>
        <li>
          <t>Frequent co-location of multiple Tags enables the Crowdsourced Network or a passive observer to infer social relationships, routines, or group behaviors, compromising user privacy without consent.</t>
        </li>
      </ul>
      <t>Detecting Unwanted Tracking is currently left to individual Tag manufacturers and Platforms on Non-Owner Devices. Each manufacturer and Platform has different implementations to prevent Unwanted Tracking, which may or may not be compatible with other manufacturers or Platforms. The goal of the IETF Detecting Unwanted Location Tracking (DULT) working group is to standardize a protocol between Location-tracking Tags, Non-Owner Devices, and Crowdsourced Networks.</t>
      <t>In order to standardize a protocol for Detecting Unwanted Location Tracking, thus minimizing the privacy risks described above, it is necessary to analyze and be able to model different privacy threats. This document includes: 1) a taxonomy of Unwanted Tracking, 2) methods Attackers could use to circumvent the DULT Protocol, and 3) design considerations for implementing the DULT protocol. The taxonomy of Unwanted Tracking uses a flexible framework to provide analysis and modeling of different threat actors, as well as models of potential Targets based on their threat context. It defines how these Attacker and Target persona models can be combined into threat models. The section on methods to circumvent the DULT protocol includes a threat matrix and description of several different possible attack vectors. Finally, the design considerations section focuses on specific requirements and constraints for successfully detecting Unwanted Tracking, alerting users, and providing guidance on disabling Tags (if desired). This threat model document is intended to inform the work of the implementation of the DULT Protocol as described in <xref target="I-D.draft-ietf-dult-accessory-protocol"/> and <xref target="I-D.draft-ietf-dult-finding"/>. The DULT Protocol is based on an earlier Internet Draft; see <xref target="I-D.draft-ledvina-apple-google-unwanted-trackers"/>.</t>
      <section anchor="applicability">
        <name>Applicability</name>
        <t>While there are many types of technology that can be used for Location Tracking, it is infeasible to attempt to describe a threat analysis for each possible technology in this document. The threat model described here is likely not applicable to the following areas: app-based technologies such as parental monitoring apps that do not use Location-tracking Accessories, Internet of Things (IoT) devices that are easily discoverable, connected cars, or user accounts for cloud services or social media. A notable exception to this is GPS trackers; see <xref target="bluetooth-vs-other-technologies"/> for relevant information and recommendations.</t>
        <t>This threat model is also more likely to be applicable in regions where the use of Location-tracking Tags is more prevalent. While Location-tracking Tags have existed for over a decade, they became especially widely-used in the Global North in the last several years as Crowdsourced Networks were deployed by major smart phone manufacturers. However, due to their reliance on a high density of Non-Owner Devices for the network to be effective and the relative cost of Location-tracking Tags, Location-tracking Tag use in the Global South is typically limited to affluent communities. If the cost of Non-Owner Devices and Location-tracking Tags decrease, an uptick of  could also occur in contexts where it is currently infeasible. This threat-model does still attempt to consider possible regional differences in Location-tracking Tag use (such as differences between rural and urban use), and also the sometimes limited resources that may be available to Targets of Unwanted Tracking.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <section anchor="conventions">
        <name>Conventions</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 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
      <section anchor="definitions">
        <name>Definitions</name>
        <dl>
          <dt><strong>Accessory</strong>:</dt>
          <dd>
            <t>any product intended to interface with a Platform to connect to a Crowdsourced Network through the means described in these documents.</t>
          </dd>
          <dt><strong>Attacker</strong>:</dt>
          <dd>
            <t>any individual, group, or organization that is attempting to engage in Unwanted Tracking and/or circumvention of the DULT Protocol.</t>
          </dd>
          <dt><strong>Background Scanning</strong>:</dt>
          <dd>
            <t>method(s) of Unwanted Tracking detection that are running in the background on all Devices and may trigger Unwanted Tracking Alerts. Contrast with Manual Scanning.</t>
          </dd>
          <dt><strong>Crowdsourced Network</strong>:</dt>
          <dd>
            <t>a service that Platforms communicate with to share and retrieve location information of Accessories.</t>
          </dd>
          <dt><strong>Disablement</strong>:</dt>
          <dd>
            <t>the process of preventing a specific Location-tracking Accessory from communicating with the Crowdsourced Network. This could be through physical means (e.g. removing the battery) or via a command sent by a Platform to an Accessory (e.g. Remote Disablement).</t>
          </dd>
          <dt><strong>Disablement Instructions</strong>:</dt>
          <dd>
            <t>steps Non-Owner Device users can take to disable a Location-tracking Accessory suspected of Unwanted Tracking.</t>
          </dd>
          <dt><strong>Device</strong>:</dt>
          <dd>
            <t>Hardware that includes software for a Platform and that can connect to Accessories and one or more Crowdsourced Networks. Examples of Devices are phones, tablets, laptops, etc.</t>
          </dd>
          <dt><strong>Detecting Unwanted Location Tracking (DULT) Protocol</strong></dt>
          <dd>
            <t>the protocol under development by the IETF DULT working Group to prevent Unwanted Tracking. This includes protocols for Accessories and the crowd sourced network, along with algorithms for detecting Unwanted Tracking.</t>
          </dd>
          <dt><strong>Easily Discoverable</strong>:</dt>
          <dd>
            <t>an Accessory that is larger than 30 cm in at least one dimension, larger than 18 cm x 13 cm in two of its dimensions, and/or larger than 250 cm<sup>3</sup> in three-dimensional space.</t>
          </dd>
          <dt><strong>Location-enabled Advertisement Payload</strong>:</dt>
          <dd>
            <t>the Bluetooth (BT) advertisement payload that is advertised when an Accessory has recently, is currently, or will in the future provide location updates to its Owner.</t>
          </dd>
          <dt><strong>Location-enabled State</strong>:</dt>
          <dd>
            <t>the state an Accessory is in where its location can be remotely viewed by its Owner.</t>
          </dd>
          <dt><strong>Location-tracking Accessory</strong>:</dt>
          <dd>
            <t>any Accessory that has location-tracking capabilities, including, but not limited to, crowdsourced location, GPS/GNSS location, WiFi location, cell location, etc., and provides the location information back to an Owner Device via a Crowdsourced Network using the internet, cellular connection, etc. Location-tracking Accessories that are Easily Discoverable <bcp14>MUST</bcp14> adhere to the DULT Protocol. Location-tracking Accessories may also be referred to as Location-tracking Tags.</t>
          </dd>
          <dt><strong>Location-tracking Tag</strong>:</dt>
          <dd>
            <t>a term that may be used interchangeably with Location-tracking Accessory.</t>
          </dd>
          <dt><strong>Manual Scanning</strong>:</dt>
          <dd>
            <t>method(s) of  detection that involve(s) a user initiated scan for nearby Accessories. Contrast with Background Scanning.</t>
          </dd>
          <dt><strong>Non-Owner Device</strong>:</dt>
          <dd>
            <t>a Device that may connect to an Accessory but is not an Owner Device of that Accessory.</t>
          </dd>
          <dt><strong>Owner</strong>:</dt>
          <dd>
            <t>an individual that is in active control of and the primary user of an Owner Device. An Owner may be associated with one or more Accessories and/or Devices.</t>
          </dd>
          <dt><strong>Owner Device</strong>:</dt>
          <dd>
            <t>a Device that is associated with the Accessory and can retrieve the Accessory's location by querying the Crowdsourced Network.</t>
          </dd>
          <dt><strong>(Obfuscated) Owner Information</strong>:</dt>
          <dd>
            <t>(obfuscated) contact information for an Accessory Owner. When an Accessory is marked as lost, this should include a phone number and/or email address. Otherwise, the information should be obfuscated to ensure privacy of Owners in cases where Accessories are falsely suspected of Unwanted Tracking or an Attacker attempts to determine the Owner of an Accessory. The information should include no more than the last two digits of a phone number and/or an obfuscated email address with the first letter of the username and entity visible, as well as the entire extension (e.g., b<strong>**</strong><strong>@i</strong>***.com).</t>
          </dd>
          <dt><strong>Platform</strong>:</dt>
          <dd>
            <t>Operating systems that communicate with Accessories.</t>
          </dd>
          <dt><strong>Platform-compatible Method</strong>:</dt>
          <dd>
            <t>a method of communication between the Platform and the Accessory/Accessory manufacturers to exchange information, including, but not limited to, BT GATT protocol, BT advertisement, HTTP, etc.</t>
          </dd>
          <dt><strong>Remote Disablement</strong>:</dt>
          <dd>
            <t>the process of preventing a specific Location-tracking Accessory from communicating with the Crowdsourced Network via a command sent by a Platform.</t>
          </dd>
          <dt><strong>Tag</strong>:</dt>
          <dd>
            <t>shorthand for Location-tracking Tag; see Location-tracking Accessory for full definition.</t>
          </dd>
          <dt><strong>Target</strong>:</dt>
          <dd>
            <t>a individual who an Attacker is attempting to track without their consent. A Target may or may not own a Location-tracking Accessory.</t>
          </dd>
          <dt><strong>Unwanted (Location) Tracking (UT)</strong>:</dt>
          <dd>
            <t>undesired tracking of a person, their property, or their belongings by a Location-tracking Accessory.</t>
          </dd>
          <dt><strong>Unwanted Tracking Alert</strong>:</dt>
          <dd>
            <t>an alert from a Device which notifies the user of the presence of an unrecognized Accessory that may be traveling with them over time. The alert allows the user to take various actions, including sending a command to the Accessory to emit a sound if the Accessory is in Bluetooth Low Energy (BLE) range.</t>
          </dd>
          <dt><strong>Unwanted Tracking Detection</strong>:</dt>
          <dd>
            <t>algorithms that detect the presence of an unknown Accessory traveling with a person over time.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Incorporation of this threat analysis into the DULT Protocol does not introduce any security risks not already inherent in the underlying Location-tracking Tag protocols.</t>
      <section anchor="security-considerations-unique-to-unwanted-location-tracking">
        <name>Security Considerations Unique To Unwanted Location Tracking</name>
        <t>In a situation involving interpersonal control, an Attacker may be more likely to have access to a Target's Device or passwords. The Attacker could have physical access to a mobile Device on which a tracking account app is installed, remote access through a web portal, or both. The risk of an Attacker accessing a Target's tracking account remotely can be mitigated, though not eliminated, through support for different forms of multi-factor authentication (including hardware keys, e.g. Yubikeys, as well as more traditional methods). While this can also be used to mitigate the risk posed by physical access, taking overt security measures while frequently in physical proximity to the Attacker may lead to the Attacker escalating their tactics of interpersonal control. Risk assessments and the weighing of tradeoffs in such situations are often highly individualized. The ability of a user to access a tracking account over a web portal illustrates the need to consider web app security as part of support for detecting Unwanted Tracking.</t>
      </section>
      <section anchor="balancing-privacy-and-security">
        <name>Balancing Privacy and Security</name>
        <t>In order to avoid pitting the privacy of Tag Owners not engaged in Unwanted Tracking against the security/safety of Targets, the DULT Protocol must consider and balance the privacy and safety of different users of the Crowdsourced Network. Existing attempts to prevent Unwanted Tracking (i.e. where an Attacker uses their own Tag to track a Target without their consent) have been criticized as potentially making it easier for an Attacker to track a Target using the Target's own Tag. This can occur if Tags do not rotate identifiers frequently enough. However, Eldridge et al. have <eref target="https://eprint.iacr.org/2023/1332.pdf">demonstrated</eref> a technological solution that employs secret sharing and error correction coding that may preserve the privacy of Tag Owners without reducing the efficacy of detecting Unwanted Tracking.</t>
        <section anchor="security-against-unwanted-tracking-for-potential-targets">
          <name>Security against Unwanted Tracking for potential Targets</name>
          <t>The DULT Protocol must make it possible for potential Targets to discover Unwanted Tracking across Accessory hardware and Platforms within a reasonable amount of time. It should aid the Target in determining the location and Owner of the Accessory while not providing a full name or contact information on demand (as the Tag may merely have been lost or otherwise coincidentally in proximity, and providing excessive information would violate the privacy of a non-malicious Tag Owner). This could potentially be done with obfuscation, such as showing a partially redacted email address or phone number (see <xref target="manual-scanning"/>).</t>
        </section>
        <section anchor="privacy-for-potential-targets-against-the-use-of-security-measures-for-further-surveillance">
          <name>Privacy for potential Targets against the use of security measures for further surveillance</name>
          <t>The DULT Protocol must consider the threat vector of an Attacker with access to a Target's Tag-associated account. In one study of how intimate partners misuse technology <eref target="https://dl.acm.org/doi/pdf/10.1145/3173574.3174241">Freed et al, 2018</eref>, 72% of survivors reported being forced or coerced to share passwords with an abuser. 41% reported that a cohabiting abuser "went through" their Device while they were not looking, allowing the abuser to obtain saved account passwords in many cases. 67% reported that an abuser was able to "hack" into their accounts remotely. To prevent use of a Target's own Tag as a means of surveillance, the protocol should minimize information that can be accessed from a web interface associated with a user's Tag-linked account.</t>
        </section>
        <section anchor="privacy-for-unassociated-tag-owners">
          <name>Privacy for unassociated Tag Owners</name>
          <t>Any unassociated Tag Owner, whether an abuse/stalking survivor or not, could potentially be the Target of an attack leveraging the Target's own Tags. Survivors and activists for women's and LGBTQIA+ rights, and/or against intimate interpersonal violence, may face severe government surveillance, repression, and even imprisonment <eref target="https://www.amnesty.org/en/latest/news/2025/03/iran-authorities-target-womens-rights-activists-with-arbitrary-arrest-flogging-and-death-penalty/">Amnesty International, 2025</eref>, <eref target="https://www.hrw.org/news/2020/03/18/kazakhstan-womens-day-activists-convicted">Human Rights Watch, 2020</eref>, <eref target="https://www.theguardian.com/global-development/2015/mar/18/honduras-women-gladys-lanza-feminism-human-rights">Ruiz-Navarro, 2015</eref>. Broad issues of technological privacy, including privacy against government and corporate surveillance, affect many populations, including but not limited to human rights defenders, children, migrants, and LGBTQIA+ people. Some people in these categories may <em>also</em> be survivors of abuse or stalking. The DULT Protocol must not eschew legitimate privacy interests of Tag Owners in the name of safety and security for Targets.</t>
          <t>The same person may be a Target of both Unwanted Tracking via an Attacker's Tag, and surveillance via their own Tag, either at different times or simultaneously. The DULT Protocol should account for this scenario.</t>
        </section>
      </section>
      <section anchor="taxonomy-of-unwanted-tracking">
        <name>Taxonomy of Unwanted Tracking</name>
        <t>To create a taxonomy of threat actors, we can borrow from Dev et al.’s <eref target="https://dl.acm.org/doi/fullHtml/10.1145/3544548.3581484">Models of Applied Privacy (MAP) framework</eref>. This framework is intended for organizations and includes organizational threats and taxonomies of potential privacy harms. Therefore, it cannot be applied wholesale. However, its flexibility, general approach to personas, and other elements, are applicable or can be modified to fit the DULT context.</t>
        <t>The characteristics of threat actors may be described as follows. This is not intended to be a full and definitive taxonomy, but an example of how existing persona modeling concepts can be applied and modified.</t>
        <ul spacing="normal">
          <li>
            <t>Expertise level
            </t>
            <ul spacing="normal">
              <li>
                <t>Expert: The Attacker works in or is actively studying computer science, networking, computer applications, IT, or another technical field.</t>
              </li>
              <li>
                <t>Non-expert: The Attacker does not work or study in, or is a novice in, a technical field.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Proximity to Target
            </t>
            <ul spacing="normal">
              <li>
                <t>High: Lives with Target or has easy physical access to Target and/or Target’s possessions.</t>
              </li>
              <li>
                <t>Medium: Has some physical access to the person and possessions of someone who lives with Target, such as when the Attacker and Target are co-parenting a child.</t>
              </li>
              <li>
                <t>Low: Does not live with or have physical access to Target and/or Target’s possessions.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Access to resources
            </t>
            <ul spacing="normal">
              <li>
                <t>High: The Attacker has access to resources that may amplify the impact of other characteristics. These could include, but are not limited to, funds (or control over “shared” funds), persons assisting them in stalking behavior, or employment that provides privileged access to technology or individuals’ personal information.</t>
              </li>
              <li>
                <t>Low: The Attacker has access to few or no such resources.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>In addition, the Target also has characteristics which influence the threat analysis. As with Attacker characteristics, these are not intended as a definitive taxonomy.</t>
        <ul spacing="normal">
          <li>
            <t>Expertise level
            </t>
            <ul spacing="normal">
              <li>
                <t>Expert: The Target works in or is actively studying computer science, networking, computer applications, IT, or another technical field.</t>
              </li>
              <li>
                <t>Non-expert: The Target does not work or study in, or is a novice in, a technical field.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Expectation of Unwanted Tracking
            </t>
            <ul spacing="normal">
              <li>
                <t>Suspecting: The Target has reason to believe that Unwanted Tracking is a likely risk.</t>
              </li>
              <li>
                <t>Unsuspecting: The Target has no particular reason to be concerned about Unwanted Tracking.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Access to resources
            </t>
            <ul spacing="normal">
              <li>
                <t>High: The Target is generally able to safely access practical and relevant resources. These might include funds to pay a car mechanic or private investigator, law enforcement or legal assistance, or other resources.</t>
              </li>
              <li>
                <t>Low: The Target is generally unable to safely access practical and relevant resources.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Access to technological safeguards
            </t>
            <ul spacing="normal">
              <li>
                <t>High: The Target is able to safely use, and has access to, technological safeguards such as manual scanning apps.</t>
              </li>
              <li>
                <t>Limited: The Target is able to safely use, and has access to, technological safeguards such as manual scanning apps, but is unable to use their full capacity.</t>
              </li>
              <li>
                <t>Low: The Target is not able to use technological safeguards such as manual scanning apps, due to reasons of safety or access.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>It is also appropriate to define who is using the Location-tracking Tags and incorporate this into a model. This is because if protocols overly deprioritize the privacy of tracking Tags’ users, an Attacker could use a Target’s own Tag to track them (see <xref target="balancing-privacy-and-security"/>).</t>
        <ul spacing="normal">
          <li>
            <t>Tracking Tag usage
            </t>
            <ul spacing="normal">
              <li>
                <t>Attacker only: The Attacker controls one or more Location-tracking Tags, but the Target does not.</t>
              </li>
              <li>
                <t>Target only: The Target controls one or more Location-tracking Tags, but the Attacker does not.</t>
              </li>
              <li>
                <t>Attacker and Target: Both the Attacker and Target control one or more Location-tracking Tags.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Any of the threat analyses above could be affected by placement of the Tag(s). For instance, a Tag could be placed on a Target's person, or in proximity to a Target but not on their person (e.g. a child's backpack).</t>
        <ul spacing="normal">
          <li>
            <t>Tag placement
            </t>
            <ul spacing="normal">
              <li>
                <t>Tag on Target's person or immediate belongings: This attack vector allows an Attacker to track a Target in a fine-grained way. It is also more likely that this attack would trigger an alert from the Tag.</t>
              </li>
              <li>
                <t>Tag(s) in proximity to Target but not on their person (e.g. child's backpack, car): While this is a less fine-grained attack, it may also be less likely to be discovered by the Target. A child may not realize the significance of an alert or know how to check for a Tag. A parent may not think to scan for such a Tag, or may have more difficulty finding a Tag in a complex location such as a car.</t>
              </li>
              <li>
                <t>Tags nearby but not used for Unwanted Tracking (e.g. false positives by companions or on transit): While this is not an attack vector in its own right, repeated false positives may discourage a Target from treating alerts seriously.</t>
              </li>
              <li>
                <t>Multiple Tags using multiple types of placement: This attack vector may trick a Target into believing that they have fully addressed the attack when they have not. It also allows for a diversity of monitoring types (e.g. monitoring the Target's precise location, monitoring a child's routine, monitoring car usage).</t>
              </li>
            </ul>
          </li>
        </ul>
        <section anchor="example-scenarios-with-analyses">
          <name>Example scenarios with analyses</name>
          <t>The following scenarios are composite cases based upon reports from the field. They are intended to illustrate different angles of the problem. They are not only technological, but meant to provide realistic insights into the constraints of people being targeted through Location-Tracking Tags. There is no identifying information for any real person contained within them. In accordance with research on <eref target="https://dl.acm.org/doi/10.1145/2207676.2208573">how designers understand personas</eref>, the characters are given non-human names without attributes such as gender or race.</t>
          <t>The analysis of each scenario provides an example usage of the modeling framework described above. It includes a tracking Tag usage element for illustrative purposes. However, as discussed previously, this element becomes more or less relevant depending on protocol evolution. Note that once a given Attacker persona has been modeled, it could be recombined with a different Target persona, or vice versa, to model a different scenario. For example, a non-expert Target persona could be combined with both non-expert and expert Attacker personas.</t>
          <section anchor="scenario-1">
            <name>Scenario 1</name>
            <section anchor="narrative">
              <name>Narrative</name>
              <t>Mango and Avocado have two young children. Mango, Avocado, and the children all use smartphones, but have no specialized technical knowledge. Mango left because Avocado was abusive. They were homeless for a month, and the children have been living with Avocado. They now have an apartment two towns away. They do not want Avocado to know where it is, but they do want to see the children. They and Avocado meet at a public playground. They get there early so that Avocado will not see which bus route they arrived on and keep playing with the children on the playground until after Avocado leaves, so that Avocado will not see which bus route they get on. Two days later, Avocado shows up at Mango’s door, pounding on the door and shouting.</t>
            </section>
            <section anchor="analysis">
              <name>Analysis</name>
              <t>In this case, the Attacker has planted a Tag on a child. Co-parenting after separation is common in cases of intimate partner violence where the former partners have a child together. Child visits can be an opportunity to introduce technology for purposes of stalking the Target.</t>
              <table>
                <thead>
                  <tr>
                    <th align="left">Attacker Profile</th>
                    <th align="left">Avocado</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Non-Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Proximity to Target</td>
                    <td align="left">Medium</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">Unknown, but can be presumed higher than Mango’s due to Mango’s recent homelessness</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Target Profile</th>
                    <th align="left">Mango</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Non-Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Expectation of Unwanted Tracking</td>
                    <td align="left">Suspecting</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">Low</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Technological Safeguards</td>
                    <td align="left">High</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Other Characteristics</th>
                    <th align="left">Avocado and Mango</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Accessory Usage</td>
                    <td align="left">Attacker Only</td>
                  </tr>
                  <tr>
                    <td align="left">Tag Placement</td>
                    <td align="left">In Proximity (on child)</td>
                  </tr>
                </tbody>
              </table>
            </section>
          </section>
          <section anchor="scenario-2">
            <name>Scenario 2</name>
            <section anchor="narrative-1">
              <name>Narrative</name>
              <t>Strawberry and Elderberry live together. Neither has any specialized technological knowledge. Strawberry has noticed that Elderberry has become excessively jealous – every time they go to visit a friend by themselves, Elderberry accuses them of infidelity. To their alarm, over the last week, on multiple occasions, Elderberry has somehow known which friend they visited at any given time and has started to harass the friends. Strawberry eventually gets a notification that a Tag is traveling with them, and thinks it may be in their car, but they cannot find it. They live in a car-dependent area and cannot visit friends without the car, and Elderberry controls all of the “family” money, so they cannot take the car to the mechanic without Elderberry knowing.</t>
            </section>
            <section anchor="analysis-1">
              <name>Analysis</name>
              <t>Here, the Attacker and the Target are still cohabiting, and the Attacker is monitoring the Target’s independent activities. This would allow the Attacker to know if, for instance, the Target went to a police station or a domestic violence agency. The Target has reason to think that they are being tracked, but they cannot find the Tag. This can happen if the sound emitted by the Tag is insufficiently loud, and is particularly a risk in a car, where seat cushions or other typical features of a car may provide sound insulation for a hidden Tag. The Target could benefit from having a mechanism to increase the volume of the sound emitted by the Tag. Another notable feature of this scenario is that because of the cohabitation, the Tag will spend most of the time in “near-Owner state” as defined by the proposed industry consortium specification (see <xref target="I-D.detecting-unwanted-location-trackers"/>). Tags do not provide alerts in near-Owner state to reduce false positives.</t>
              <table>
                <thead>
                  <tr>
                    <th align="left">Attacker Profile</th>
                    <th align="left">Elderberry</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Non-Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Proximity to Target</td>
                    <td align="left">High</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">High</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Target Profile</th>
                    <th align="left">Strawberry</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Non-Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Expectation of Unwanted Tracking</td>
                    <td align="left">Suspecting</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">Low</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Technological Safeguards</td>
                    <td align="left">Impaired (cannot hear alert sound)</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Other Characteristics</th>
                    <th align="left">Elderberry and Strawberry</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Accessory Usage</td>
                    <td align="left">Attacker Only</td>
                  </tr>
                  <tr>
                    <td align="left">Tag Placement</td>
                    <td align="left">In Proximity (car)</td>
                  </tr>
                </tbody>
              </table>
            </section>
          </section>
          <section anchor="scenario-3">
            <name>Scenario 3</name>
            <section anchor="narrative-2">
              <name>Narrative</name>
              <t>Lime and Lemon have been dating for two years. Lemon works for a tech company and often emphasizes how much more they know about technology than Lime, who works at a restaurant. Lemon insists on having access to Lime’s computer and phone so that they can “make sure they are working well and that there are no dangerous apps.” Lemon hits Lime when angry and has threatened to out Lime as gay to their conservative parents and report them to Immigration &amp; Customs Enforcement if Lime “talks back.” Lime met with an advocate at a local domestic violence program to talk about going to their shelter once a bed was available. The advocate did some safety planning with Lime, and mentioned that there is an app that can scan for location Tags, but Lime did not feel safe installing this app because Lemon would see it. The next time Lime went to see the advocate, they chose a time when they knew Lemon had to be at work until late to make sure that Lemon did not follow them, but when Lemon got home from work they knew where Lime had been.</t>
            </section>
            <section anchor="analysis-2">
              <name>Analysis</name>
              <t>This is a case involving a high-skill Attacker, with a large skill difference between Attacker and Target. This situation often arises in regions with a high concentration of technology industry workers. It also may be more common in ethnic-cultural communities with high representation in the technology industry. In this case the Target is also subject to a very high level of control from the Attacker due to their imbalances in technological skills and societal status, and is heavily constrained in their options as a result. It is unsafe for the Target to engage in manual scanning, or to receive alerts on their phone. The Target might benefit from being able to log into an account on another phone or a computer and view logs of any recent alerts collected through background scanning.</t>
              <table>
                <thead>
                  <tr>
                    <th align="left">Attacker Profile</th>
                    <th align="left">Lemon</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Proximity to Target</td>
                    <td align="left">High</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">High</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Target Profile</th>
                    <th align="left">Lime</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Non-Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Expectation of Unwanted Tracking</td>
                    <td align="left">Suspecting</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">Low</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Technological Safeguards</td>
                    <td align="left">Low</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Other Characteristics</th>
                    <th align="left">Lemon and Lime</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Accessory Usage</td>
                    <td align="left">Attacker Only</td>
                  </tr>
                  <tr>
                    <td align="left">Tag Placement</td>
                    <td align="left">Unclear</td>
                  </tr>
                </tbody>
              </table>
            </section>
          </section>
          <section anchor="scenario-4">
            <name>Scenario 4</name>
            <section anchor="narrative-3">
              <name>Narrative</name>
              <t>Banana is a social media influencer. Fig is one of Banana's followers, and has become increasingly obsessed with Banana. Banana has no technical background. Fig has no formal technical background, but does read some online forums. Banana keeps a Location-tracking Tag on their keyring to prevent loss or theft of their home and car keys. Fig learns, from reading an online forum, how to find leaked passwords in data breaches, and is able to find the password to the account associated with Banana's Tag. Using the Crowdsourced Network, Fig is able to find Banana's home address and track their location. Fig makes a plan to travel to Banana's home and approach them in person.</t>
            </section>
            <section anchor="analysis-3">
              <name>Analysis</name>
              <t>This scenario differs from the previous ones in three major ways. First, it requires no physical proximity between the Attacker and the Target. Second, the Attacker, like nearly one in five stalkers <eref target="https://www.stalkingawareness.org/wp-content/uploads/2022/04/General-Stalking-Infographic.pdf">(SPARC - Stalking Infographic, 2022)</eref>, is a stranger. Third, in this scenario the Accessory belongs to the Target rather than the Attacker. The Attacker was able to use OSINT learned from an online forum in order to gain remote access to the Target's Accessory.</t>
              <table>
                <thead>
                  <tr>
                    <th align="left">Attacker Profile</th>
                    <th align="left">Fig</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Non-Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Proximity to Target</td>
                    <td align="left">Low</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">Unknown</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Target Profile</th>
                    <th align="left">Banana</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Non-Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Expectation of Unwanted Tracking</td>
                    <td align="left">Unsuspecting</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">Unknown</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Technological Safeguards</td>
                    <td align="left">Unknown</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Other Characteristics</th>
                    <th align="left">Fig and Banana</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Accessory Usage</td>
                    <td align="left">Target Only</td>
                  </tr>
                  <tr>
                    <td align="left">Tag Placement</td>
                    <td align="left">On Target</td>
                  </tr>
                </tbody>
              </table>
            </section>
          </section>
          <section anchor="scenario-5">
            <name>Scenario 5</name>
            <section anchor="narrative-4">
              <name>Narrative</name>
              <t>Orange and Grapefruit are university students in computer science. They attend multiple classes together, and are acquainted but do not regularly socialize or live in the same dormitory. Both use Location-tracking Tags to avoid losing items, as do many students at the university. Grapefruit has become increasingly obsessed with Orange, though Orange does not realize it. Grapefruit places Location-tracking Tags in Orange's backpack and car. Orange found the one in their backpack after receiving a notification, but was not suspicious when Grapefruit said that they had dropped it. Orange has not used their car in a week and is unaware of the well-hidden Tag there. Grapefruit has created a new account to associate with their backup phone and plans to associate multiple Tags with it, in order to place them on other possessions of Orange's.</t>
            </section>
            <section anchor="analysis-4">
              <name>Analysis</name>
              <t>In this scenario involving two technical students, the Attacker, like over 40% of stalkers <eref target="https://www.stalkingawareness.org/wp-content/uploads/2022/04/General-Stalking-Infographic.pdf">(SPARC - Stalking Infographic, 2022)</eref>, is an acquaintance. Both Attacker and Target are familiar with and use tracking Accessories. The Attacker is using multiple Accessories with a plan to incorporate more into their strategy.</t>
              <table>
                <thead>
                  <tr>
                    <th align="left">Attacker Profile</th>
                    <th align="left">Grapefruit</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Proximity to Target</td>
                    <td align="left">Medium</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">High</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Target Profile</th>
                    <th align="left">Orange</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Expertise Level</td>
                    <td align="left">Expert</td>
                  </tr>
                  <tr>
                    <td align="left">Expectation of Unwanted Tracking</td>
                    <td align="left">Unsuspecting</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Resources</td>
                    <td align="left">High</td>
                  </tr>
                  <tr>
                    <td align="left">Access to Technological Safeguards</td>
                    <td align="left">High</td>
                  </tr>
                </tbody>
              </table>
              <table>
                <thead>
                  <tr>
                    <th align="left">Other Characteristics</th>
                    <th align="left">Fig and Banana</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="left">Accessory Usage</td>
                    <td align="left">Attacker and Target</td>
                  </tr>
                  <tr>
                    <td align="left">Tag Placement</td>
                    <td align="left">Multiple Types</td>
                  </tr>
                </tbody>
              </table>
            </section>
          </section>
        </section>
        <section anchor="bluetooth-vs-other-technologies">
          <name>Bluetooth vs. other technologies</name>
          <t>The above taxonomy and threat analysis focus on Location-tracking Tags. They are protocol-independent; if a Tag were designed for use with a Crowdsourced Network using a technology other than Bluetooth, they would still apply. The key attributes are the functionalities and physical properties of the Accessory from the user’s perspective: the Accessory must be small, not Easily Discoverable, and able to participate in a Crowdsourced Network. While many GPS based location trackers are not explicitly designed for crowdsourced location-tracking, relying instead on cellular or satellite transmission, they offer different affordances that can have a critical impact on safety, including increased location precision and real-time tracking. Manufacturers of these trackers are strongly encouraged to add Bluetooth crowdsourced functionality so that DULT Protocols can be supported by GPS trackers.</t>
        </section>
      </section>
      <section anchor="possible-attacks-on-the-dult-protocol">
        <name>Possible Attacks on the DULT Protocol</name>
        <t>There are several different ways an Attacker could attempt to circumvent the DULT Protocol in order to track a Target without their consent or otherwise take advantage of the Crowdsourced Network. These include deploying multiple Tags to follow a single Target, using non-conformant Accessories and/or Devices, and taking advantage of possible differences between Crowdsourced Network implementations. This section includes a threat prioritization framework that assesses the risk of these attacks and how these risks may be mitigated.</t>
        <section anchor="threat-prioritization-framework-for-dult-threat-model">
          <name>Threat Prioritization Framework for DULT Threat Model</name>
          <t>Threats in the DULT ecosystem vary in severity, feasibility, and likelihood, affecting users in different ways. Some threats enable long-term tracking, while others exploit gaps in detection mechanisms or leverage non-conformant Accessories and Devices. To assess and prioritize these risks, the following framework classifies threats based on their scope, impact, likelihood, risk level, affected users, and the availability of mitigations. A Threat Matrix is included that provides a structured assessment of known threats and their associated risks. This categorization helps in understanding the challenges posed by different tracking techniques and their potential mitigations. While each attack included in this section only includes one value for potential impact, likelihood and risk level, in practice these values could differ depending on considerations discussed in <xref target="taxonomy-of-unwanted-tracking"/> such as the proximity of the Attacker to the Target.</t>
        </section>
        <section anchor="threat-matrix">
          <name>Threat Matrix</name>
          <t>To systematically assess the risks associated with different threats, we introduce the following threat matrix. This categorization considers the following factors:</t>
          <ul spacing="normal">
            <li>
              <t>Scope: The DULT WG document(s) most relevant to the attack.
              </t>
              <ul spacing="normal">
                <li>
                  <t>Accessory: The Accessory protocol document, which describes the DULT Non-Owner Device protocol and other requirements for Accessories.</t>
                </li>
                <li>
                  <t>Finding: The finding algorithm document, which describes the DULT algorithm(s) to be implemented by Platforms/Devices.</t>
                </li>
                <li>
                  <t>Network: The Crowdsourced Network document, which describes the architecture of the Crowdsourced Network and includes guidance for Platforms/Devices.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Impact: The potential consequences of the threat if successfully executed.
              </t>
              <ul spacing="normal">
                <li>
                  <t>Low: Minimal effect on privacy and security.</t>
                </li>
                <li>
                  <t>Medium: Moderate effect on user privacy or tracking protection.</t>
                </li>
                <li>
                  <t>High: Severe privacy violations or safety risks.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Likelihood: The probability of encountering this threat in real-world scenarios. This includes both the frequency of the attack and how easy it is to execute.
              </t>
              <ul spacing="normal">
                <li>
                  <t>Low: Rare or requires specific conditions and high technical effort.</t>
                </li>
                <li>
                  <t>Medium: Possible under common scenarios with moderate technical requirements.</t>
                </li>
                <li>
                  <t>High: Frequently occurring or easily executed using common tools or skills.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Risk Level: A qualitative assessment based on impact and likelihood.
              </t>
              <ul spacing="normal">
                <li>
                  <t>Low: Limited risk requiring minimal mitigation.</t>
                </li>
                <li>
                  <t>Medium: Requires mitigation to prevent common attacks.</t>
                </li>
                <li>
                  <t>High: Critical threat must be addressed.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Affected Users: These are categorized as either:
              </t>
              <ul spacing="normal">
                <li>
                  <t>Targets: Individuals specifically targeted for the purposes of Unwanted Tracking.</t>
                </li>
                <li>
                  <t>All users: Anyone using the system, even if they are not directly targeted.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Mitigation Available?: Whether a known mitigation strategy exists.
              </t>
              <ul spacing="normal">
                <li>
                  <t>Yes: A viable mitigation exists.</t>
                </li>
                <li>
                  <t>Partial: Some mitigations exist, but are not fully effective.</t>
                </li>
                <li>
                  <t>No: No effective mitigation currently available.</t>
                </li>
              </ul>
            </li>
          </ul>
          <table>
            <thead>
              <tr>
                <th align="left">Threat</th>
                <th align="left">Scope</th>
                <th align="left">Impact</th>
                <th align="left">Likelihood</th>
                <th align="left">Risk Level</th>
                <th align="left">Affected Users</th>
                <th align="left">Mitigation Available?</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Deploying Multiple Tags</td>
                <td align="left">Finding</td>
                <td align="left">Medium</td>
                <td align="left">High</td>
                <td align="left">High</td>
                <td align="left">Targets</td>
                <td align="left">Yes</td>
              </tr>
              <tr>
                <td align="left">Remote Advertisement Monitoring</td>
                <td align="left">Accessory, Network</td>
                <td align="left">Medium</td>
                <td align="left">High</td>
                <td align="left">Medium</td>
                <td align="left">All users</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Physically Modifying Tags</td>
                <td align="left">Accessory</td>
                <td align="left">High</td>
                <td align="left">Medium</td>
                <td align="left">Medium</td>
                <td align="left">Targets</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Accessory Firmware Modifications</td>
                <td align="left">Accessory</td>
                <td align="left">High</td>
                <td align="left">Low/Medium</td>
                <td align="left">High</td>
                <td align="left">Targets</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Attacker Accessory Disablement</td>
                <td align="left">Accessory, Finding</td>
                <td align="left">Medium</td>
                <td align="left">Medium</td>
                <td align="left">Medium</td>
                <td align="left">Targets</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Tracking Using Target's Own Tag</td>
                <td align="left">Network</td>
                <td align="left">High</td>
                <td align="left">Medium</td>
                <td align="left">High</td>
                <td align="left">Targets</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Disabling Target Tag Detection</td>
                <td align="left">Network</td>
                <td align="left">High</td>
                <td align="left">Medium</td>
                <td align="left">Medium</td>
                <td align="left">Targets</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Disabling Target Tag</td>
                <td align="left">Accessory, Network</td>
                <td align="left">Medium</td>
                <td align="left">Medium</td>
                <td align="left">Medium</td>
                <td align="left">Targets</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Impersonation Attack (Tag)</td>
                <td align="left">Accessory, Finding, Network</td>
                <td align="left">High</td>
                <td align="left">Medium</td>
                <td align="left">High</td>
                <td align="left">Targets</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Impersonation Attack (Device/Tag)</td>
                <td align="left">Accessory, Network</td>
                <td align="left">High</td>
                <td align="left">Medium</td>
                <td align="left">High</td>
                <td align="left">All users</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Impersonation Attack (Device/Network)</td>
                <td align="left">Network</td>
                <td align="left">Medium</td>
                <td align="left">Low/Medium</td>
                <td align="left">Low</td>
                <td align="left">All users</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Replay Attack</td>
                <td align="left">Accessory, Network</td>
                <td align="left">Medium</td>
                <td align="left">High</td>
                <td align="left">Medium</td>
                <td align="left">All users</td>
                <td align="left">Partial</td>
              </tr>
              <tr>
                <td align="left">Heterogeneous Tracker Networks</td>
                <td align="left">Accessory, Finding, Network</td>
                <td align="left">High</td>
                <td align="left">Medium</td>
                <td align="left">Medium</td>
                <td align="left">Targets</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">Deploying GPS Tracker</td>
                <td align="left">Accessory</td>
                <td align="left">High</td>
                <td align="left">Medium</td>
                <td align="left">High</td>
                <td align="left">Targets</td>
                <td align="left">Partial</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="deploying-multiple-tags-finding">
          <name>Threat: Deploying Multiple Tags (Finding)</name>
          <t>When an Attacker deploys Location-tracking Tags to follow a Target, they may deploy more than one Tag. For example, if planting a tracking Tag in a car, the Attacker might place one Tag inside the car, and another affixed on the outside of the car. The DULT Protocol must be robust to this scenario. This means that scans, whether background or manual, need to be able to return more than one result if a Tag is suspected of being used for Unwanted Tracking, and the time to do so must not be significantly impeded by the presence of multiple Tags. This also applies to situations where many Tags are present, even if they are not being used for Unwanted Tracking, such as a busy train station or airport where Tag Owners may or may not be in proximity to their Location-tracking Tags. Instead of distributing multiple Tags in the same location, an Attacker could also distribute multiple Location-tracking Tags across locations frequently visited by a Target (home, workplace, etc.).</t>
          <t>The impact of this attack is medium for typical cases involving a small number of Tags, though the impact could escalate if an Attacker deploys dozens of Tags. The likelihood is high, as deploying multiple Tags requires minimal technical effort and can be done using inexpensive, commercially available Tags, making the attack easily repeatable. As a result, the overall risk is high, requiring robust countermeasures. The impact of multiple Tags can be fully mitigated by scanning for multiple Tags, though a sophisticated Attacker might deploy other techniques such as modifying Tag firmware (<xref target="accessory-firmware-modifications-accessory"/>) or periodically disabling a Tag (<xref target="attacker-accessory-disablement-accessory-finding"/>) to evade detection.</t>
        </section>
        <section anchor="threat-remote-advertisement-monitoring-accessory-network">
          <name>Threat: Remote Advertisement Monitoring (Accessory, Network)</name>
          <t>Any Device with Bluetooth scanning capabilities in proximity to a Location-tracking Tag can receive Bluetooth advertisement packets. If an Attacker is able to link an identifier in an advertisement packet to a particular Tag, they may be able to use this information to track the Tag over time, and by proxy the Target or other individual, without their consent.</t>
          <t>The impact of remote advertisement monitoring is moderate, as tracking generally compromises privacy but, in many cases, prolonged observation primarily reveals the location of the object rather than of the person. The likelihood is high, as Attackers can execute this using off-the-shelf Bluetooth scanning tools or smartphone apps with minimal technical knowledge. As a result, this is classified as a medium risk attack. This attack can be partially mitigated by rotating tracking identifiers.</t>
          <t>Tracking Tags typically rotate any identifiers associated with the Tag, with the interval depending on context: when near the Owner's Device, identifiers rotate frequently (every 15–30 minutes), while in a separated state, rotation may occur only once every 24 hours (see <xref target="I-D.detecting-unwanted-location-trackers"/>). Eldridge et al. have <eref target="https://eprint.iacr.org/2023/1332.pdf">demonstrated</eref> a technological solution that employs secret sharing and error correction coding that would reduce this to 60 seconds. However, work must investigate how robust this scheme is to the presence of multiple Tags (see <xref target="deploying-multiple-tags-finding"/>).</t>
          <t>While rotating identifiers provides partial mitigation, Attackers can still use advanced correlation techniques, such as signal fingerprinting, timing analysis, and multi-sensor triangulation, to bypass this defense. These methods leverage unique transmission characteristics, RSSI (Received Signal Strength Indicator) variations, and environmental factors to probabilistically link rotating identifiers back to a single Tag over time. Prior research, such as Eldridge et al., has <eref target="https://eprint.iacr.org/2023/1332.pdf">demonstrated</eref> how statistical models can be used to correlate Bluetooth signals even when identifiers change frequently. Additional work by Despres et al. further <eref target="https://people.eecs.berkeley.edu/~daw/papers/deTagtive-snip23.pdf">demonstrates</eref> that BLE Accessories using rotating identifiers can be deanonymized through RSSI-based correlation techniques.</t>
        </section>
        <section anchor="threat-physically-modifying-tags-accessory">
          <name>Threat: Physically Modifying Tags (Accessory)</name>
          <t>An Attacker might physically modify a Tag in ways that make it non-conformant with the DULT Protocol. Physical modifications may include disabling a speaker or other haptics, or shielding and altering the antenna to reduce transmission range. These modifications can make it more difficult for Victims to discover hidden Tags, leading to a high impact. The likelihood is medium, as such hardware modifications require moderate technical expertise and physical access to the Tag.  Given this combination of factors, the overall risk level is medium. Partial mitigation is available, such as monitoring the impedance of the speaker, but these mitigations are limited as Attackers have physical access to the Tags.</t>
        </section>
        <section anchor="accessory-firmware-modifications-accessory">
          <name>Threat: Accessory Firmware Modifications (Accessory)</name>
          <t>The DULT Protocol (see <xref target="I-D.draft-ietf-dult-accessory-protocol"/>) will specify that Accessory firmware images <bcp14>MUST</bcp14> be authenticated, and that Accessories <bcp14>MUST</bcp14> verify the integrity and origin of firmware. However, if these protections were to be bypassed, an Accessory's firmware could be altered to deviate from standard behavior. Attackers may manipulate advertisement intervals to reduce detection opportunities, allowing the Tag to evade tracking for extended periods, or rotate IDs rapidly, disrupting detection systems that rely on tracking unknown Accessory persistence.</t>
          <t>Firmware-based changes would have high impact. The likelihood is typically low, as these attacks require significant technical expertise to bypass firmware verification and modify low-level Accessory behavior. However, once a vulnerability has been discovered and distributed, the likelihood could increase to medium as it would only require the technical ability to deploy the attack. It will be important for Accessory firmware to be able to be patched to address vulnerabilities. As a result, the overall risk level is high. Partial mitigation of this attack is possible by requiring Accessories to verify the integrity and origin of firmware.</t>
        </section>
        <section anchor="attacker-accessory-disablement-accessory-finding">
          <name>Threat: Attacker Accessory Disablement (Accessory, Finding)</name>
          <t>An Attacker might intentionally disable their Location-tracking Tag to make it harder for a Victim to detect and/or locate the Tag. This could be done periodically or permanently and either remotely or using a <eref target="https://undetecTag.com/products/undetecTag">physical device</eref>.</t>
          <t>The likelihood is medium, as this attack is relatively easy to perform using commercially available tools, but it still requires some Attacker awareness of the Target’s actions (e.g., an ongoing search). The impact is medium as the Tag can still be detected and physically located, though it may be more difficult to do so. The risk level is medium. The impact of this attack can be partially mitigated by minimizing the time needed to detect Unwanted Tracking and maintaining the same identifier on reset.</t>
        </section>
        <section anchor="tracking-using-targets-own-tag-network">
          <name>Threat: Tracking Using Target's Own Tag (Network)</name>
          <t>Attackers with access to a Target’s account, either through password reuse, phishing, social engineering, or credential theft, can exploit DULT’s Ownership model by using the Target’s own Tag to monitor their location. Since the Tag is registered to the Target, the system assumes the user is the legitimate Owner and suppresses any Unwanted Tracking alerts. This creates a significant blind spot, as the Target is effectively tracked by their own Tag without any warning.</t>
          <t>This threat differs from impersonation or replay attacks (see <xref target="impersonation-attack-tag-accessory-finding-network"/> and <xref target="replay-attack-accessory-network"/>) because it does not rely on breaking cryptographic protections or evading detection algorithms. Instead, it leverages the legitimate trust relationship encoded in the protocol. The impact of this attack is high, as it results in silent tracking with no alert mechanism. The likelihood is medium, as account compromise is a relatively common occurrence in real-world settings, though it still requires some Attacker effort or opportunity. Overall, the risk level is high due to the complete circumvention of core notification systems.</t>
          <t>Partial mitigation may be possible through account activity monitoring, anomaly detection (e.g., login from unfamiliar location or Device), and notifications of significant account events (such as Tag access or Tag movement linked to a different Device). However, these features depend on Platform implementation and may not be uniformly enforced.</t>
        </section>
        <section anchor="threat-disabling-target-tag-detection-network">
          <name>Threat: Disabling Target Tag Detection (Network)</name>
          <t>An Attacker might intentionally disable background Unwanted Tracking detection on a Target's Device.</t>
          <t>The impact of this attack is high as it would prevent the Target from being notified about possible Unwanted Tracking. The likelihood is medium, as executing this attack requires the Attacker to physically or remotely alter settings on the Target’s Device, which involves moderate effort and access. The risk level is medium. This attack can be partially mitigated by notifying Targets of potential location tracking using other means e.g. sounds or haptics on Location-tracking Tags.</t>
        </section>
        <section anchor="threat-disabling-target-tag-accessory-network">
          <name>Threat: Disabling Target Tag (Accessory, Network)</name>
          <t>An Attacker might intentionally disable a Target's Tag as a form of harassment. This could be done with physical access to the Tag, using a Target's own Device to disable the Tag, or with remote access to disable the Tag via the Crowdsourced Network. The impact of this attack is medium as it is a nuisance but most likely does not involve a security threat, unless the Tag is being used to track a valuable item or child. The likelihood is medium, as executing the attack requires access to the Target’s Tag, Device, or account, which involves a moderate level of access or effort. The risk level is therefore medium. Physical disablement of a Tag cannot be mitigated, but other forms of disablement may be mitigated by notifying users that a change has been made on their account, similar to suspicious login notifications.</t>
        </section>
        <section anchor="impersonation-attack-tag-accessory-finding-network">
          <name>Threat: Impersonation Attack (Tag; Accessory, Finding, Network)</name>
          <t>Attackers might be able to impersonate legitimate tracking Accessories, enabling tracking without complying with the DULT Protocol. This can be done by <eref target="https://www.hackster.io/news/fabian-braunlein-s-esp32-powered-find-you-Tag-bypasses-apple-s-airTag-anti-stalking-protections-0f2c9ee7da74">deploying custom Tags</eref> or by using <eref target="https://cec.gmu.edu/news/2025-02/find-my-hacker-how-apples-network-can-be-potential-tracking-tool">Devices to mimic Tags</eref>. By impersonating an authorized Tag, an Attacker could inject false location data, misattribute Tag Ownership, or evade detection by appearing as a trusted Accessory or rotating identifiers frequently. This tactic increases the difficulty of accurately identifying unauthorized tracking attempts and undermines the reliability of the network.</t>
          <t>In addition to full impersonation, adversaries may exploit Platform-specific assumptions to suppress alerts. For instance, Chen et al. <eref target="https://www.usenix.org/system/files/conference/usenixsecurity25/sec25cycle1-prepub-1266-chen-junming.pdf">describe</eref> a technique in which an Attacker sets the status field of a broadcast message to 0x00 to emulate MacBook location beacons. Since such beacons are typically ignored by Apple’s Unwanted Tracking alerts, this evasion method allows the Attacker to remain undetected. This demonstrates how Attackers can exploit trust assumptions about certain Accessory classes to bypass user protections, further complicating detection and mitigation.</t>
          <t>The impact of this attack is high, as it enables real-time location tracking by exploiting the behavior of the Crowdsourced Network. The likelihood is medium, as the attack requires deploying custom hardware or exploiting Platform-specific capabilities like unrestricted Bluetooth broadcasting, which have been demonstrated in research but remain moderately complex to execute. As a result, the overall risk level is considered high. Currently, no fully effective mitigation exists. However, improvements in authentication mechanisms, such as cryptographic signing of broadcasts, and anomaly detection techniques may help reduce the risk. Protocol-level authentication is needed to validate Accessory identities and prevent these attacks. Operating systems can partially mitigate software impersonation attacks by restricting low-level BLE broadcasting unless elevated privileges are granted.</t>
        </section>
        <section anchor="threat-impersonation-attack-device">
          <name>Threat: Impersonation Attack (Device)</name>
          <t>In addition to impersonating a Tag, an Attacker could also impersonate a Device. This affords attacks against both Accessories and against the Crowdsourced Network.</t>
          <section anchor="attacks-on-accessories-accessory-network">
            <name>Threat: Attacks on Accessories (Accessory, Network)</name>
            <t>Any Bluetooth transmitter can theoretically send arbitrary commands to Accessories. Accessory firmware therefore must attempt to verify the authenticity of commands from Devices or otherwise limit how Accessories respond to commands from Devices. For example, Accessories that receive a "play sound" command from a Non-Owner Device should only execute the command if the Accessory is away from its Owner. Similarly, Accessories should only respond to remote disablement commands if the Accessory can confirm it is likely being used for Unwanted Tracking and the Accessory can confirm that a Device has used other finding techniques to locate the Accessory. However, if an Attacker is able to circumvent the DULT protocol and transmit arbitrary commands to Accessories, said Attacker could have high impact on the functioning of individual Accessories and/or the Crowdsourced Network.</t>
            <t>The impact of a Device impersonation attack is high if it is able to send arbitrary commands to Accessories. The likelihood of such an attack is medium; it can be done by any Device able to transmit BTLE packets, but requires some familiarity with the DULT Protocol or technical awareness to deploy a pre-packaged attack. Therefore, the overall risk level is high. The affected users are all users. Mitigation is partial; while Devices cannot be prevented from transmitting packets, certain rules can be enforced by Accessories.</t>
          </section>
          <section anchor="threat-attacks-on-crowdsourced-network-network">
            <name>Threat: Attacks on Crowdsourced Network (Network)</name>
            <t>An impersonated Device could send false location reports to the Crowdsourced Network, or selectively not report to the Crowdsourced Network.</t>
            <t>The likelihood of this attack is low, as it would require the impersonated Device to authenticate with the Crowdsourced Network. The likelihood could increase to medium if a pre-packaged and unpatched attack were discovered. The impact is medium, as not reporting would have negligible impact and false location reports are a nuisance but can be mitigated. The overall risk level for this attack is low even in circumstances of a pre-packaged attack as there are many mitigations available. The affected users are all users.  Mitigations include requiring authentication to send reports to the Crowdsourced Network and only trusting reports when they can be verified by multiple Devices.</t>
          </section>
        </section>
        <section anchor="replay-attack-accessory-network">
          <name>Threat: Replay Attack (Accessory, Network)</name>
          <t>In addition to impersonating legitimate Accessories (see <xref target="impersonation-attack-tag-accessory-finding-network"/>), Attackers can record and replay Bluetooth advertisements from a legitimate Accessory. For example, an Attacker could capture an Accessory's broadcast and retransmit it elsewhere, creating confusion about its actual location. This could be used to mislead users, interfere with tracking accuracy, or frame an innocent party by making it appear as though they are carrying an Accessory or in a location when they are not.</t>
          <t>The impact of this attack is medium. The likelihood is high, as replay attacks require no authentication and can be executed using off-the-shelf Bluetooth scanning tools with minimal technical expertise. Replay attacks pose a medium risk owing to their higher likelihood but medium impact. Replay attacks are particularly difficult to mitigate as they may involve different combinations of Accessories and Devices. Partial mitigation may be possible by authenticating messages from Accessories in a time varying manner.</t>
        </section>
        <section anchor="threat-heterogeneous-tag-networks-accessory-finding-network">
          <name>Threat: Heterogeneous Tag Networks (Accessory, Finding, Network)</name>
          <t>Attackers may use a mix of Tags from different manufacturers (e.g., Apple AirTags, Tile, Samsung SmartTags) to exploit gaps in vendor-specific tracking protections. Many detection systems are brand-dependent, making them ineffective against mixed Tag deployments. The goal of the DULT Protocol is to enable a cross-vendor framework; however, any slight differences in implementation could be exploited.</t>
          <t>The impact is high, as it circumvents traditional defenses. The likelihood is medium, as deploying or selecting from multiple brands requires effort and coordination, and may demand deeper knowledge of Platform-specific behaviors and limitations. Overall, this is medium risk attack. This attack can be mitigated by manufacturers adopting the DULT Protocol and ensuring that the DULT Protocol is sufficiently clear to minimize gaps in vendor-specific tracking protections.</t>
        </section>
        <section anchor="deploying-gps-tracker-accessory">
          <name>Threat: Deploying GPS Tracker (Accessory)</name>
          <t>When an Attacker deploys a GPS tracker to stalk a Target, they have access to greater location precision, real-time tracking, and even global coverage through satellite connection for some trackers. Attackers are especially likely to use GPS trackers in rural areas and areas with low Crowdsourced Network saturation, or when looking for more advanced precision or for Accessories that do not offer safety protections.</t>
          <t>The impact of this attack is high due to the increased location precision and real-time tracking functionality. The likelihood is medium, as these trackers are currently more expensive than Bluetooth based trackers, and not as readily available. As a result, the overall risk is high, requiring robust countermeasures. The impact of GPS trackers can be mitigated by adding Bluetooth crowdsourced location-tracking functionality to GPS trackers and adopting the DULT Protocol. However, the adoption of the DULT Protocol by GPS tracker manufacturers is of course optional, so this is considered a partial mitigation.</t>
        </section>
      </section>
      <section anchor="what-is-in-scope">
        <name>Scope and Priorities for the DULT WG</name>
        <section anchor="technologies">
          <name>Technologies</name>
          <t>The scope of this threat analysis includes any Accessory that is small and not Easily Discoverable and able to transmit its location to consumer Devices using Bluetooth. Larger and/or Easily Discoverable Accessories/Devices such as laptops with location-tracking integrations may also choose to implement the protocol.</t>
        </section>
        <section anchor="attacker-profiles">
          <name>Attacker Profiles</name>
          <t>An Attacker who deploys any of the attacks described in <xref target="threat-prioritization-framework-for-dult-threat-model"/> is considered in scope. This includes: Attackers who track Victims using a Location-tracking Tag and applications readily available for end-users (e.g. native tracking application), Attackers who physically modify Location-tracking Tags (e.g. to disable a speaker), and Attackers who make alterations to the firmware of an existing tracking Tag or create custom Tags that successfully connect to Devices and therefore the Crowdsourced Network.</t>
        </section>
        <section anchor="target-profiles">
          <name>Target Profiles</name>
          <t>All Targets profiles are in scope regardless of their expertise, access to resources, or access to technological safeguards. For example, protocols should account for a Target's lack of access to a smartphone, and scenarios in which Targets cannot install separate software.</t>
        </section>
        <section anchor="priorities">
          <name>Priorities</name>
          <t>The technical documents of the DULT WG should consider all of the scenarios discussed in <xref target="example-scenarios-with-analyses"/>. When it comes to attacks, while all attacks on the DULT protocol are considered to be in scope, the following attacks are the highest risk and therefore considered the highest priority for the DULT WG to address:</t>
          <ul spacing="normal">
            <li>
              <t>Deploying Multiple Tags (<xref target="deploying-multiple-tags-finding"/>)</t>
            </li>
            <li>
              <t>Accessory Firmware Modifications (<xref target="accessory-firmware-modifications-accessory"/>)</t>
            </li>
            <li>
              <t>Tracking Using Target's Own Tag (<xref target="tracking-using-targets-own-tag-network"/>)</t>
            </li>
            <li>
              <t>Impersonation Attack (Tag) (<xref target="impersonation-attack-tag-accessory-finding-network"/>)</t>
            </li>
            <li>
              <t>Impersonation Attack (Device/Tag) (<xref target="attacks-on-accessories-accessory-network"/>)</t>
            </li>
            <li>
              <t>Deploying GPS Tracker (<xref target="deploying-gps-tracker-accessory"/>)</t>
            </li>
          </ul>
          <t>See <xref target="threat-matrix"/> for a full list of attacks.</t>
        </section>
      </section>
    </section>
    <section anchor="design-considerations">
      <name>Design Considerations</name>
      <t>As discussed in <xref target="security-considerations"/>, Unwanted Tracking can involve a variety of Attacker, Target, and Tag profiles. A successful implementation to preventing Unwanted Tracking should:</t>
      <ul spacing="normal">
        <li>
          <t>Include a variety of approaches to address different scenarios, including manual and background scanning and notifications or sounds</t>
        </li>
        <li>
          <t>Account for scenarios in which the Attacker has high expertise, proximity, and/or access to resources within the scope defined in <xref target="what-is-in-scope"/></t>
        </li>
        <li>
          <t>Account for scenarios in which the Target has low expertise, access to resources, and/or access to technological safeguards within the scope defined in <xref target="what-is-in-scope"/></t>
        </li>
        <li>
          <t>Avoid privacy compromises for Tag Owner(s) when protecting against Unwanted Tracking. The privacy of Tag Owner(s) and the security of Targets should be considered equally.</t>
        </li>
      </ul>
      <t>In the sections below, we first discuss limitations of existing approaches to detecting and preventing Unwanted Tracking, and then outline design requirements, design constraints, and priorities for the DULT WG moving forward.</t>
      <section anchor="limitations-of-existing-approaches-to-detecting-and-preventing-unwanted-tracking">
        <name>Limitations of existing approaches to detecting and preventing Unwanted Tracking</name>
        <t>This section outlines several limitations of existing approaches to detecting and preventing Unwanted Tracking as of the time of writing. This includes six different areas:</t>
        <ol spacing="normal" type="1"><li>
            <t>Spotty Implementation</t>
          </li>
          <li>
            <t>Lack of customizability</t>
          </li>
          <li>
            <t>Difficulty finding and disabling Tags</t>
          </li>
          <li>
            <t>Nonconformant Accessories</t>
          </li>
          <li>
            <t>Activities Logs</t>
          </li>
          <li>
            <t>Anti-theft mode</t>
          </li>
        </ol>
        <t>A successful implementation of the DULT protocol would consider each of these limitations as described in the relevant sections below.</t>
        <section anchor="limitation-spotty-implementation">
          <name>Limitation: Spotty Implementation</name>
          <t>Current implementations of safeguards against Unwanted Tracking are inconsistent across Platforms and Devices. For example, the types and methods of obtaining Unwanted Tracking Alerts vary. Current Accessory types also vary widely in the amount and type of information they provide to a Target who has detected a possible unwanted tracker. Platforms also differ in which brands of Accessories they can scan for and when Manual scanning can be performed. This creates a situation where a Target’s ability to mitigate threats to their safety depends on consumer choices and access, placing a higher burden on Targets to find information specific to products, and creating challenges in creating easily understandable public safety information. These differences can also be exploited by an Attacker familiar with target Platforms. A successful protocol would support both Manual and Background Scanning as this increases options for Targets who may be dealing with highly individualized situations. The information provided in Unwanted Tracking Alerts, and the options for a Target, would also benefit from standardization across Platforms and Devices.</t>
        </section>
        <section anchor="limitation-lack-of-customizability">
          <name>Limitation: Lack of customizability</name>
          <t>Potential Targets’ ability to customize Unwanted Tracking Alerts is currently limited, as they cannot control the sensitivity of tracking algorithms. Because Targets have vastly different situations and needs, they may benefit from customization options. Some people may develop “alert fatigue” from false positives, while others may be more concerned about false negatives. Some circumstances may also raise the likelihood of false positive alerts, such as may happen on public transportation. As stalking situations often become more or less intense over time, potentially with several cycles of intensity, the same person may have different needs at different times. They may wish to increase sensitivity in a high risk scenario or timeframe, or decrease/disable sensitivity because alerts cause anxiety or false positives condition them to ignore alerts. This document recommends options for the customization in the frequency of alerts and detection radius for receiving an alert. A successful protocol may also consider whether potential targets should be able to customize whether an alert provides a high-level assessment of risk level (e.g. “high risk” or “low risk” for a pattern of unwanted tracking).</t>
        </section>
        <section anchor="limitation-difficulty-finding-and-disabling-tags">
          <name>Limitation: Difficulty finding and disabling tags</name>
          <t>Location-tracking Tags are small by design and can be difficult to locate. While many Tags have speakers or haptics to help users locate Tags, these sounds/vibrations may be difficult to detect (especially for users with disabilities) and may also be easy to disable. Advanced features such as Ultra Wide Band (UWB) finding are also not supported by all tags and devices/platforms. This can make it difficult for targets to locate Tags. If a target cannot locate a Tag, there is limited recourse as it is also not currently possible to remotely disable a Tag (whether over the air using a device or via the crowdsourced network). A successful protocol would consider requirements to assist Targets in locating and disabling tags that are feasible for Tags, many of which are small and low-cost, and that can be implemented without otherwise compromising the Crowdsourced Network.</t>
        </section>
        <section anchor="limitation-nonconformant-tags">
          <name>Limitation: Nonconformant Tags</name>
          <t>Attackers can deploy a variety of attacks involving Nonconformant Tags:</t>
          <ul spacing="normal">
            <li>
              <t>Impersonation attack: Tags could be designed or manipulated to impersonate a conformant Tag, but not implement the Unwanted Tracking features</t>
            </li>
            <li>
              <t>Replay attack: a nonconformant Tag could replay packets from a conformant Tag</t>
            </li>
            <li>
              <t>Physical modifications: a conformant Tag could have its physical attributes compromised (e.g. disabling a speaker)</t>
            </li>
            <li>
              <t>Accessory firmware modification: a conformant Tag could have its software modified to circumvent Unwanted Tracking features</t>
            </li>
          </ul>
          <t>If any of these attacks are successful, attackers may be able to authenticate with the Crowdsourced Network via any device, and therefore access location information about the tag without complying with the DULT protocol. This could also make it more difficult for targets to locate tags. While it is not possible to limit the deployment of nonconformant Tags, a successful protocol would minimize the ability of nonconformant Tags to access the crowdsourced network.</t>
        </section>
        <section anchor="limitation-activities-logs">
          <name>Limitation: Activities Logs</name>
          <t>A successful implementation of the protocol should consider logging for two types of events: 1) when an Unwanted Tracking Alert is triggered, and 2) when a location of a Tag suspected of Unwanted Tracking is accessed via the Crowdsourced Network. The account and device are particularly important as Tags may be shared by multiple accounts who may have many different devices. Logs should not be easily editable to avoid gaslighting and accountability efforts.</t>
          <t>At a bare minimum, a successful protocol would include a log file that is clearly labeled and easily accessible for users of a Device that is not easily edited, clearly labeling the nature of the tracking alert. Each log event should include: the account, the Device, GPS location, and the time. This log should ideally be stored on the Device where the alert was triggered. Ideally, there would also be a log file that would also include the times at which the owner of the tracker checked its location while the tracker was close enough to the device to set off the Unwanted Tracking Alert. This would require information from the Crowdsourced Network and it may be appropriate to be stored remotely.</t>
        </section>
        <section anchor="limitation-anti-theft-mode">
          <name>Limitation: Anti-theft mode</name>
          <t>Tile has implemented an “Anti-Theft” mode that stops the tracker from setting off Unwanted Tracking Alerts when a target runs Tile’s “Scan and Secure” features on their own device. Users of this mode must agree to a multi-stage ID scan and send in a selfie to Tile for verification. This implementation plainly fails to meet DULT’s recommendation that tracking alerts should not be circumventable under any circumstance. The ID verification that a Tile user must pass in order to enable “Anti-Theft” mode is an insufficient mitigation against Unwanted Tracking because it is only useful if the physical item is found by the person being tracked, a circumstance that this “Anti-theft” mode is designed to prevent. Any mode that makes it possible to turn off Unwanted Tracking Alerts is antithetical to DULT’s recommendations.</t>
        </section>
      </section>
      <section anchor="design-requirements">
        <name>Design Requirements</name>
        <t>The DULT Protocol should 1) allow Targets to detect Unwanted Tracking, 2) help Targets find Tags that are tracking them while minimizing false positives (e.g., avoiding legitimate, co-owned, or nearby Tags being misidentified as threats), and 3) provide instructions for Targets to disable those Tags if they choose. These affordances should be implemented while considering the appropriate privacy and security requirements.</t>
        <section anchor="detecting-unwanted-location-tracking">
          <name>Detecting Unwanted Location Tracking</name>
          <t>There are four ways that the DULT Protocol should assist Targets in detecting potentially Unwanted Tracking: 1) manual scanning, 2) background scanning, 3) tracking Tag alerts, and 4) Crowdsourced Network activities logs.</t>
          <section anchor="manual-scanning">
            <name>Design Requirement: Manual Scanning</name>
            <t>There may be scenarios where a Target suspects that they are being tracked without their consent. Manual scanning should allow a user to use a native application on their Device to search for Location-tracking Tags that are separated from their Owners. When a Tag has been identified as potentially being used for Unwanted Tracking, the user should be able to view the serial number of the Device along with Obfuscated Owner Information and instructions on how to find and/or disable the Tag (see <xref target="finding-tracking-tags"/> and <xref target="disabling-tracking-tags"/>). Additional information about when that Tag has been previously encountered within a designated time window (e.g. the last 12 hours) should also be included if available (see <xref target="balancing-privacy-and-security"/>). Allowing users to "snooze" or ignore Tags known to be safe (e.g. Tags from a family member) could also be implemented. Tracking Tags that are near their Owners should not be shared to avoid abuse of the manual scanning feature.</t>
          </section>
          <section anchor="background-scanning">
            <name>Design Requirement: Background Scanning</name>
            <t>Platforms should scan in the background for Tags suspected of Unwanted Tracking and notify the user. This will involve implementing one or more algorithms to use to flag Tags and determine when to notify the user. (A dedicated DULT WG document will address tracking algorithms, and will be linked when it is available.) The user could be notified through a push notification or through Sounds and Haptics (see <xref target="location-tracking-tag-alerts"/>). When a Tag has been identified as potentially being used for Unwanted Tracking, the user should be able to view the serial number of the Tag along with Obfuscated Owner Information for all accounts linked to the Tag and instructions on how to find and/or disable the Tag (see <xref target="finding-tracking-tags"/> and <xref target="disabling-tracking-tags"/>). There will be tradeoffs between detecting potential Unwanted Tracking promptly and alerting the potential Target prematurely. One way to handle these tradeoffs is to allow users to set the sensitivity of these alerts. For example, the <eref target="https://github.com/seemoo-lab/AirGuard">AirGuard</eref> app includes three different "Security Level" settings that users can customize.</t>
            <t>To improve the accuracy of Unwanted Tracking detection, a confidence scoring mechanism can be used. Instead of issuing binary alerts for all detected Tags, the system assigns a confidence score based on multiple factors, helping distinguish between genuine tracking threats and benign scenarios. This section outlines potential factors that may contribute to assessing the likelihood of Unwanted Tracking. Each factor can be considered independently to help inform an overall risk assessment. A confidence-based approach offers the following advantages:</t>
            <ul spacing="normal">
              <li>
                <t>Reduced False Positives: A confidence-based approach can help filter out benign tracking scenarios, such as transient signals or shared family Tags. Instead of triggering alerts based solely on presence, the system can dynamically adjust its sensitivity based on behavioral patterns. For example, if a tracking Tag appears near a user only briefly or follows a predictable shared usage pattern (e.g., a Bluetooth Tag frequently used by family members), it may be assigned a low confidence score. This prevents unnecessary alerts while still ensuring that persistent and anomalous tracking behaviors are flagged for user attention.</t>
              </li>
              <li>
                <t>Context-Aware Threat Evaluation: The confidence score can incorporate contextual factors such as movement patterns, duration of proximity, and recurrence. For instance, if a Tag is detected only once in a public place (e.g., at a café or airport), it is less likely to indicate malicious tracking. However, if the same Tag reappears near the user across multiple locations or over an extended period, its confidence score increases, prompting a higher-priority alert.</t>
              </li>
              <li>
                <t>Adaptive Alert Sensitivity: By dynamically adjusting detection thresholds based on confidence scores, the system can prioritize high-risk scenarios while minimizing unnecessary alerts. Users may receive warnings based on escalating levels of certainty, such as:
                </t>
                <ul spacing="normal">
                  <li>
                    <t>Low confidence: Informational notification (e.g., "An unfamiliar Tag was briefly detected nearby.")</t>
                  </li>
                  <li>
                    <t>Medium confidence: Warning with recommended actions (e.g., "A Tag has been detected multiple times near you. Check your surroundings.")</t>
                  </li>
                  <li>
                    <t>High confidence: Urgent alert with mitigation options (e.g., "A Tag has been persistently following you. Consider removing or disabling it.")</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>This approach ensures that users receive actionable and meaningful alerts, reducing notification fatigue while maintaining strong protection against Unwanted Tracking. The confidence scoring approach could include the variables listed below.</t>
            <section anchor="duration-of-proximity">
              <name>Duration of Proximity</name>
              <t>Tracks how long a Tag remains in close proximity to the user.</t>
              <t><strong>Rationale</strong>: Tags that persist near a user for extended periods are more likely to indicate tracking activity than transient encounters (e.g., passing someone on public transit).</t>
            </section>
            <section anchor="movement-correlation">
              <name>Movement Correlation</name>
              <t>Measures how closely the movement of the suspected Tag mirrors that of the user.</t>
              <t><strong>Rationale</strong>: High movement correlation (e.g., appearing at home, then work, then a store with the user) increases the likelihood that the Tag is following the user intentionally.</t>
            </section>
            <section anchor="signal-strength-trends">
              <name>Signal Strength Trends</name>
              <t>Observes how the signal strength of the suspected Tag (e.g., Bluetooth RSSI) changes over time.</t>
              <t><strong>Rationale</strong>: A sustained or increasing signal strength suggests physical proximity to the user, strengthening the case for intentional tracking.</t>
            </section>
            <section anchor="persistence">
              <name>Persistence</name>
              <t>Evaluates how often and across how many different times/locations the same Tag is observed, while accounting for identifier rotation.</t>
              <t><strong>Rationale</strong>: Frequent reappearances over time and space can indicate deliberate placement, even if identifiers change periodically.</t>
            </section>
            <section anchor="hardware-identity">
              <name>Hardware Identity</name>
              <t>Analyzes available Bluetooth advertisement metadata, such as vendor-specific fields or Tag model indicators, while respecting identifier randomization.</t>
              <t><strong>Rationale</strong>: Certain Tags (e.g., known commercial Tags) are more likely to be associated with tracking. Even with rotating identifiers, consistent vendor metadata or other characteristics may provide useful signals.</t>
            </section>
            <section anchor="environmental-context">
              <name>Environmental Context</name>
              <t>Considers the location in which the Tag is seen (e.g., home, office, public places).</t>
              <t><strong>Rationale</strong>: Tags seen only in familiar, safe zones may be harmless. Appearances in unfamiliar or private locations without explanation raise concern.</t>
            </section>
          </section>
          <section anchor="location-tracking-tag-alerts">
            <name>Design Requirement: Location-tracking Tag Alerts</name>
            <t>Location-tracking Tags may be difficult to locate, and users may not have a Device that can scan manually or in the background for Location-tracking Tags. The DULT Protocol should be built with <eref target="https://cdt.org/insights/centering-disability-in-mitigating-harms-of-bluetooth-tracking-technology/">accessibility in mind</eref> so that the most people can be protected by the protocol. In addition to push notifications on nearby Devices, Location-tracking Tags themselves should be able to notify end users. This should include periodic sounds when away from all Tag Owners, along with lights and haptics so that people who are Deaf or hard of hearing can still locate them. Tracking Tag Alerts should also educate the user on methods to successfully find and disable Tags (see <xref target="finding-tracking-tags"/> and <xref target="disabling-tracking-tags"/>).</t>
          </section>
          <section anchor="design-requirement-crowdsourced-network-activities-logs">
            <name>Design Requirement: Crowdsourced Network Activities Logs</name>
            <t><eref target="https://www.usenix.org/system/files/usenixsecurity23-stephenson-lessons.pdf">Stephenson et al.</eref> point out that Internet of Things devices like Location-tracking Accessories do not have ways to reveal abusive behavior. This can be addressed through the use of detailed logs that provide insights for Victims about which accounts have accessed the location of which Accessories and when. Crowdsourced Networks should log common user activities for review by each Accessory Owner, and should not be able to be easily deleted by Accessory Owners, who might do so as a way to hide evidence of Unwanted Tracking.</t>
            <t>Logs should include sufficient detail to detect Unwanted Tracking without being another vector for surveillance. For example, a log could state that "User B viewed the location of Accessory X at [time]." By including information about user, Accessory, and time, Victims can determine whether their own Accessories are being used to track them, and whether or not their accounts connected to the Crowdsourced Network are compromised.</t>
          </section>
        </section>
        <section anchor="finding-tracking-tags">
          <name>Finding Tracking Tags</name>
          <t>Even after a Tag is detected through background or manual scanning, a user may have difficulty in locating it. For example, a Tag may be buried under a vehicle cushion. Platforms should allow users who have discovered a Tag through background or manual scanning to request that the Tag signal its presence. This assistance should be done in a way that is accessible to users with sensory or other impairments by using multimodal signals as described in <xref target="location-tracking-tag-alerts"/>. Manufacturers/Platforms may also implement other methods to assist in locating Tags, such as precision finding using Ultra-wideband.</t>
          <section anchor="lost-mode">
            <name>Lost Mode</name>
            <t>Some Platforms allow Accessories to be marked as lost. When another user finds the Accessory, they can view a message and/or contact information of the Accessory Owner. While helpful in a benign case where an Accessory is truly lost, care must be taken to ensure that the lost mode function is not used for harassment. Platforms should use a non-customizable lost message and display either Obfuscated Owner information, or a full phone number or email address if the Accessory Owner chooses to share that information.</t>
          </section>
        </section>
        <section anchor="disabling-tracking-tags">
          <name>Disabling Tracking Tags</name>
          <t>In order to effectively prevent Unwanted Tracking, users should be able to disable Location-tracking Tags. This includes a Non-Owner user being tracked by a Tag's Owner, as well as an Owner user who believes that an Attacker is using their own Tag to track them. Platforms should provide instructions for disabling Location-tracking Tags once they are located. Manufactures/Platforms should also consider allowing Location-tracking Tags to be disabled remotely.</t>
          <t>Beyond simple deactivation, users should also receive guidance on additional steps they may take, depending on their specific situation:</t>
          <ul spacing="normal">
            <li>
              <t>Advice on destruction or preservation: In some cases, destroying a Tag may eliminate the risk of further tracking. However, users should be made aware that doing so may result in the loss of evidence that could otherwise be used to prove tracking or identify an abuser. Destroying the Tag might also lead to escalation in abusive contexts. Guidance should help users weigh these risks and determine the most appropriate course of action.</t>
            </li>
            <li>
              <t>Serial number access and use: Platforms should inform users how to retrieve the serial number or unique identifier of the Tag, even if the Tag is not from the same Platform. Serial numbers may be used to report the Tag, verify its origin, or, in cooperation with manufacturers or authorities, identify the registered Owner(s) of the Tag.</t>
            </li>
          </ul>
          <t>It is important to consider where educational and disabling guidance is hosted. For instance, information about disabling Tags should be publicly accessible, possibly from neutral, decentralized, or international organizations, to mitigate the risk of government censorship or politically motivated takedowns. This ensures access for vulnerable users, including those in high-risk environments or authoritarian regions.</t>
        </section>
        <section anchor="notification-management-for-trusted-accessories">
          <name>Notification Management for Trusted Accessories</name>
          <t>To reduce alert fatigue and improve user experience, implementations should allow users to snooze background notifications from Location-tracking Tags that have been explicitly marked as trusted or friendly. This is particularly useful in scenarios where users regularly encounter the same Tag (e.g., a family member's keys or a shared vehicle Tag).</t>
          <t>Such snoozed Tags may also be de-prioritized or grouped separately during manual scans, helping users focus on unfamiliar or potentially malicious Tags. Platforms should make it easy to manage snoozed Tags and review or revoke trust status as needed. It is also advisable to implement revalidation mechanisms, for example, resuming notifications after a period of time to prevent long-term blind spots.</t>
          <t>Some Platforms may wish to implement family sharing or shared Ownership models, where multiple users can be associated with a single Tag. However, this introduces the risk of abuse (e.g., an Attacker adding a Target to the shared list in order to avoid triggering background notifications), and therefore should be approached with caution and abuse mitigation in mind. These features are optional and may vary by Platform. Whenever shared Ownership is used, information about all Owners should be made available when a Tag is suspected of Unwanted Tracking (see <xref target="background-scanning"/>).</t>
        </section>
      </section>
      <section anchor="design-constraints">
        <name>Design Constraints</name>
        <t>There are also design constraints that the DULT Protocol must consider, including limitations of the Bluetooth Low Energy (BLE) protocol, power constraints, and Device constraints.</t>
        <section anchor="bluetooth-constraints">
          <name>Bluetooth constraints</name>
          <t>Detecting Tags requires analyzing Bluetooth Low Energy (BLE) advertisement packets. Advertisements are publicly transmitted, allowing background scanning by any nearby receiver. While this enables open detection of unknown Tags, it also raises privacy concerns (see <xref target="introduction"/>). Some BLE implementations employ randomized MAC addresses and other privacy-preserving techniques, which could impact persistent tracking detection.</t>
          <t>The BLE payload in BLE 4.0 can support advertisement packets of up to 37 bytes. One current adoption of Unwanted Tracking detection requires 12 of these bytes for implementing the basic protocol, with the remaining optional (see <xref target="I-D.detecting-unwanted-location-trackers"/>). Implementation of the DULT Protocol will need to consider these limitations. For example, in <eref target="https://eprint.iacr.org/2023/1332.pdf">Eldridge et al</eref>, implementing Multi-Dealer Secret Sharing required using two advertisement packets were needed instead of one due to payload constraints. While BLE 5.0 supports 255+ bytes of data, the protocol is not backwards compatible and thus may not be suitable for the DULT Protocol.</t>
          <t>BLE advertisements operate in the 2.4 GHz ISM band, making them susceptible to interference from Wi-Fi, microwave ovens, and other wireless devices. The presence of environmental noise may degrade detection accuracy and introduce variability in scan results.</t>
          <t>BLE uses channel hopping for advertising (three advertising channels). Scanners need to cover all these channels to avoid missing advertisements. The BLE protocol also enforces strict power efficiency mechanisms, such as advertising intervals and connection event scheduling, which impact detection frequency. Devices operating in low-power modes or sleep modes may significantly reduce their advertisement frequency to conserve energy, making periodic detection less reliable. Furthermore, Platform-level constraints, such as OS-imposed scanning limits and background activity restrictions, further impact the consistency and responsiveness of tracking detection mechanisms. For further discussion of power constraints, see <xref target="power-constraints"/>.</t>
          <t>Additionally, Bluetooth-based tracking systems typically rely on an active Bluetooth connection on the Owner’s Device to determine whether a Tag is in the Owner's possession. If the Owner disables Bluetooth on their phone, the system may incorrectly infer that the Tag is no longer nearby, potentially triggering a false positive alert for Unwanted Tracking. This limitation arises from the inability of Bluetooth-based systems to verify proximity without active signals from the Owner’s Device. There is currently no straightforward solution to this issue using Bluetooth alone, and it represents an inherent trade-off between privacy and detection reliability. Systems should account for this possibility and communicate it clearly to users.</t>
          <t>To address these challenges, detection mechanisms must balance efficiency, privacy, and accuracy while working within the constraints of the BLE protocol. Solutions may include leveraging multiple observations over time, integrating probabilistic risk scoring, and optimizing scanning strategies based on known BLE limitations.</t>
        </section>
        <section anchor="power-constraints">
          <name>Power constraints</name>
          <t>Unwanted tracking detection mechanisms typically rely on periodic Bluetooth scanning to identify unknown Accessories. However, continuous background scanning poses a significant power challenge, especially for mobile Devices with limited battery capacity. Maintaining high-frequency scans for extended periods can lead to excessive energy consumption, impacting Device usability and battery longevity.</t>
          <t>To address these concerns, detection systems must incorporate power-efficient approaches that balance security with practicality. Adaptive scanning strategies can dynamically adjust the scan frequency based on contextual risk levels. For example, if a suspicious Accessory is detected nearby, the system can temporarily increase scan frequency while reverting to a lower-power mode when no threats are present.</t>
          <t>Event-triggered detection offers another alternative by activating scanning only in specific high-risk scenarios. Users moving into a new location or transitioning from a prolonged stationary state may require more frequent detection, while routine movement in known safe environments can minimize energy consumption.</t>
          <t>The DULT Protocol must account for these power limitations in its design, ensuring that detection mechanisms remain effective without significantly degrading battery performance. Consideration of Device-specific constraints, such as variations in power efficiency across smartphones, wearables, and IoT devices, will be critical in maintaining a balance between security and usability.</t>
        </section>
        <section anchor="device-constraints">
          <name>Device constraints</name>
          <t>Unwanted tracking detection is constrained by the diverse range of Devices used for scanning, each with varying hardware capabilities, operating system restrictions, processing power, and connectivity limitations. These factors directly impact the effectiveness of detection mechanisms and must be carefully considered in protocol design.</t>
          <t>Hardware variability affects detection accuracy. While newer smartphones are equipped with advanced Bluetooth Low Energy (BLE) chipsets capable of frequent and reliable scanning, older smartphones, feature phones, and IoT devices may have reduced BLE performance. Differences in antenna sensitivity, chipset power, and OS-level access control can result in inconsistent detection, where some Devices fail to detect tracking signals as reliably as others.</t>
          <t>Operating system restrictions can affect detection efforts, particularly due to background Bluetooth Low Energy (BLE) scanning policies. Both iOS and Android implement mechanisms to manage background scanning behavior, balancing energy efficiency and privacy considerations. On iOS, background BLE scanning operates with periodic constraints, which may limit the frequency of detection updates. Android applies similar policies to regulate background processes and optimize power consumption. Additionally, privacy frameworks on mobile Platforms may influence how applications access and process certain Accessory-related data. These factors, along with resource limitations in wearables and IoT Devices, can impact the feasibility of continuous scanning and detection.</t>
          <t>Further, Platform permission models can restrict access to BLE scan data. For example, Android requires coarse or fine location permissions to perform BLE scanning, and users may revoke these permissions. Additionally, radio coexistence (BLE and Wi-Fi sharing the 2.4 GHz band) can impact BLE performance, especially on Devices with shared chipsets. User interface constraints, especially on wearables, may also limit how users receive or interact with tracking alerts.</t>
          <t>Processing and memory constraints are another limiting factor, particularly for low-end mobile Devices and Tags. Continuous scanning and anomaly detection algorithms, especially those relying on machine learning-based threat detection, require substantial processing power and RAM. Devices with limited computational resources may struggle to maintain effective real-time detection without degrading overall performance. Ensuring that detection mechanisms remain lightweight and optimized for constrained environments is essential.</t>
          <t>Connectivity limitations introduce additional challenges. Some Unwanted Tracking detection mechanisms rely on cloud-based lookups to verify Tag identities and share threat intelligence. However, users in offline environments, such as those in airplane mode, rural areas with limited connectivity, or secure facilities with network restrictions, may be unable to access these services. In such cases, detection must rely on local scanning and offline heuristics rather than real-time cloud-based verification.</t>
          <t>To address these challenges, detection mechanisms should incorporate adaptive scanning strategies that adjust based on Device capabilities, optimizing performance while maintaining security. Lightweight detection methods, such as event-triggered scanning and passive Bluetooth listening, can improve efficiency on constrained Devices. Additionally, fallback mechanisms should be implemented to provide at least partial detection functionality even when full-featured scanning is not available. Ensuring that detection remains effective across diverse hardware and software environments is critical for broad user protection.</t>
        </section>
      </section>
      <section anchor="priorities-for-the-dult-wg">
        <name>Priorities for the DULT WG</name>
        <t>While all of the above design considerations should be considered, the following topics are considered highest priority for the technical documents of the DULT WG to address:</t>
        <ul spacing="normal">
          <li>
            <t>Priority 1: Manual Scanning
            </t>
            <ul spacing="normal">
              <li>
                <t>The documents should ensure platforms implement manual scanning for all DULT compliant Accessories.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Priority 2: Background Scanning
            </t>
            <ul spacing="normal">
              <li>
                <t>The documents should ensure Accessories and Devices implement finding algorithms, issue Unwanted Tracking Alerts and otherwise notify users of Accessories in proximity, and allow users to manage Unwanted Tracking Alerts to improve detection of Unwanted Tracking and/or prevent alarm fatigue</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Priority 3: Nonconformant Accessories
            </t>
            <ul spacing="normal">
              <li>
                <t>The documents should consider how to minimize the ability of nonconformant Accessories to access the Crowdsourced Network</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Priority 4: Remote Disablement
            </t>
            <ul spacing="normal">
              <li>
                <t>The documents should consider whether Remote Disablement of Accessories is feasible to implement in a way that cannot be used to compromise the Crowdsourced Network</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Priority 5: Crowdsourced Network Activities Logs
            </t>
            <ul spacing="normal">
              <li>
                <t>The documents should provide guidance to platforms about how to implement activities logs to help Targets identify possible Unwanted Tracking</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="I-D.draft-ietf-dult-accessory-protocol">
        <front>
          <title>Detecting Unwanted Location Trackers Accessory Protocol</title>
          <author fullname="Brent Ledvina" initials="B." surname="Ledvina">
            <organization>Apple</organization>
          </author>
          <author fullname="David Lazarov" initials="D." surname="Lazarov">
            <organization>Google</organization>
          </author>
          <author fullname="Ben Detwiler" initials="B." surname="Detwiler">
            <organization>Apple</organization>
          </author>
          <author fullname="Siddika Parlak Polatkan" initials="S. P." surname="Polatkan">
            <organization>Google</organization>
          </author>
          <date day="3" month="November" year="2024"/>
          <abstract>
            <t>   This document lists a set of best practices and protocols for
   accessory manufacturers whose products have built-in location-
   tracking capabilities.  By following these requirements and
   recommendations, a location-tracking accessory will be compatible
   with unwanted tracking detection and alerts on mobile platforms.
   This is an important capability for improving the privacy and safety
   of individuals in the circumstance that those accessories are used to
   track their location without their knowledge or consent.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-dult-accessory-protocol-00"/>
      </reference>
      <reference anchor="I-D.draft-ietf-dult-finding">
        <front>
          <title>Finding Tracking Tags</title>
          <author fullname="Christine Fossaceca" initials="C." surname="Fossaceca">
            <organization>Microsoft</organization>
          </author>
          <author fullname="Eric Rescorla" initials="E." surname="Rescorla">
            <organization>Independent</organization>
          </author>
          <date day="6" month="June" year="2025"/>
          <abstract>
            <t>   Lightweight location tracking tags are in wide use to allow users to
   locate items.  These tags function as a component of a crowdsourced
   tracking network in which devices belonging to other network users
   (e.g., phones) report which tags they see and their location, thus
   allowing the owner of the tag to determine where their tag was most
   recently seen.  This document defines the protocol by which devices
   report tags they have seen and by which owners look up their
   location.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-dult-finding-01"/>
      </reference>
      <reference anchor="I-D.draft-ledvina-apple-google-unwanted-trackers">
        <front>
          <title>Detecting Unwanted Location Trackers</title>
          <author fullname="Brent Ledvina" initials="B." surname="Ledvina">
            <organization>Apple</organization>
          </author>
          <author fullname="Zachary Eddinger" initials="Z." surname="Eddinger">
            <organization>Google</organization>
          </author>
          <author fullname="Ben Detwiler" initials="B." surname="Detwiler">
            <organization>Apple</organization>
          </author>
          <author fullname="Siddika Parlak Polatkan" initials="S. P." surname="Polatkan">
            <organization>Google</organization>
          </author>
          <date day="24" month="June" year="2026"/>
          <abstract>
            <t>   This document lists a set of best practices and protocols for
   accessory manufacturers whose products have built-in location-
   tracking capabilities.  By following these requirements and
   recommendations, a location-tracking accessory will be compatible
   with unwanted tracking detection and alerts on mobile platforms.
   This is an important capability for improving the privacy and safety
   of individuals in the circumstance that those accessories are used to
   track their location without their knowledge or consent.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ledvina-apple-google-unwanted-trackers-03"/>
      </reference>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="March" year="1997"/>
          <abstract>
            <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="2119"/>
        <seriesInfo name="DOI" value="10.17487/RFC2119"/>
      </reference>
      <reference anchor="RFC8174">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <author fullname="B. Leiba" initials="B." surname="Leiba"/>
          <date month="May" year="2017"/>
          <abstract>
            <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="8174"/>
        <seriesInfo name="DOI" value="10.17487/RFC8174"/>
      </reference>
      <reference anchor="I-D.detecting-unwanted-location-trackers">
        <front>
          <title>Detecting Unwanted Location Trackers</title>
          <author fullname="Brent Ledvina" initials="B." surname="Ledvina">
            <organization>Apple</organization>
          </author>
          <author fullname="Zachary Eddinger" initials="Z." surname="Eddinger">
            <organization>Google</organization>
          </author>
          <author fullname="Ben Detwiler" initials="B." surname="Detwiler">
            <organization>Apple</organization>
          </author>
          <author fullname="Siddika Parlak Polatkan" initials="S. P." surname="Polatkan">
            <organization>Google</organization>
          </author>
          <date day="20" month="December" year="2023"/>
          <abstract>
            <t>   This document lists a set of best practices and protocols for
   accessory manufacturers whose products have built-in location-
   tracking capabilities.  By following these requirements and
   recommendations, a location-tracking accessory will be compatible
   with unwanted tracking detection and alerts on mobile platforms.
   This is an important capability for improving the privacy and safety
   of individuals in the circumstance that those accessories are used to
   track their location without their knowledge or consent.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-detecting-unwanted-location-trackers-01"/>
      </reference>
    </references>
    <?line 799?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Many thanks for feedback from Brent Ledvina, Barry Leiba, Michael Ricardson, Eric Rescorla, Christine Fossaceca, and Alexis Hancock, and for contributed text from Corbin Streett, Diana Appanna, and Eva Galperin. We also gratefully acknowledge the guidance and support of the DULT Working Group Chairs, Erica Olsen and Sean Turner, and the Area Director, Deb Cooley, throughout the development of this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA92923IcV5Yl+I6v8KKsJgl1REC8KJWNrKlKUKQkjpEiW6Ba
UyYra/OI8Ah40sM90t0DYEjJsfyHfhqzarN5nd+Y+ZP8ktl77cs5x8MDgNRZ
0zWTfREB+OX4uezr2mtPp9OTvuyr4jx78Pz7V++yd1dtkffZ62ZZVA9OFnlf
rJt2f56V9ao5OVk2izrf0MXLNl/107LoV9PlruqnPW6bbvi26Wefn3S7+abs
urKp+/2Wrn/54t1XWfZJllddQ68q62WxLej/q/sHk+xBsSz7pi3zin94efGM
/tO09K/v3n314KTebeZFe36ypLGcnyyauivqbtedZ327K06uz7MnJzm9nJ56
WSx2bdnvH5zcNO37ddvstvxZRV8s+rJeZ9/XN3ndF8vsVUMfRmPL3rX54n3R
dg9O3hd7uml5fpJNs5d0UVsX/fQ5fyX/ZunP2NkzKntGr8/g62QaMkzDyXVR
72jEWfbLRpJlMmUPfqCP4Iu/5tv595u8rOj3NoSpvfkPvA6zpl3zRXm7uKKL
rvp+252fnfE9/KvyupjZZWf8i7N529x0xdnB0874Keuyv9rNeaV4iW/WWOWz
eJX5qoqWpOujt8VXz+QZs7JJ7ju7bevMrvoNPfkk3/VXTcuLQW/JstWuqmTf
PXidr9dlkT0vqrxuHuCv9EV5Xf6EeTzPLm/ytr/aNG2RfdlUVbEucFGhk7dZ
4s5Hf+j8ulmx3NE7D9/1vxS0gwtao5uiqsbe9S3+m1fZt0XPWy7rm+xFvcye
Nxual3KR/eeyqYp6kQzhjxWe94e6LpbXvBxjr768omuL7ip72+bzq93oy5v3
ZR4/uNN7Zlvc84eaL5gtms3JSd20G7rtmrbjCZ/k8NPJdDrN8nnHq9+fnLwq
11f9TcH/v+9w2Rm8E/t83dEGK0gaZDflssh2XcHfnFf0TfxD2/GPuJEu6otN
NyOJUvBVfOtqVy+w23N6TEYj2zY1iYCsWfGPtB+XXbNrF3Quap1QftFVubii
E3hdLooumxdVU68xmCZr+qui9Wvl/Q+L2Xo2ybZX9OjuNGuLbdP2+hAMgu7Z
Z11RZDmtFP1Qtv6lE/p518nn4BVXRdbc1EX7kJ5Eg+Sf6Rn8apYI7aasC3p0
QTMiD+I/3tDHbZqup1cv6OMqvKyeZT9c0erwdXQ1z+Emr/cZ7c+yLzc8XTT8
Tl+i8zWRsfLFLDczknqLYtuX8wqzTgKW559WEwPb7tptQz/TI7o+r7Bg/In5
nK6aZRfZtm36ZtFUdDXJKHxkJ1PY2Rct+iDgfNU3O/qYsl409PyWR5rXdNWS
buvp+XyFTs3hrXTUlt0i3/J4l/meN0PZZaRFdhtedxrRNW0j3gwqOXM6TfuO
rpGvon/oZ014BNUOr6Or8w9N3Wz2/ObDt/JXb5ue3kAqJcv7nn5P71jnZU1f
olKYdiHdfEQQ81Mesj489VmTnRzGvixWtPodLT8Nm8ZJO5Xf2+ywnbtFsw1L
czhEf+pERmsTQf+vXNe0df60K9uCX0RXsM6jO0v8wJfzL+jyFiOWuSo32wrX
5/Zp/orbFncmAmBTLpdVcXLyCeu+tlnuMEEkDo6IgH9v53143Fkt07y7juYN
6mf/Kr8u9Exe0I7Lrkja0UG8LqqJbDl+esdjXjU4JCQmM1Lu7/gJDx9cLGhc
HZkrRffglCey7jYlP8cnq6hzOqLL7GJ5XbR92WFdsrf5vmpyLF5Pa8mfZI/a
T7ttsShXpDFcOje1bDi7jUymkqeZd1yBeeAv9CfwFuyKbc4HdJmt2mZD69Fl
b0x6ibAj4eYHgwRTRWJqhm97fny6dZoffEtfhsfZxfT1zZz+eM1SjSWPDrXD
y0qRCT58OSHRGFnhT2zBeKzBoiKNkn0Zbw/VrzJWnhX/rj/tCl4JvGvsFj+D
yV6AsPa5o0NwkdU5KcSRY4Qdocey+MCiiGaJZoaGSBviNx3mRwRtvW+gD1g0
swKd8zFo1wVWpGkHJiNP8nyfPGbCn+6Hm8X8ti2v88U+a8vu/YwOZ0azR4bF
jmw63ZUvV1m0I7OOv0D3eJ6tyg/07pLtbNpd2DMirWTa6W9zGgm/9dj8QQfJ
aWJt1pJAxZK3/JRcNRG+h78/2o83ZP2xMIT8o1t+wyeKJDvpjEUhC3nBN0A6
0+N42hakWdY7eoDMSvbyOX7Fa7y/fYXj/XPLw22/+uNzlhX0DeWm+DWvyqCy
5JzwM+zV4c380G7Xtqy36Y5dR4uzJbXI90WzxY+iMfFmCUdVppUevuGNEkQw
du8DMkwexHsYb9bXdrSLdhU5KTlJ4Cs6sDUd+Gmzml7S59PZJeXWXJ66aqSn
r6qmWZrNM/rtvKBZt22aFf2Sp0/2EKmkZdm1uy0cG1LiVbbbLiGooA9pq5DA
qjb27OQof8WKjoXjopnGB3RDjkFJJ1FkrsjTW844rUpOJ4O2F62trnHLG5Ok
Kf2jaxZsCLRk+UNhXpVbGjV5VT1rcPiacNHowNK5KZsWOndDCpRMLDh9fMTt
KNrGFk+U5OfJiF/nVgSdkgUvPwzBqlj1MqxlSfp+R4PiiSRLcLci83vX8srx
rL2lkbIe6HhjHAjeWfYip1WNb0vuotNPIqtc0bfz3KYyDRp725K6oz8djHei
6neT73la+D+0vVmS8YTkYntiJ8imT4dOd/jIRXutG/pGNQ8RA7jTB45Mrxt1
gGVxSowcNmfeLsuf+BS7STunnUAaPTs0WN7BkD6YQzGkxnZTRytKgrZpl7KH
jryRRcF9PkZ9Ctr/5ab8yU5BLNehXhZtOS/YWKcDQ7YuhHRd8OHOWSA1Yhn/
JF4LLYeJXrjN0WLbg8We7oYWtxjRRXeePTod2NEje+HxabYhW6MhlT6ULOr5
LcqWnoy9xJ+FENJbnSKZ4ienpj1vs1ptXvAAm2PZQreOUbwmUnRV8QF7c9WS
A22+uJrVwavgAWHG1GsJ82b+x6LH8acDxE56Bl+OrodnFnwKkdQkOPOOBiPW
Jrt/8hC28IoPPenr4CZckcEsnp2rBh6MivwtTWxT5/YuVhpy5OZ0M9t+0NAh
tqSnqzNHpvZ1OrImvm1tAwSXi4zNtvyA0cg+3JoU7khIsMKPdldDMpanWTRH
dl1gvmbZV2XNFiWshSPrbYNd0V6Eq0uK0aze2N9xD0ddHmyUbgdFxxGSfRSN
G9mzecU2twrtxL2CKNmVSzZA+O2ktugUmYzIHpLFyiNvi+WpHpt4yqMzxKZs
z9HLpeoYlrn84aKMRNqNWZKDA8K7Kxx9Mo9//vnvXk6fz4YRstzdBFvGjx/x
XUeuX5Vwyz9+lF2SvrOMdi1tsyJvKzYMLeaZIeb5ewRIkseTQ3NNizzNt/Rd
03XTrOk/B8FDeid5kZ9kF3QVuSvzsir7/cnJaOyDw5wS8SgWV3VTNeu92Ke6
/Xed2s0jMrXUZVgVeWfxENqTxWbbi7srs3oksFCw+vS9HL2+rNXe17VWCZRs
A18wfA1dXJXvi0r0ZK6frWbxVaEuJKIS9BCSu3TJVBbA3wu7fUdDov1A9j3v
mYreViMozndut53MzLLBa1j4Hmq6yA2YhPWk+aW9XPMGf9m8O3XHWoJA9AU8
g3yoym7BxhoPHiEH0j58shZ5KyaS+DkLEv92KBdVs1vCHcATG7e0NsWyzDnk
RIPFZBQfELgS3w4zTP/367eXHjy3DTevdkXfkG0xve6mMDGm8TTRvucXkyVX
XOdQZ+4t40C0BclMWrilyBzai4fnmNUAR9MQIta1o1HxZgmrV3IMZg255fE9
TDtN57iNwc/FI9m2IiHEm0e2/ZHr4aKR1urMPeTZpw27LBY5e8aIVczpB3JN
CkhK+Owcd632UxyOUhyzr6tmzkFossav7HdV3vUuwPd0yhHQGLV3SNO1LLS3
VbNnj3BPx/OPvJgb8jUlspLaebPsm+aGH02m/852eollKU24aliFPM+OJABP
24EJ5q55HaLntAoFKZsFR6ctQKuG+zUrxK4/vgKT8d9j2dKZuiT7/QoG5X5L
C45QCFlnvQj0fLWq1CnZbHZ0Cks2uV+KALchHH4Nj/bIUtOS8uEvJgid0kFY
QE2oKYXd2CzITeBhqvFg+04EXXAhgshLdNTUdBSLkr6sqlgamiIOIk/2dqTa
+QPKI+YzJvChCaj4DrO62x3vMp6AXTvnT+yKU9G8+Daet64hC4U85M5nui1k
I6ooYleDz+A1J6xUgJqZNWb5sZ7JvmxqtnNwTvl1z9naKvEz1FD09xOW5O/p
SHGar8sevP7+8h2nG/m/2bdv8O/vXvyn719+9+I5//vym4tXr/wfJ3rF5Tdv
vn/1PPwr3Pnlm9evX3z7XG6m32bJr04evL745wcyJw/evH338s23F68eHOgb
CGQ5BmxitCRL+Jvz7iSxE559+fb/+j8ePWUF/d1XXz5+9Og/kmCUH3736Iun
9ANtnlre1tQsNPAjS5QTEnIkDRCMo12yyLclaRuxeDsyUmuoNZrcT3/kmfmX
8+wf5ovto6f/qL/gD05+aXOW/BJzdvibg5tlEkd+NfIan83k94OZTsd78c/J
zzbv0S//4Z8qzuFMH/3un/7xBFsm2UKffuoBlk8/PT85R4xrKwHygRFIq0UC
Up3jPPjicv5YmR6Pa/IhbnYkLvmkbIq8HtiF4jjYJmG1RgNTNyKMK0QVJuIy
Q23HSUMP/6lw0DhvUa/zNWTkoX9FW+iMVb37FMeMWQzqGd3Fr6Z9d0lWHAe5
ZXzinmga7fAtS8/JuFnS7nC7Se55eHIjWzeWuyw8yItZr0nIHT79gl0CEuEk
DUiukfzGGr0mlca6QMeJ8Y8tjk6w2TkywhCgUSWBDAieyyGDK+TsYJDQsEhV
hohhbLI0SewWI3gOpwSOg7xYogUNXyVZHURuJA3m/tNxY3AvuYAwSv6jjPNI
NE31iuimeeF7c3tF9vMC1h1vUMm7kM9GrpU673PeVu3+lLfddZlLymfD08CB
Mgl2x+ciiYDK876j59FERrNwOpwWMm3JNZQMVSdzRCYUWchDlayZC/Ym+vw9
5Kq4fEWcrBmZsW7HE8tb6IjiofHgDfL2b/J2eQPBjdNlDnbXrHr8eoXwpH+4
WDXq5kSiIY7ii+AuEIIDkmE0TpW9+JCzl4mN4ceBTVBkw0jg88dyhLbKt33D
Qc+iX+j47x+GsxP+6adhO4oviSwwexRF1Ww3usYh1Mfi4SYGsdwaetR95/MX
8pc8gcPZgS3Gs5INUogcAWhsj+fVmm7przbykFsCB5iVF+IKPY9cIROv0fYw
IVqxdYKUSp09+SxbbKBU+6wqWMbw8i3J4Kk7AAviix/9ji/+kD16ojfRwHkJ
ObPgt0jogmVvfOvjz/lF/9Dttv/45B/O+D8iINuimPqtnKPZ5gto8U/vl5UM
suaZeWDZw2e0+Hly9Vazea5H7K9LmBjpPHEU2jAQk8SKhWK6YStVpftqx56F
x+tcWFomgTWsZTPHv+qypwvDV3S9AhWSBCmyy2JVRzkcDTe0ED20/NdlcSN+
0JF3HoqMoIQH24Tn4BBHQ1aXhEbgqjuwYZLNdz0c/OCNTNI8eUCqkPd89vW3
l5fRr34ovyqjHxccwAw/8tEfoA2SvGismCwrSDOTSFSR6qMmzK4zNVBq6EFG
wKlKE3M+jtujF8EIGDmQGazQfCleeTNiiNzxcLYV4JZgzcmXadXt6464b0cW
n/5kpgFDgRIvRr1z+v2CTu26oIFL4ug2vYP3DKySEetpaCyV9XVTXRdI8kuQ
BvYrcuwd722WfDXZ/PN9Ym0MzKER0w0DGmpV+2bdEf7VsZEbHzve0pzLaPqD
3QQzkm5PZwCXuNiNUmV9hLRZaDyA0SpIMJlO2LblhjMmmAj8PnnnjJOz8gtz
ODsErXi2JK8Vqd2B0jlrQgrOR3rLtJTdwdNTzAYi3XkdrMTkz7+JZBStHVLT
t2VoMaaHb+arXcfW6PJUP/RlONgyyodNdA3gKIs0lAaLJV5EEYLZDwcynoNe
efsePirgJAqhIVeSzUdV5pw3QxhJsLw2l8At0lFetvS0WfaGw303ZSexr2RA
+rg5Z3dt6OK5dKI3JOlF642RYo8s8q6wKEqykGySkQBgUX+7pZfpNHjCRrwm
B1QJ/q83OIput7CbETwe+QyblVqDkNDsHrRjY2BZrkuJe4zPHKAMPhHJPIZ9
tirbjq0RNsodokfHgiGm2HrsR/Ss7xAUSpJefC3/mePDH3oxKwxaOf9U//eH
Ev9hiKlY6WbjyjZ7s0Xuh+ax23eMDVOzd+gwDV0ge8o0Sjm/hgS0QybykL8p
8mv4lGg8CsCj1N6OztVZ2L5p+po31AcR2PGy3amhn73Lvr54F5Js+E1iOE2y
b969exvM70M353+Qs3enn4bhuqqjDdzybk3zMolOlEj+rWOkWzmRJ7nRUiA7
eAtH+2yNI8HP6J34HB4EMAQoEyGOytbhGdmFJVkHmAaOdd3qB2JQLhQe2pWn
kYP0/btTGS97QkgdBpiOHF4kdic6Jlpa+kUv9q/8ygF3ncz7vceTRjdcXyL9
KdvAlZFAOuibGQPWuRwwmUC7rCtq0ceA9nIWZV2XP7GzkJqzqjNpbNeSQ7fN
tZHsBTBQEHsyDgUZ+xt5rdgVv85bxkJBj8PVCeBeGoqCfG1TqpEXDYXOqUAu
O9grCjUcmvrBk3nV3GQvSEKv9+TUvHpxmrV8xo/Mp+ODdU6DCykpOEHSjk7c
+5o3VTTQdJ5sO0RzxUFsK1thgyxKmDMKxTDXMRZxmNBUcMAwz4tUAO/zUhG9
BfyTzl4myBOYZRU9cMnxwysFDIkEhXdfweQYzwsEaDQip0e+g/RqSbZL9q65
JdYAyA2tZ9nvzBthq1YCgBwIF4BEZSbfJBEIui0HGT3BQGIxJPQqcoDMKrM/
W4DGkBCQXRtge1DUeILHveJHbZo5p/bsQYZaziMQumRKOako+5FB+eSpTtTR
9MdpeC0n3TvPGFHH8VsaGoNMZVS8VGZcuC2Cu+Wg+HcdvNx9WvVx6dSUa7YZ
WCLhtbwBClZmtf1ahtPttgDmImzi+A/FpClAb7oCXCbjah1WU7qmD8NhvrLQ
2Ptiz9EnDvH9825eyo8JyKaFWFmWWlGjeJbTUDdRSijPXDe4WKiCkE+STCHP
FGN04b4PVo7jYSKZWTOHk7ApcrYi2VYsgSASTCKSbeEZtNk/sM7fuzyKd19V
5MuDPxRkn1W5YZtQHkKCZYEJHN3Vs+w7/gDakzTcAIYBtIRrcqzWguapaFYr
SDnk5fzciHnbrMhkQwK2itMCLNFVOgswQ3SUSWbdkCN7WDPTYYNmJTn2DNDp
VZ/UhayGpxr5Wt76PsuCbZDiiHhv3RqSI6nyjKawXvAFb9XK5ykxWZNC9fLr
plxm27J3PFnkGbDEUu8Amx5Jj+WRrIfWivQCssKrzrp8VfT6KOQlJyNiF8Uy
PgsA6+EDimQ4sLX8ceF8ScRa9fJ4cP4FIwYwxsgbORpUpcM4I40sXlAsPwDB
kl3JOutdHhlSjkQetahORSzO2dBe0MSUC1gKeVpasJGjRlqa09X0wtXAmTp8
W4gguUDToVlKgt0eyZOvNLEueBiafBSgOM69i09xUbNEi0ALL6plWy7JyGew
NR06fM+PS5KVtezp5b88tIrGgpaMrMgyX7QonXz82eMnZ4+ePHk82y5XgFA6
PIWlRNdUuxCaofWpmj2gb+TiIy1k9UlF23JarWlbjeUsDH6tZhaMi/a6uGUb
2/KQ2blb2NwVK/IR9Nq7Dleks23HH+4gXrgD5OPJySGyDFt/w+ZdGSEFR2/X
XAyCemPHb9HS7UkoWfVICo7mCUBVCaMrmlpSOxsRWSs1Rl/25nbn5TLaXXzw
zYm3uQuwfnqN+/SpbSlKgnddQBXm4s/AscaqHoZUGG9YwJx9qO61IL9Z/bSF
VWzgUFWAmLSCsOZ4CD2QVCp2N84WqyXTRkOAIyOtBAcfv/0GE3BdNpVpymhH
5fQ19XRD+mEBo9x32GmSCoxP95yz0bUhwTUSAVfZYCKMJZCpQcUK7qJ9mi8O
Axa8QeIYx0OBgm0QCZ12Goz8+PFU96zpgfGdFYtuBWwdanpxQVtA2Ok31wXp
MxbSR7e1S/Q+4AEF/Do0zMTSH7M6aV6nUTxQlSuqevjru363xHowVJhkjlSF
8uzhsGu1ZwRW/PGrlrUuhNgke/zZo98FsbWsZvliA4m1bMozklVnjz6bPXr0
9POzJ4++ePL5F09n9N+nj58+Op1kXzz+e1HL7XV53bRxdVChEoBVEHZ2gX96
jtvtZ/3uWspN21n29NHfh+dIQJ9uvyLLQ7QXLsse3Cj4mkX0A1U0wW0V0Ohe
EGoIuzSNwXyjGl19GJeszbm2jnTrdZjhaJD0J0BPERucZb/94mCM9gEo4zUc
0oMrWtsH7mmVEQ7SLOwZ+zemhnXf5QeKTAohJYGuM25bb5KmVlVmadlAeppj
kKzsNCv5ExstgFGG4efcSrF4L5Jj+j7ah4eHa1dH9we9c3LCtVXjf5x4daLN
5JkXI9v+4o1EazkZlyuRhJaTpVDzCljG9TETgVbz0vcvkGecIiBTSQ77TUPm
9G8UpPf1s3f/6eXFfyBvYX3VhzyrSQ4/e6mNfq21/BNIbUwv8JVc5EL/qZEg
TVeU9hZLOAhGKH3aHQwMJzelket/vNjURUeiSfC6yifAp/nx5+E039zczHK5
EEe6qM+EeuGsLm46tkk+P/vsyVnZ5vVUqBOQWpxK9eEUH99N5XOnPjFT3hLT
vKUT2ebtnv5Fg+2nKxIuPM1TGvF0SYLuarotaFBkAZOs+PGbHZ0g8lP4WdkP
eb+4wmg/S0d71d5gpDa+z3h8j3539j7/KX9/xSU1Nqplvo+GRHKWzj4nJuhV
3+3Kn6bf5tc0sAYCbjAltA/WO67MyWuOQZ+tge6cRniEM77pbJO3/G7SMctd
m3fy5um6ypf7bkpL9VM+XRV80rrN9Io/T6eK9N+zVopXu90Aqq4+IQ5LHL5y
C183U7Q3pK7BiujTnZID9CrCadtsd1qpFj/5MPKcYbC6jTmaWqAqnw4WSU7S
rbTrNuWaNoXVjfvO3xbNlhGklzQT+kPAmSnpi+VK/wt73P+Fj2ZQEHwy55By
rZMNjBUbQHfC2+oWV8VNTHdgE4VDVnSS7YiMWw1CiU21Mm9JgtSqzvlgq9qf
iebucnwPgmyW34ukCep2D81NxMCDChfxKDMWrxKuS1ymSVaUIuz6uJQIMFee
mZLDJHldoOxzbH7MMlVF5aQH3YJOXFs24gK/u60Cij6c3G42SIpBQdegpOlG
Klzn5HKQgQF1QYpWfaC//uV/77IfX3upE+o36C2mDh6+vnh7GoqrjhoabAd/
02+qYG18/vTp509/N3vy+e8ePf3dUzMpQ5lWXE2zGuAVtZLcEEHxn5APRomb
hEjku8tiUKhlu4yMFS1JbAt6i5TYsWUpxY25fu7NFcn4Luej4d4iJ+KkvAwx
k0m2Lmqg6ukmkg4LIP5US+g5k9rIojICB3guobigaT0eR07fqpTDvCqjei0r
IZNtvaDhs+Xcsuu/6A4W1/Z6VEfo5AUGq/JgsGNWcTjguEjtlyRjrkPFnWS7
uEhIcGZmnBYWgkjK1gBsaWou9PAKNptXrbvDt86kbv3Fh63kx4R6AUQ29tvz
NBgrVQolB3qQ+0Hyn7O3bDHLazfbHWc5u0UpKlrBYDAV/a+6BCpZX76bSIJX
y7dZskOq0yCr5UwHxPCHYmxQHl+3CmSx38t6YsOkv8KO5V/lY8+fsiAIQUWR
U/reb0ion2ev6EPVtDYp1gJTRI7MQXwzPMMsGvkJZ5v9cTFFOvu018Wy3G0Y
v9gBnj/2PNikIk+FVcWfAqFMdxnlQTUcavAFb4xBYKz0kc/GoplK3ZMmflh9
2ShfNTfn2XObbH6Lep3t0fD8fSdhqm493+PVCMn8JyvO854f3hBCNnxIypUg
IMnK4xAATZJsr8ERNpqURQwI0PNmrk6UYV7tavJeHmpsAZAXjpz89S//Cjds
+de//De5hswmWS5jW1B7GTBDt8Stzh1bVYJUG/HD8oiUh2VnyQRay3hDBP+T
t7nHljua4Mxt5ZjFJF7HW+ZzReYBHAPZNj69Uo2dLyUzMIn9A6QC+ClD+SjJ
GBoE1/Fo6HWQNptlF7pbQ84nfcpEzSFbDxed8OFGxOW9BZtFV/8diTUd0t9E
qPGnLkLZ66HFIkO4FOwN/SIZgqBGOZwnOqpSYFQ+FpvEiDTjB4oUffb3dXf8
6bTFAotK8i7RX20thfi7MZDyvcWGRRk7sxdoiBZPYGOWf5THbFukhbSCymsb
wwlQWSGkMgYeEpHApgdLHi7TzDYFg1fKBSJqbPjAh71mKrp13vNxr3LS3jXi
OTjwjC4u1vxmp2aZeOgxPoODMzz2cbv6V37eYEoHAXV6Fpy822Z48OKdVNot
UwkzOfpkV1QScsws5IjCW/92Ecf/b756YuDJMLUIAcIFgeHGQOIFmQ+3LBAy
/PHdv24kWugpp6WLPLLGctEsqHuvroVxTJsQ8eZGaRBgKPD3eKbnSMGkmv3u
LEvJcK2pdyaKdKuWK2RR4RkznrF2BFEAjQDBkJ8Oot7JC1l5OV/AEAXAT89j
M+IgYQYFq2HrueUrp/oyxFHMZ5UoNlis0grLXHkqA4cPKvfOh7AEaP8uQake
q4adK/vSQLbbXjGD0t+iv/hV7zgwi2fDrwkm33n2rDEo7IhB6BbOna+fSSTS
iBljBc84T6ZSCWVMEmFRYECVmwBcWS7mIYd7voJNY4JQWKL8CbhrGVM1/aZz
gBduTEECHnmwyI3zhKhFLSVPau/+pgPqns7ze98ijLGxofqqrfk5g/fj9RuU
3fdFhCk7l2OSsHUYKOv2ZCzSanxmp2um4WDfmPkboxOeoG1YPffRqyThZCV5
KS5NJzzsQ577g9m719wNZ27CevD0PMaMiInAcjj5GhknwgBxQQAuTEgBLE0p
OyecJwYW4vUOKGTuKxM0TIDCYM08wMNkBmj+GSUmfDANPaFYvNcKMSS6L5QB
wp/KGU7UYjiWXwS1xJ8UzwhPCAvCYSi2bDg8VhqSjjcNFpRtxqr4EBKdJvRh
QEQr0lnFgM2/k3GMQAywFIBUs4cFoxhoRuB3a3EW20x475gO4GCBtDgg3aY0
YGCgbzTCiXB6IfSGg3fxFGCddi0Xsvomlu3GYgHzgDJQruMUHjb3gxOyMdFN
TkDmJCV+EEfPlBagpifI7VdP7PfOPylMNpoCLSQxbWdH3WW9koUpnztRq3J2
ZcOQ70WHQXE8EV+IjFmWJf51nDbZtsUCPorXB8WEI36wlCQt+SubmlBYlpDV
MkSPWnoyUCSxxLACEUq4THz/DRayUMC+cKPstk1tBHNBaoiTwcpqrzTEUQW2
I5KiUGxerytn1WX5wmjr6AEiWfisx1aRqDXO0vUxixTON2idSUVIzN2xlzFf
EW8WCalL+tQ5IA1b59rsXaLNJDop58GwLHtBQA5LM/ZCtKeyUBlFNckngfMN
8socWG6F8AhLwpgSJv/mw/gjiyChauJ4e2D09WDm0SivBXcfP/7si99+8dsZ
/fd3n3/x5FS8c/ejZYHXJWe9GGIg6QqO6AfsCu35tqTpjihw1khjsMhopYgR
iDWDu9Lsgr7HdlFEIhwCldietuwenQxB5wHhmui1iBnrwDazYK6wltlWY+9f
+YljUhSwZHSLHQ4254RF3mhpjD1pzlw1hUIf4Yh1XXCPhB8fgL86ZIWLa8UX
zciD79UtZp+VBi3z7CrdYrPsiABWgmlgiCdHvs2mAWHO3PcOhIodnpSbbCJV
3ZwGoV/kk0A+F9/jiQuYUrocE4WYSMBhyHnmY0lHglxNdBfyp/LP4TcK/pjR
TLYnHskvPsm+zVtZp5OT1yQMGjzm4poO4FIBwlxus292LNc0azbLcOnErpuE
gmO9AvwD7BaAIseqrVloqMTOlK8HyLgQJGHNT0uwLvQVQghpHowNS5AHOwbx
qKgC/OGKdovYMRD+JJD7q5GhRTii8tqh5/psfR4MEKCj6VM4FiLRP5qJntQt
vf1GuLrpUkXYsc73AdLKw4aJGGrcE8AdNyo52SOKB2eSN1qDTcGBPAaHbHfz
imQr6dm91CHq1bxXeryJucr2GQhl8jAa1BHzGPltEvmjyYPmUvQI7YHy2hjP
ltn7otjiNUl1jE+gckeHcZBo7BmutOJgm721Kmj+6LN/+WjE6aKP4zqvfN+h
i0Lruw3IKRLHW54V7BL4nMuG4zdbHo8KBR4k/1bylFdQ1ArrYwI2lZeInip4
2irrkggsyGhZEJprYfH37MskKo+vV/ZmAPSF+gJQfVXdAmtOcEuOmohotFiZ
8eE1ZJNyFYsx3Tdr4Efo9fiZi9OifBItD7DDTMu0V+IVrW6IItNAhqlcTvjw
I/P95OTPYSLets2KDdI/+yr8mf48jf+XHfxMV4RY7yuO9WZ0EUdW5dcZLhlJ
8fBlknyRS0Ls6ztPKtAl30s9iRwtnQDGk+w2TD5HBoiRAkS7RKI04RdSf++y
o+b30DtP/qwjCR8uAgn/G/n2+Ke7P9yuuC0K/OcoAHzbLHDtThbGFa56lwSy
LkMgi27iIKHcQbegrpS2U5ojCEvN5yf6en7NdPx/x34vcxIwot/DZNCnhV32
hi3N8D++h8/cW49G+F/Ydgsb5yHbeHwaTvmDUk33eETTXZJtcjMvWq0wflGR
OSU/In0Wjti3Cl9AsJKLg4Zay6c30lzR0yWaTtNp8LnoVWJ3sIkTMKn0+X8k
u5VBpn/9y39lOBQXSTH3tkhGqBaceA4+tGVRm9O96YoK8jZ6Axm3hmLfiOxZ
MTceh0MZjKdAvSpvNxOtuLIS25uiINefMSLm5jULEmGSQBl8A+c42VKW2i6R
6Do0DBrDRUABUyhWGL7JwsAkfVoD7NAe7AT+K8/okvkEenCHaLpgWbVobxHh
/tSb78aK8MwcKGtOLHm5XmmxE/LcIkWt8AcOE9DFqm0rgQ5LQGDqXZrAXmn1
6nyXrJJ+REL2jpcM9p3HFNlwUrP8r3/511W+Kas9Jy9JjxR71aZhaELbI8+0
bLQnOeyd0Wt4jcaV4DdFO1R+ZjlFeWhhzgso1WBexbWnoy41pG3U1krxh8Id
+E66SgjZXyVMwEnwDeZUuZqIe+EByGh4gpPloOK2qdgK70y2IhJgDYdc3ZIA
qheKORrNrGlcyaMS/P3qr4KTc3lkp1j0LpRkXDGlXG1VmFKSyfWZfRwyW2sR
3I7DU6XSoTe7pUxx2UUpOY6LSCWX7cOJWg8d2JV33ZXHlCTHKSyO2Yr+DHi3
9BfJWy2kEPdda0VpCFXkSpMiXdJ62SdFUXDxSupiVWogiXPmCI7oFuw2YoAI
tyO+k92zjTuex6aCSSi0lYnyo+rIvcbTndtS4QXmIzTGQoktmscp8bXYnh1v
QGlAZIFxFkY0lXTgOKinbB5gyOGjBxLiFRwvHSJnbhphMFmyo4vzS4qtZ4vF
ytC11k+SHqAJtmKTwAqcMt+AHpgBYFHljjN0S2yORjkcomSdYOENwn7HTLhI
IPxbW3FiZ9xivdgFIwZXJPf/v29wvdxsc5S/P1RZccUkkxLyxjE4vd0Wi9U6
l/clc/OLrbFfZ4/9EouM0wzhroFN9mTEJntlFsErLjOLvPSlBKcB/eRQBFP1
zvQqQYiInGJ7TCPqMkdS5FlstiTXyWITivkNx9CUVKQQhahQhpRku+Z8djFB
QlbbHfWoo6Izt2PEsA2BQ50A59Yu/3xD8COg9wIUhaOHqOUxv9j0B0sf1IaB
sMU1jtHDSR2wMeP1ThRes49cr4sWbAGcjmeRpXPIjiHmVbnH1rp7rnKrki9q
sbt4AmQFumydWwmv1TS21xrKg7fbKU4BJaqwLenqlxsgqXG4/qfsS5KKzabL
XkRQClJ/eAN9J3ubkpOS0fKvN1pOiZDL8lo6ZmHOWUhWIxqcRCO9cSOcCdV7
XcZ1Y5wXGH93VVSgd5EY4Bx5ui6w6Gq5r71wWS4F6qfJe3b+azchZUsAqylE
n0WyHuifgKJeL0DxnJQnlEJaGJ/NL4TpUBQCNrBCeLGeSiyqazfb9ax6WbGo
VUo64YPAqnW5izS8ZJ+nnNkLNKPK5YaQTHlfFzd++hwAq1AnCfFUqm/ijUpX
yE3+KY2ZcBv5ULxCrlk34muLwaDUrvZusWHwBTwAPv0jluo7T1pyUCXiQRBG
7Wn3nrW8ybCJhW1BEpjJHwNFszPijCTa1YILlAsiUEiCdUIG7QTo8gbweQMg
VfcRJUVMnq/WAn83aMItaxXzM4SgETmhZMdPOVkJ/uiIblveiTdKDY33UdCy
gJHXIuHhka7YdraMdbeb/9F5eOF7htZvQiYkyAPPNwVUQ0xzXm60pFuKFFI8
DS+ASBAujiq4Vp7NmF3nhi5pxmsmtfOUkXP8cmHBVnHvnUhj7qOqSfddjfNj
pOn6bQl97wC6IzQzDYJA4FMXIyuk0llSJ1av9S2LrF7xCQxBRN+pOJw6sAPU
jjYU2Q99legEplTke8U0R/oKcSkd0YIbtS7iFFlE99sFNrpRc09O3q+29P6N
rTwc9/+/hNWSm26x5mRJYO2Ezx/936+z7v421t7IWI5af9/Xi4ot2gNb7+mI
rfcsr+n/iBCPO2IERHLLHXPgEuO8rDK55TdWteGda6IomjqatK70HdzkDOlF
5W7ku2f6XwO5hrxTOE3yXr0AWeVq9DrRbABzMTmQGA1NDbJ0um3HxTT6Nk6n
dKPMVZpQEGHzvti3arpYmWzVSPU3XbAyb5WuhAKVUBNu62TQPP8cn4NU4kEJ
lUIyqonhahCqoDu4wDUp/yVzm8ykllPIRZDJJt48wmH3WNTJ2XwGBbW+bnDr
v3dc43grRV3z5G3+BPlsrYmHKWzYwqhDsUwF2yc85Wy+KXaLpQX9a/A0roP1
KiWtApCk6THLwyMPYkRE4AtLZPOW7Zx1WHuF3OSyTC0zQJa9NXQSsPUhhU5M
1HckIDdjboqmXqZRuwnAWQgS8CmoofZWrNyQ4+EB//jw8u3Fd18ywtzSPsyA
Sbb09qpcoFj18WlaSGr5oZw5JjhHAqTDzXaKMqy6P9tt0diUK1kfn3329Oxr
QT1P7Q3T6A0gBpno6e/BNNbC1mo5914PAjx9Qi4hyD2vvFFtQnLFcz3xZAw4
q+KKdbam31y+/PadHBuvD0+PixQfKHkOF6wOuaniYfwmIuQ4pot5c/4ttd0R
hXxUeY3lz0xbHahmlV/3Gu59BpzdU0HHxQn3HP8vUdKD225R07xauYugX6KL
b1O4Os+mbm/Tqm9qX9TRQMrnI8r1DU4Uxv01Hbhi1e5Kid6T72B4OC5bgSuP
hjppFY2BEPoegVLLAC0q0G55dkz713AcYvGnHSO7OEC68x5c5B1psFpUPCM/
2RHW/Elv1chLUrKcLiD/BLDn8d5diIk6gxUpRiFPKjZCk8ZACSTo7LtyJTjx
T57Fs3E/q0Fm0pngdGK9BMjgrOyER88GDvIYVTZ/uTwnAuWaLp/ZK1aw63n8
KsBFx4XrgTUQr0U83zgNpk63pB7B4Ku8NfDDo5F2QvgTYJfLbNk2220h6S4d
jOYwlU/O0mSSeuA8oZkIuxrawYLqHLCahtyBhEgOFkHqshlcwQEAMyJANq52
hCfvdAJ2W3WiEEqrcunXGi5PO+Pi5rKfJIIcK6RZ0VpTJIPCTVujW+AiIQXh
EQgAhNxYtL04qqCRb3362d87+uLfmWau/VSjHbUczWPlqUhTlrlx+9Ta/XSE
XH6gkcsDOHFMRG2coGrExfUuiJREdDMCbF0f1bvRtvt1etdV2L1AK7frXQNf
HNO7evD++/RuNOC/td6Nxv9rMCe/WO/+Kkf4Xi5vtI9vU8MBAA/geKSLIw7d
a9rcUUmpNmRUcC5KbZx7Qgz5YdvNBVyHY6U8AZNtYNdplE3/PYfXBfmgzQoB
W5aKBD6MepZu6UyRJ6XLwaD2L9TosUafpYfedmu8He/FZDCscm5Ytl29EDoK
iVtKAiT4O9i3AYE+IOruhaOsleJ0EpFb6Xx4PrgYNCpzwE2ragJ1NdIZQy0W
9QAkn15upQj0yNwYuyqMC+7HKeh7j+Zb3tbB8sUHrjUuexTXRWsw2qTEl5hL
NyqFsnc9xxMY0WTNQbikhUZZVVwEgBKRTamkSViRhh3RGNS/Wimo3Rjl89pB
hCCk5Ap0rb+vNdURM+lYyj76UCmHMOo/Nn2mgkvy5kSv007nWE/TAjZDJKYb
GFpkZ0otinQWWS6jg5RMVbx/ArQ1IYlx8KPSpkqePm6eKiwxb41xUY6/xXnT
h+G8am7tsL0ze/EjBZBxK8lb+n0nRsh9mERTkkOAffIlo98j8P6xDmUFciNS
Ci2tSxM9a/a0JmuYWZpLQZyaQmQCw8tpLIiD1X2inNN2HwoEEk7TZIzOcznW
F3NUHKWNoQ0dZN2xD/tzewmrolZCg3PAwWDXKQuvEUXL1sx1HyCO6O3Hhffb
MjLGB62VPO/klW/TV37lr0TTe15zvRCEQbynhImnjHYcuR/S9oHJ3sFZif0G
Bh1pYap0Ojw8VNyVV02zNCosnmhhw+WgXbJDlbbK6H+kA1TGgZOpNOJxqSMM
gthiHURXQwbSOt92Rv4pc+54nk7qMEA0V9yxO7wTDGMNZRWUijOuOLYJFyM5
1ECFVYTfacT88kWDrvIk4bdMWASJNknmCguO/NUkFLhGjc8RupRcsBM+65rL
3rvwlZQu8KEBm7pOobomk657uxYUGMZQzU+UeENCxyTYyxAsxSQ4Zkz4xXR3
XRWVLEioQLIoKi1LVRVkLHaB1Dvi2TIDQnySP+2K+OWBAyr5YNF3qCDScjv/
Xo/N6bZAYVggn6q5bQFJ8QHv6OGyiAqJVgalrSBBsD2BBxmxqnxRWvGzSCn0
QzkRusSbpTVtVoMW7CBK9UoqBXOpKW82SFz0G+PhIwEguwHUYnKI8177JOtO
N2lz2OEoWh/ZEGAei2D6yTmwztx43/j+sKnohkdIuK/OpVb6kg/JeaBY++Fr
75fK1cXAw3lxlQX1MRNeqW7mltbcu/W1DS0V5IEThQFbFVkXpN5BD0q/OfCC
aWxc+N0HvQ1tMF9J7a4MxQt5rRXFfUbiF/PnC9jBNY+cJOdRPvOmVvJy1VTy
8lEddvv7ucKwZOG6a2/V4ym723pXSqUiT8no2KaAmS2UsiYcQZgTf9qJ7k3Z
AEomWcX0SsFt8aFY7KDv5FNBmPGaSVbpOdJ5XAruIp52pW4Y0max7oOzHm4D
caxzTLRBQvEuEKkyS2hMLoVA1G4RgmYDtypGR0TniXCQmIzRKWibeSTZYXUy
naKDa2wWajFpadLZt7H622HHzbnRMih5+sJlhopKsyTAPiadyRl/IHOaTOl3
uRQ1eh7IuxdxTqcM5H5AYISgUsG2fT+cajdtpeGoQkgG5cYbW4/wtPikpRP/
VaCHB6M8powrFsWtsm2idqK+kOz3SlYGKA9ZE3RsQFjinLTpn7jNQi9wskhJ
ukZXtyS1eZKZe2Xt0fm58gGwbHWPBmU2nKTvbKrDJXGyVb9BjcJ0Nr40r8nE
sfqbXp6uHD1mYXzPFsa5WuEo4jaRLfRYUlZynhCN0PUvA1tYgBHzqfQKaQO3
xMVboxxMGI4UYfJILuo96+fAKyNaa6KMu6sAOGQndlky6X70Xvm812HeLgw/
909MVaCExmrnRNNrYTlhRPRJ/eeCh8R0obxno+vTy94KMfq5mLORlSLXpWxw
Kr7ENr72w/Ztc07/L/w+fpu3W43ggByWUh3/Z9GZCt5d9ACruA3z52hjc0gp
WXqOGY1NVhTNG8JvQnhv/Pe/+G+3XawX0GCeu2uYsjz82TRsiGpGETz9p+Wy
+HJaUzxQO7elTXRfh4qQKCo3cT03fEf0s29i+rduCInAahCJVu81E2fuPcUS
x/0On+f/CEOPHxtu/apsN0ho4PHGHzf+dBJMZ8MvOPJ8My7DU+LW3cnsjKzA
fT/DiRMEceEJ6jfKzPTnaOqHM3Tr+GWw4Zl4mncEu/W5dwx59Ml37Zb7PpxO
sJTCy4EUbf2Q3nA6OuWTXzs94+8RE+3s8HV3vuXY7r/1PfrU02Q1/MnJXmWg
wPG3fFdwkbc9/m91cr/hpiIN8+KhmYbE6Lxp+y9ej5GV/7YZyDYOBtqLbhcP
t6xu5P+dH5WbD3XEp9nPn3jYbWpht2lP10zVXfl4cuL9Yh1HW0hDnOMJcA/Y
WaQOmhsEP7g36pjKGh+wq4RqolxJSbvG/GMsWignS/xgAb1K1lSfibKHpdce
amRdQa75alV+8AAN1xbgWivNytujTOhMuNHM+V9SgBcRfYspLp0hEHhh2GsX
2ilEgFjQDTHQd+Jtt9hW07h/W5DbVQ+mSZDEIYnCb45b3wrI9zjHU4gmSVS8
YUQCA7uN330eU16hdRqd4GVcUhZaJSZBWv1w4wysSun2HjU0E9g8MhTCDdja
4/oj9t3dXxNor2g10KdR6HG9orJsUf4h745Y6Qc9RKW4dtgarjzSGpUR8Zb/
4K5fnaSTDgPXMX4kEDSNBOZ51vw5ETjgGK2i9FWyRyZdsqyOGV1IVUU9ZBTh
BHh+HA9pYHuqlDyB4jhmfsMuhrSBMa+lmUIQERczIJdlLX+E+r9zLEofHi9f
qq30QPM4JlCWzU9FbS0ENA0fReQYdk+nXLA0R7IFbfCfxNUaeqVW/uzdj8Td
KGumpam5vh2kvJuiXUg3Eze79eO0J1rkUKu7KcRmUq9zEZD/IqeQ3qOpkopY
+5DgGapEUdffWhxp82lfovRb9SvEqfAkAK+9037y6iU3+eIwqHl7hWw27hoI
UpXTMf0wQrPOLxqbs9ykWszQhz//nJvimtpvp5vYOJ36BR8/noLklqnclmom
L93AEhnHD9SRhRuny2CNTuP3icr6iFBZcZ0jq+Qhm0Q13uUBPDw0I06FqNL6
GgE47PlAn3Emc0UwpxR87YBMchxfLe3jpb4jPDNpPp0xqIp7ZGQv08MTQZG5
FxD/LbTQg7asR5+kdeiBQxlUhK6oI2UkdLWIMUXtiyLaVMGIWztcUTNzhFw/
xGSLodY7MI5PjjR8Hgong7QmHxLV8KOiX0JHkA8+vYHamCGEbbNBYZTF6kjg
TtJ+UhMeNqehWKfOtaxQgokb0vE459cFBz/4wzz1rHZDI7VJMdbXaOsEsH2b
TLMllZOt0SuZeRFSzWo1pWdNuV5wNbb5QmzLKa1Qb6mxtQORGBGCDCSWlK95
WmtpPa+gEyDENO6e8Cgav403i0ukEho8OjcBVi30euQVT81IUTrV3hpD8hLF
zSGHOQvdiJPwE7rSXHNyfJCV4a4c5wI1ZBA6LoZt4G2FJ8mrdASRon0otCeP
Pv/rX/7rk894ahlRcmrZShipyrNULKUGfqIToF1tpAcm0lOo+5QHPn6a0Wmg
V2pN/t/9oqL8f/c9MQWXo0wAEtxust9+xs9pwKPi9HtwpGCZBvLzAnFrM77F
8r4qNoWGsG81UW1C7/J3QO0s+UXfr/FWCI0V1OcKsbrJ4AQL/AjE0ww24JwJ
pkWZK4JWjRoukvkNHn6uN8ACwdLtubXz2nFYWt6L7s30tR2SFGVer5UUA7R+
8/1WWGpK7SrVFc5BL22ZQ5J8J829Y9jOYSOF7y4vX2YPvxM1tcwuZaiXfVvU
azpwHBdeMEH9KRrDWycDbIn6umylVxp/nLa7EVJOSX10lpmEChud+DmUTROj
QNZxv3rAHZwbM0zp4ExMAOn9dWeCdx/8CxmuMCe6HWa9rG2NY1Uu69qJpwO5
E38aAxfWsXghcbz0Jto4CXM2PDre3Xa2rfNl/CkR2ac2ByuKRTcj45wUTrGf
0bk7+9+W+c3ZNmd9dLYsaBI54jzt6nL7+Il8Jk7qs1cvErCEaKDRlTFrmtze
pt5vhHhKS0B500wlcTK+9wd22fGIabDIYIgdeP7hRrFNA2MyAFHa30X62g5A
Ia4wEm9/5oPJEgMW0ttRS5G9Sq54/l44T8XMucq3cnRYI18x7a0JybzyBB8r
tr6o6zziSEkOIoC2fnSTkfDM2zelxNGw/P9zSRJ4k/bpDWh3GlelBXg4Vkji
icU1ZqaI7oehgqPl3XzTIakDNpbIKxwAnAAsh2VK61mWfS0EXNK3lglF3cpa
WSe0A69KKsB9pDOPikXZlDJiVZhEzkzCBYWoh3F+w4WXhXUupS5N9OSgUJeE
X2LGHWttpN853Pt3hvWjI5D9/MkvcLROxlriJhZGm6/6aVn0q+mSdk/kVBn0
gb0qoyZaSH+kvI+hsDZkMjEZ6vP6+8t3cCJ29LW1epkWgcpTIBauZViZtV2i
A7GWhtaIlJXrUtZe3xH3dTOcXEjOd4IuloCaaEF5cxgtl+jaeENvAT6TIsKX
ZAOKwddsMoCZaLN7w6VZtMTo/ZyT8NxB4qf+idmfXXS0A2AtcGCWwCbGvXC1
MYX4sG4urxAiVbZscZtFuKh9+vI5nb98Wy6ZpphOfLvbQliHd0pGVaUhOlYb
PhjBNi06i1AzXJdEt9SgcLZtaQIdass40bDZ75Ahwaanb50ouCkCOZrwiKKQ
o/IjmDe+jNg+RmjlnerwoqlIhrhA0xbS95FSr1zvKnYXFY3hrMtR+wB02fNg
nRa2Rl/pvcCUT6wxpykHmZ/MFax++9j+KhaS9m7sQsRgIpATk0jgEAoOiLZP
rmzWIwcxjSjDLevJXDYwMyqU4+9F5cvtgSsXsbzOowL2MI7o2Nr5Pop3xcef
6SJ/weEfCM3bc5UPD/M0kJ2/NKY0ZnKAuF6MNI9cWWOf8TiPsdKgsAwga6GF
EkUta85H1YDLlRD+uF6MGrlb+DKJnkk0jeSRIgbY9i4VriYdrjOUWoi98qOr
piV83mA8MkKHxsHv5Ja8W6D++i76vYWPj9oIg10glh/IQ4E76tFtkw2wCJ0z
EnNFRENbKPXqUQU4EkMuQp2MVZeFfjDO6ZirZkA7hYlUUAsJk7gLp0mkNUS/
FX5pMTp5/9ykuIqDyPSUBVt6lDXQdw7MM0u+yHvH7Zfj4fnb4yzabtx0CZI9
nGMy3YYddtgBBEITxXRl7QgcTl5E4UT0c+gGQNPzOzP5Dz3b+/MndiCmWHft
bt1NSe+wIz7V5nh84FzJSl2Qm095urKImXsTX3M8nPuhLdDOi2PdV5I2EjKP
gpvrFLDCoUNJYC8VitgzlcVEo3CCN2fTCe+TFNJVuVXe/Pk+AiyNt5dS81Il
QyCBuCytraFm85irqXMjJDxwEqGhOOy12yhGE1DFUkORoSuzYFel8/EWzcsL
oQYeWXRw95hkQaErUOKRAmb3hp605Wbvfh6MkskxS9XeKEc1WxgaLIc2ETQE
OqTKA/QuwjYmPBVlghuAU48Uv1kJargml03lj9hCB9LbN9VHTMrPP8sD7Z5w
vV93GjqS9XExtRhMzDyC2Vu0+21vhamJCcqW2rU4V8H6cjRvyCGCZ8PiMAcL
2bc7QTyLRc+7juGhjnMPyOTbpEUcYwarB2t3JCe6skow+DhodaOUj15RcYc7
aBXRIcAuvBmRzFfcoqA0EZ8boFmLni3VLhactwp7Teaxqx2o5GfZG7FWJg5t
T02WiAJMuyhxxxqvhlIDZtFICjrYk2o206YdMXlUwLudYxLI2WaEQ3gfuZms
gZpNjvo72xyqmjjeWss52NVesxzyDIZJPxVfKh6msORHJ9dGAOwonxv1d/lM
qjhFa901De1a7CWOv6mJGBUB6Csje1nsdufqlQA7nw3DfA8qpFS7eMKd1ouv
QpUd6BeXA5VyB4brYZyUu59hFoEvDuVg5JYlneHky+/KlWNvxQa+4XUjYRnx
sMmieX9S3zmHINnbD56kiBwnruPxEzOsE4nslCayCOH3+gk0QEykyiwjYg15
Of1fhHxbnFjXJpK3GjX3NWMwS/uwAwZN4dPyVsGKIMMDM0AwOGieBebaTlpN
b6Xz+tEC5nvswWOZ4fttwmhr4RSynMRx4a7s4JXnIzNq6UM4H48mTdyu9zew
/tV0tYQAzUHJrO2c9pMa0AUNrmQM9NHyjzsUT+L8SuvhHT0drJbcnosrerRT
n6tZ3WHIoEnVhpoJ9Il1ZYVLajNFMKGoYJVLs/AJzL4C6066odz7OBUHp2mM
TQnHA3NpZ0QaqYpFOjgveTgxTlYZpLDWTIycHN7PxYp1kgc23W+LPN3GYGHK
3RwXhooDJScDBTkKXfKbh5Wk6fkTgKQ2LtBkRehIxSEqL3P0j+/IBamE8D9i
dxHtliitwZk7CoL9/W2QS3YsfoU9GDsZxprpEZPwvIFNdsgYMpH61SS3bUYv
7Iy0S9EgzeAc/HbSafJ/DACnBXiKIZ9SWpUrtoZJds/K5qwubrqzVT4v83o6
b3M+J2U97aZFt33yeLplMsJiie+f7pvdlB421dBoN2XEXkHX5mXLv2fY5dQo
W6aRUTv9bPV48R+L4otl/sVTQHfc+flRC7zg7tDKLwbDXRSL2XqzQwIKQ338
2ePPp589PsOINvvplYRjrpobGU5nazRd8BcVUxf8LrGnHBsgm+TZPvYYhE6Q
o85ayYLjeYi6K2sgNYSN3nUJEwtO6As6Z4mIcINkfk/MsI8DuQy2224LTYFL
6zlaMwZVeUzKgrTD3Fmc8xOHCCWmHkAUWRf1AxWhsWMxUu2TBoO7Ovpq34Za
9i91Wqi82pS1VZqTHIwqz/hXOuszUAjlmoQEpJc7VSdHbCLR7i5HEI8liDnL
ZgNOvV4MTquy4kIiiFvq7mfasvdLTpBqmvNHq0pM9z6JpLr8gCStGOdnzEvT
nXFWTwr4z+QSUyGPPz+jfz7+fLFfVMUj2tbFdjefPnr8299OF/S66R93NefY
E/ADkuKl9YuJ91DH5gicctACS09LEcHztsmXC25QQ146GF3ogz/78NlnCOhv
JE/wOl88a5r3YePNi3yB0mYJCsBS198JTYlHzsm+b7SP7QWfFOigY469dSu8
Rl8cTfxb/9GhfUh2QK4V3BLd0i0ZJ5iRAx8ClWTVxVmNV1rM2wUNhJ8bDkNg
abMwvtZcuqiZeHob4hO6InWl2Z2Iqujuts/N/RWmgS6iBzm0JOe+l80asJTB
nYwWt0VED42KAynvWVWkenwIhycqwRmCrWtXM/F/WyIuGaAHvh9LJVNA7tYb
F0Q4CPHJtbcoGwy6IcxsUQwdtx6OCkbvmzKwCnBtezbLvrTKtglobNPSuJGC
uyjpx3GGa629Lus4x5gyQYQUbxqpgZMMQF2Yns7rAwaOeYR+RZfmotoGBJMY
azPX5pprGoyIu8F6AJZs03LJQiAcCBHjgXsoeI8hOTbL3mxBJcBBa03j8fE7
9J7I41n1mouNjSmLnyERIzuFHxYyZIz5iLeLmduouO/RBrW8JjG7Vu6kdQuh
cy8LTkMIB3ploLqPqWuA5GOLLDfXXD1K0Al1gS6FiVC5WAOUcAPSD/vj0YOs
FJZpjgl+Y/yoMU/Qc0vdlI3QcPVIlFHwxOGkKuqjZ3d8ISyxJOkNGdUVYLKc
l3RZKxG1nP1amsOEu24sExg8CIjowAQU5d18y6o14C9A4MLsu4TsB6AH0QjR
tNDe2ja1QqFGnjEo9UkygZKWVqL77AHCvvDfH9izlAL3kKOBm2daajVgZwu/
rxySd5XSIlVjzr2G9lkDw3NhuRSPLX5+9InqPMfOlH/1wSt5VdlCKTk+Bn9Y
fd+7il1CC7PRZ6lrpjPBrhkepQ6fVmhGcgw9ADy1GAiBE1zFEZD5GHlUwo9h
2/juzToRds/BUR8CCSwiZSxbKrgDhnyM8umWo51aCj5rY7LSY3s0HRq/0Fm4
72kcWATNSjVSfRAj+T1aOqdeYB7qDezFPrvP3pG01qKAiarrOFRusWM+zuOe
J8gtAvDA06cBepCzKpryS8CCFiDfKk/uhgjw96ecRsLGa2WXs7gGvXRU7e8V
R21iJ8Q0VDcaF7bLTN4VPhtmcra7qnDX2gLNsJxjspajwn6U7iSNPEcqycik
dBtjhwzcS+lH5EGkcX55BgsWlWfVJPEkfYyO33aYjj+0gg1zUwYcdkCgjH0I
ZwEi+FbYRveyfo8iYVDAmG4s+KaGT9ERC0ekI2/GM/T4oDBFCLMEKVIX66pc
I7YecXYcWRTsyzQ8qTsnEKxhDCP7XSgvhrOthY21ykxxb7Wx4cjBUidBif1Q
kpLADAftoG49VdGxcm6YCH4zsE9NoN1jfwoqp0a6dydWot0VujTpvAkmS0EJ
BsZ3KqBBPVZcxX3EsrorbXuHcRkF8RIz7tenk0+HkH+yXRhzoL3H+IuOlHN1
ZseMDGo/sJAOrWFy/kDLNMA0htCDDMB1Bbu9tOdRCDuRNL9gburVTvgy4amz
EcTkmFF2ZZiJsED7puwYPGw0dUA6cuBFZYSbLQhVLfaQaqDLQ30aCfOFVKK1
3Edib0WVbDQgkiZHwapI90pP07Z7je8lgTUU2/hxDrtQK4nvV+h6a2XWAIBg
crNuhgcpKi4dsA/ds3brSKGWQx9ndlJsLFtpkxZXZimM1KqYtcl49GnIvKgs
Vqzm4Kkoz457uSbIJXc0RWDtFREvWZuQNY6Q2xB6R7kX75FUZ2Mommqu+5Xo
mh6k+NnYD4jsMGklrqU5JtM+FTkDiod8HegdRlCDSbIvgf/uZAHKD1a4LCMK
87BJSGc1z4/YXXaBkDsdoHcln/TLfNPtaLyXXL7Hf5BK1gHnJSmVZdOGUNAI
QVkHqtv9CPIXHYJJLixDW+i4ppm7iYQgjDnKG1Al8BSJYShcXDgx6yb3ZtAD
IlnhFas174mq9amMPTBn/p7dR3E50BqhkurjiIa1rIdQAhdGOjGIQKTGQRzw
Cw4LykK9rkaLokbrzCPjIoTogmHGWGxeY1dqmNGo+jyuNW9II5QeMlcYxLKA
U7osaBHaUIfJM3kY67PgY6eUY5vSaWcjwIuUbN6zRDMFDCYbNF82W497pksq
xVzdrvWCvtFlT/pDS8stSA3AEotfto+PMZrEbClpXUSo8FtvO6uPTIohjjKa
5DEjM6wiadqZ8pgIS7Wng9dAzbUjNNSTEQ5qrYhjw3BdNXMQH2oVngGHAo82
Kehazy9bmPDrnC86Mj34UBeYRy2iQ1BBS7djkmmEeNGnkVvBd9YdJVfFwzbr
qNHXMc5HtzDDBngCq6bxqgSgW73KMfBwN+2QG1O2jbZfEVJwa2OarPrdeJsI
y/UruMBT0u67Q/dDlvDAy4Zvd/aILOWjV9JAu9VBW2JVkDBKiN3+rXgjki0w
JgHYaKanHeE3P6CCHzCe0yokb8CuOipFUhSZXhhK6FNpkpKkDyRV2Umgctdy
U/WtDGgiBOxawB6SDvlIxS7tsxO0KmIKPR61cWYXnbMYGhHtz5/c0M6dlt2U
E+t8x0eVTQedFPBX37bDJgqBHLzeR4YszgULT1Cq2DYZ6RCQNAiITPwuSmQ1
+PLdxsOjVsDpKzzLXrFMay1gNvai6Ngag6snVCpyQZqty43hBpEqjqhgEgH8
BZ2tzsAVGi1NUKwyo8PeKF2Kr+J21y6x6wG9aec0tkazjOmfpgTsUzdAprTO
UvOmFwLW/fHjYPcwWJZXdcC2eh4JYR6W4I+s7tIAWePFINrXr4pKJwfyQAq+
yFQTFx+WY1YLL2lwscIjEneUh3NYFHuEU0geHUG/vJpVcabpc1HEAtxg7jl9
hGgt44AGsZK4S0AxqNluFWgeI1tk+ycsv6r8+Nm2+TQKrsmM29M3htmL9hCd
K4MSbvW3kOW2uAzAz9tlFWpIyja4XpNI57fWasYQXwYNSzkTvLXMwKO3/e5Z
BUPqSjmQA/gq3k0BJibV707tISsTCHQdqWAfqVFTbdbtfBSeH9SJCkJPxFdw
O40hukuEMwlDHbYdEESerFjWxzPgO9evn/oFU5YdU5GLRffxI/O6c7wMnqNk
KfRMG60GJONIY4yQf0BBp59aZcyujX0fe9S5x2Nnl/8CR5nx9rCdk60WPzO6
UoXK/kBZhBK785OT6XEivvvwUZxErOZHK4N/Ie8SPfPOmh0Snfcr1cHjbiGv
fPgrg2tHnxpTVTpB1D0SrnjkERciXolxv4HuPrlEqNA0BfjuSVXIqQVCiqks
cGKNofnkEyZuKNd19mXSDYDE0cEJMazSNG0c8PHjZCQjuEAgzZCyTLlRSOI2
NHEzr0U6SK1d6HHHiCBqh+51oJvG7jh4sZx97OuXGlhO3m+9avUEa6VpCIf4
+Y+7+WjTczBH5Qddw8dKHVoFdsvxcOk5Ig4TnBMnR+E+RHLdObomZg2NSHpY
OsbpB22xLFbW9/3nnw+Mw4/3G5hqKR4WMgZ3aJuD8R3TOL9quOhbadxYMV/W
SutEkCLnXgTwAM1j4wXSSNGREgan01+lj7G0tgO9cYFoL9Ux80T6FszNXu1n
2uKwsD4fHbru3qBNxYobGNvZisMloNc3myTdpk6xFANwRve/s2jWTBqKNrzS
RCshqp/YLxcCryprAxhtj7sYm+ZaHWoS3wKrESb5v+HwrUO0VbvIJ3TeR+pv
PV3sK1g3B/a/6d83LUBtw8YFXfkh7g/GDj0JmUez7HLb9LQ1XiZi6uQxezBi
HokdSaa9YFlPnszIj3HErDfekMp9r+hYdydPZ4wjGW8PdPI5Y2lQulWiVSpd
/1v6FaOje/Q6Z0+BxPgtojS2mtxGuUlNJ3Sx8XZP8fTnA19GIbvS/STd92rJ
hc1yfmTWThR1N2xgBWRCEB5Hj7Payxg980L0RkfqvT7S0H5i9mIToDshwqDK
QkVvbuZWdHz4wgsAWRHKd8xg7DbL89i7RIuqG5pUdPwRn3AjJXh8Yvfikyck
hhzOU0avuLIYTs4V5t/qvEMqwjjYLCgxi79duFwR1nIxr8HhQQbEE6Ws5MSE
oFFCrr4WZRhxSkqdlBTMOy43LtdVol3luk0rpAOjhCdurM2TJ4k0Bic5gc6a
FyGAQE67O1+idybgWRbfVrNL813LtEJN7eKbMeMlWsOE+Q6hXnB/gVRApGLI
SYZuUZw4t18rx2roLgUvdbujw7ywwUdvMrqkOJHAs4j1iTMHgrIJ5kHaJbZX
F9LWd2A4DY60tvYTzOHrYNA8CwbNpRs0ypAQcP6NgqZF1cociq+9V3atyotI
eNKxyQ0CBcx/oFvW+F8087rJIUeOnbHADx2PJQS/bwISc17UZE30KUGO9Xq6
VSIcCqpjUvzkrdf66XzQdo53s90wUjhpUoNPiQdqlaNp4mlL9Y+ZELJtKjUn
SLBpvS4L5QCnD6Xbz7Q03FYJ+YDrvOuruLFZRH4N67Uoll3CrxrNoH+6EgPp
IqKliBC5adLomoT9NvvrX/5VKrRXdMN6V/z1L/9NniPIFpJU/AlFN+idFzNR
LJjwpq29BlXurIs1okv27hS34mE8Mmc6cZlTvFH6ei9BcJotRk9zfh9yQs8u
AphgspFzS16R1R7FU9isaC9YO3R8AZr8dZ3UWXZFzD/rtUKVQt/MuEHxRyda
oMdK75VbId8YRasOM8lkY/GyvI9+xW+yhrd8x03ZXSGwaXineCchIw2vA7EF
78rdyIgRjEQkaVnI3WcWh4ufYpQEMq+Z/lB/EMerHa5+aNIkiV0eHGpHUtIH
i/EAu7LZiPiPzj8wtMn+VN2a9JfSMUlO03LOnGzdyVOiPvC1XHxMloZgsVlI
xp4fan/7AxfB0akuE+wue1/cBJGXwpD6SRPECNIlIVE6ar5ufMzoU+hX7KnZ
b0RGbhlU3cLiS+0D+uTTEaF3p33KQaCTk2MU8K22EUYvRXE0Yl7zGKwhQN+k
RzCegS2uQd6kOpruQY2DBJ0VJ2zc4axUxe8+uy7ncYB/+F7lmXkY5SW1z7Mx
uuBjtYTl1DPjrqKVJkhPAlNianrRWQdMsHxf0fRkP7AR94wf8/D7H56dhnnF
ju8k45i03+UJ7DGf2LZQUGfboOy9MNNIm1J6xT5YOtEsCUG3mQ6qYvTvuZNs
t4Wgv7VNWKFJrFAnbQMO6isQTBjqfFBXvs4e2qYXYcgGcBn4nuQLeamtoDvJ
8mmU7PR2I8dPZdIAsUf3VI59mVIsa80Kje5sRay3hXaR1VyHMexLUkfL7nyv
A/zQ3EwXTddHTIK66eO+iFZ7G0oVPJhhKclbEgfxOU3dQziNJynkz6HScQhM
I8uhVcLhc8i3/XQQ35TbzpXd34v/rUW3tAxRqsHlsEQ5z9IXCCYc8f8k13Zo
K9l5ovEkMLBzhsMOx63jUkScIq4NzJheSs8bZ1A9P7g0hv5zJjPQHIRu7SEe
tVThPEK+ekovHamAiV9/99u9fkpuU1rfUPdwyxSegJ1/Hxz6OMkQTtUkyxMM
WaTB7o+4xjEWlJeQD6Q5C40RelI4dgfE6IM/nt9dqr4dlKoHP+AW8tlD6dhD
OooeEinHuzMWa1JQxO8NODOeyoNdyL7KLULKoUYQgaHC+fA5mHENph4RiCNS
YRgXuk8QyIc4zJ1VzXptOBp6oUY0OPYGzNp59kjDrflR1w1Yu7ZcrzlGKvvg
sd2U9CgQNZF0DTp8ZGlkF/TLu6k/nObIdeghejRwVQr7kG96Jo4f4MP1ecH5
xbGETgjW99LiSzz9NqNaIWLdP8n29TOFwPY6F3ihqSR9k+0Pweyxh3rBxVRz
CADeSAAB3bLbSs+C0FJmnGFxMAfAb+x65vOi0kIHHZ9Msas+sYvigiR7Bn9W
9E28wMljTaPVedyqN/JcYWy/4DAjj09KS3XKdOjnclCMuwMHX2UKJ8ni7kWh
gZRKA36mPY2DFJUsbI8idUvSas8U2D14FXbtTR5tW7Kb5Hazj5Jww8HkRn+1
+beBwVMLGZYGVYLxtCCoVYCrLoHNiLccX8YjXFSMWSlqQaM3Kp6sQKYrAGM7
olovZPIxUWnNTSyNpZLptoKLwCOJOPy2BT2xpLd1qs0kHBNXg5g1g40R3oxt
JpIu5Nng0nd8Kfs2fLUiMwD2iadGQj/CGoUZOBqEUTmkFnG7I4eBR4DgJL3y
EoE5Do5xEkiCGWbhO68MUxktteD3ezsqiKBhjFLXum4LDeNqb4SeYZUvn0uI
VdpAIyIJaqGKNDtfjdngIxhTCFtyIhXlZPOUXPqyykshdd4URcQN6R60RZfz
fnAOh7IqGBV56IyMXjRR5EXkLH1GwnGsNZ8YPegTMAdgU2DCXLDLBvz1+NKy
pGfDIAB2Ywz+8SRARI7IGDyeEvoRuk+Vndlv4F8qOQawq0MfOQm0SNGrskay
iI0/2uDFZedj74djd8s4pKw5QbOP9i0bKPCpYjMDvfVu3bKYmJ4ZRbWlcnNs
lSWiaTn+7yKnaIxzXVefNDo4OOJg+TFe1gmrcjjkdjHC6u8SL8p3GSI9Isci
GthhZMhocFktppVR3PyMAR68IHQkuDvOXAMGslzsQhl/zVIiqUglKE7syann
U3jvtLvFYVQ7YRhrOmuXp/3/BCNoAXyp65f4Y4j2JL4ePtasKVOGsZgc6wM/
6CoOkfnck5q+CBZ/SdKnVqFHe7qNmkscglcN3HXgGYf0aRyqPFh6mH6bNBmE
7TACkZjw1Kf4wiio//T0iG4JhiypV6+FPdzN55bQ8AzGz5/IyKY2go82N2bb
hc7uSVLKzM8wbVKqlYiDI23BDlJjNsXabxSCUHHvuUElI4RkUCjPIw0OwhPe
occ6mtoxCx2dTGXTk4QcSsFrYmA7OVp6VOLFvru9Je8nfM9hlPO6LG40XdFy
PDQ0YIysrZy7mIkn92a+2nXS5084E17GviBUYnRW6XfM6WAJPIWcDEkBtWzS
YFuBlYtmzIl23UMf/v00aXFz6JpqFV/ep/PJUp6J5MAbqqB33SzQ6qIRJDzC
aIMbGh19isJbOWHB1ZGPHkuTrdOwfTpFCsKSBFlEQOHql87ziuRQCU40CJQp
V1GZQJFPMmihMuY12YOubpqfigeoU5ToO7aUNFpQAy5fFTrEUD6WSyqSdFnB
a3sae92pBJwF7ZXuVmtt5nt0YHyo8+X+UT7nY6ObaCB2zCS7TUKM5Tl//iTI
qlhShOSgjqkTPBveHYk3iwre5bM6QGzv58bMbmYRNqCcTxuM1hrBUKld8fye
iQ/e/lVuAXfNa4A8TTdnc/jChxd01VI7ahqqxxMsGInh4UYyiyKqrb+DMvHe
KCQ27lwzO4VFCOHgYUInlXX+4Wy7665SIuMmEKRfCi0qv/IbjfzrRj9A8wtS
E+oE2/zfjaQTNXc/MYc8TVWF+EKgOvZH/Q+ShKI2beG5RrEg65Qntr8Rkq4D
c2HkCHBwdGttH7BaZgxtB4l0FqMbHGemHXzDOzpHruWKbpUP6+JxSCWn6FiX
bOz4jmXMxWyLeP0S+M+PF2X7NWOMAp0fmZ5XuzkaTdBEbppmSpv8zK47ZfUd
QGJsbcaZ2QeXZtC94qzdg8BjDDEoowVVjiUGubasMQoxi3ugSH1csng6c6Jx
Y97pC4AqYW0621jcBy7pEV123Q5eU1kzQkkdQduPDjHyFFvE9E8ytjt8baFV
ZZystrCZ98ViVwHjFuDejvPStpHWRb1jARa5C4IDAu62qFmku9mm8vMAKRh2
k3fyE09rL0gKoc2UjBBHuHQTplCBEZwoIlTySJvKpADH65WltBEukRgO6OcR
F8qFpC4ns8LsaeMiwzJK/WE3LAvgPCNHDjhFk2VTUnJM9rbMvoIX9da8qPNb
H81fgCGuSvBrs1GjM+yzHyGhLZUJOEQp+BFpGYjecVDUahAc9CDXEFoUZJCx
dE2lDQusK2ayvZC82tf0UKkQypd/RLtNDlLEqAPbalaFTAuv2e7hAQexS+qD
gM2hE1NEzXOEC+ZtWayEiFxmvhNOFFKeEgrRb96BQdOy6+a3RoWKaD8d+rJC
zcz3qfHEzmkUQes0apADcT08W7rtNZ7QZTuuQmKugXB0xeWU/gRpObT3y+oj
MkGmFwjUkqGWm11IsjDWqhgxOfyhtZQm8tb7UnrVTi+QjpIq6OwF2K0ltMd2
wIF0EFOK/rltUO+jHW930ZENre+urSm0LOkkW2qlL+jWE2Q8hz60f8OQsrW0
3EIZgSZDc1sY54r4QRN6X0pQSuer//v/RCFVyUPuZbk4towEllczl9JilI3T
Sgmlexcfg5ZwAunhEdGcxbvQjQ2FqbkENbNHSO6uBToyaLc2wfE4mHBH8U1U
C8fYyKlXCUkoHgt7sWSbixSQ5G8uw4E7Z0Ljw3OZqCLIbTKWqmUXzudwVN3B
afcaSKlgmiZgpO4wbHS49S34ykfJePq0o0s0koKMsMo4d665RSrD+4STi7eS
br5zmgmei1fJKTyPrTa2+GL7VXfNg4s67o6BHjNsiKpQ8Q0o4avZg1N902sh
R4hf9oOM3pjwNbTH0iFtGfXgIrV3/R2+fyT1gD22b3YzZjFevOd/kgCnU8Pm
Nk9TGM03DCyKx/I9GWcsOSQ5IkwwobPa9tbxBMkDoI0pMxlJwGxoiYFbscj3
9TwmqQtw/QW5ViRmlBMzSum3lSJzqwV6DEd/LeQEelR+dLJ4ila0fRa1miKT
u0l4H+6qJxmxw4LmTZJyfATQjxikv1yexQoiYObZl40E3lsTeNqOXAiP4WLk
Kk144AJORmLIRaR5EnAFT04+/fQ73cLFp5+eR665rlSiE8c6OwoLWNMWYxIw
YlhSPQ3egWA+eHjEdwynBjDZzaaA65tiMMv+1GfktWmFL0PP3pOT18ougCnB
x1fi/LoSsRJQ99XRW6bkjuD68XrF+BzhQPjD4n7Bpi0CzTrzjm7EoKkzIc7r
xS1FPiwgGPhVpwM+9cgW9dCtKq9wdFxRJJ08fI6G/a/ftQydPDl5M6d7rnWW
MBtyYWcXjk6SfmCwa7hx8qm32Ax9rg8mjaEHHR8kQQjphwp8Nn1xtyNbo4vR
NaN7d+J3FN4HbsGI1lWTzEXQvTYlb0O30JMTtVJ0IgS/K1l3qF3+5SCpDwF6
FtRwosU5zyQzu/RqYPHkDTsRtakTqn3wOwxm6ys1Fd0qUEo+m19JEmzZQhEr
Ss/bkvbLXJp3wH7ZgDdJ+P1WY828476MPkHfGLv3SyF83jOxQV7tfyqi6M4x
yjgumMmlQYFZb0MGHdDQR02duEFdaX3ZHQ7eApI5aEXAbaaXjvE9nLgvlVIz
0AVMNIgZOjdmQlk1IrfE7ObGewbPiyy3F2iKDv070iJhkkXFRkofZTMRWm0P
utXDQLFElKYm1aHyxXiRdKVXS/vkxJSlSoqAnkqKNrEhO1a8OhcijRrOozIC
PTJ1u9Mj2gC3w0bmjl9qzEwkHPxTUxeOkqFv21Toq3QR7dkysYG49SeHpfvY
kLUkCpe75AoyFPC+4v9vC+eOs1ZogvTnT26NEh5FLo8hhQUeJh7Gzs1LDlIL
01ICiPGKKQlQV8YAOBI3PtLjKTualuV+0Tty12Uz/mgIHYEHMRE+naWop8my
R/8JsgYYVdSdMaUh3PCpI5v3XGBrRhz9gVeymzar6dzOeDR9Vsm7PzsVDhvV
TGiSpGUgVgomllIRUuoO0RtQYB7EgBHV1LyuFuVMjie+ig1p+etiDGqv0e/C
Vs3iRQmyyOWgteESMIjzbufg5LAOK5M4mgusloSmDJpus6KTwQgxFjbPi3wl
CPYWAZErNRJCy9bAdr1J0yW2n+NEEBuvxo2tEQsvVkTzkoikxOLCHhQW+fjf
GRG+5VSOpnEP8Ig/XvbFlmaaYRbSSOV+7VMGPVOeTDt/zpQlEOMd0CFl25Rs
7yFBSwvyknd+DSgU7wL2BhWiJ70pDvdXXAqpbGA47ZJPZ4T7dYF22DuwaoWW
3XG3JE2mREkPXTP0tyIlUVagr3LTO0ATZHOxmDC2Hks8AnRuSYKI6025P2I4
pVw85LXkLT4bXSjfZ4xl056YGovwBZRqGeQ9uA1JHr1gL8dEeV+SXF7U5lux
gqT7CxUQg/thCDTa8ApdiKVrkSUBeIaKa3WvRmO1LN7XB0c9QhHJ3N8Ga3Hd
JOmhvBY9fl0g/gvChB0Ze3R4cw83BUZcnUAkDns5q7S8Dzg4kT1D0mhktcI0
/K/sP/zI9t6/zB6ggZQTURymosUmjhhBAYJEoZltHakDiNKDvbQiNuRaskMc
6pA2rWPZNLH9I0UcLVa3jxurdUaLFDJX48CONqp58BYdymWaJozZVGeZvOIw
9WEQz05WpFylECFFpagjmxTPaYFTXApS9gdLCVNVzII5iZ1iaTA42gx0viqU
n10Bk3eQNY5zUlKzfR1zhuvT7/UJInS4PUKfOoXqRqEsQePoRqkJYA/QakE9
grsf8U6cJwXxRmhfyS9bERSH2pXHWE4As/aVrZTVeH81BJnIns/djD1gB7gr
byvYGSfPOwtz6VVXoVDEmmi60lMMU7yUkq8yVyTwLVrdlYwctVlTrsqf0942
zfaKTZrX4E9AoWlcQV8N+omIVNvk7XvJLVd0r+WgVWpIDKVEA4arIj6rvVXZ
Q6Dm3pNLU7kcGQdlbHTqm2HXDu0LIoULnNMB0JFXWBM68I4V5BRzUwOVv0Nb
+A79xK0DC2d58/cCIpBAW9hyfK0AGI1k0UDgnkKPG4UeHAmFPtE2CAXVlT02
fD2fEpTwaN/0g9x5NCVCciYER2Ae8zQ8HeQNC3pDNRx0PJFnCaZPrKer3L42
rtdXBF6g50gl1MsY0Rq1HLdOSSOgAjljh2arGWrHvYOEozFqNINdlqLUuIiQ
7/tN56qZznXBMANAa6MbWTwxWr+4tqjqoMGKt5GPOqcn2mFksY9iLUN094hp
32jvecHeiX28TGRELCJi8zgmfZNI2THvoRFXD/OdANSfFXtun9NB4DC1Aa+n
brVk3aTcXOPO610JJChaNAfwGJuoEQ85H6yJElkIykfn1KMkXlau+d2LpdRF
sg73aRSHuuCIk6baaA+CgHchiR5cK0RiQYcVXMFUm/MgbOwr72U3kqwa7lJ0
U81v/IwsGwnZasaFiWHN262aTsuE1FQT/1i6FPVW+Bhx9iviwdYohMxAgQH0
F4m55+G7TAOKpYi1AOk/H0JN8UhkxKx0TTTSKfra1ko/LaoovilKMdQ7maEh
uspd3hjDaySvK80+SBbtMgEFaR2XhhHOD0+LogVkGArs4S4JfCbHQEYttylH
D8gQJgvIoxD+i0JCLKe9nAPBSxvFLB2th0JsdazHiz1cW3Ox2UF6cF1CCk+Q
d2iarXLDaZYoYcVlWS2NQHv0WPJFxpYs1hxKa03MMwlX+CSm1YK5Egq2+rQQ
n6mO4R7L2Usre/2AMlFx00GgDNLEB9Z1ysgUnQQJoSWFUhND8WvwoC52tJsr
Posce2mFB2WSaZy6rW2Y5OfmtYY2OS2aMOGEc7pmq7GW5APMMm75CkHQcJW6
EalCVvGikaRZkqQ2pWEpM92HKCnZVbWS6XqnDPM0BPtO6xlysUUISSbryPmr
GmsXKNG/jVNrJLZJr2PkQEwO+s8KtWdjbQsT8hBBvSkcCpoKHHSl4EWGNFEj
djcrdYBcY/s6jThhtW4DV4eGlByq5B50PNNu8lk/XXQOoJEtvV2utYyySkMr
Q6kP4OeWw1zrlZ4gS/MMDjFJECSk398Xe1kTg6aYd8I0lLQml2wIy0QsQ6zT
8LrLIjAQy4fwRG0ZpaOYcnbZBUkSOSYRnkvGv2rIqmNVNQj9RnjLAI4Qg+ZA
DFrRrjEsbLB50rEL2gNGs8QjmveFdnjVlre59bScZS8DZUFOurSLOmirP0EP
kK6X5aA/5yr2BVm/bYZp4849UwklQlyByd2LfpCfnbL+yFiUcAKnQVXHwLdI
eFp8bLrQvKqqFnWBveuzZFIQNkF9g2X8A7pwJL/BrFz1WvZHQnkO87IH+5X1
YVb5IwBs24GRdaj07F5BoZ6/jrNSz8wtZIFzR7CwYwfzdFgzHpnLxvenn7Mg
WWTVAjLOCJugsXEr2vHyPVBBbyNdwSsAmjYynINiZF+OZ+dw4kvpZDimODhy
nMLa3XzyTNpNACqXd0LIHeZ/iFfXkGzM5KqcjnE9kJC/HdA+ZkeqgzZC3C+6
NVYMAwpGvjOkBBks84K+er3PHj579eLUI/+sHG+K9pBw0rvS+e9Vg0Rs//EH
hTIoSALvaQKiZuCCbhlNmrFUeghwt8S9r1Agbvq997anXARoPsUYC6x2RNTk
hboF7plLp2vt7txsA266UVoeSVdK2KLsIyqrLuI8RVosNAXTg8oPAVQbEoX7
5A4VY7EBDYhlUWljvb740gPUIlAlWGHVI+pdwBTw1pzWoVlBLNLBIUIVuu70
b9NeGc/QDXJfNTmiQfzj09lnkgJRXrrRtcHUbFlqPPmCJrjnonpGhCvvTNKe
4RZwdNgmjx4HGDieJ8n5uPBCcnUdJ0h98zpeQwA2kMQmOXQx/u7l9PnMsfBT
41mapnEvmius1MvjVJx+BAG5Zy2WmLn9kIlzCHOtsx9fVMu25IY9yK6E5EpB
q1v3szJftMiuPP7s8ZOzR0+ePEbaZJLOA8jAp88Ltse4+pl8kexS1ZDOp7UP
Y2KI8fVDm0TtLl0GUDBHabRDim2LWALomeFt8jltE90iXfb488//gy4bp1CA
Nojzi+bj8PG8AVUoR5lpmgwN1l/tQv6Wi4x2SsOQkN2+DQ0feAiD1nji3hTm
6D6ePc2+/uan7OXl64yDiGm/KpLqi2LbW2jVO9GxHwK784dy+lVJ95RM7sF2
Jhm6tcpGOZE3JdOqdp6zMs5iCfbCx06wAnXDnrUw8q25SiJuTG/FBFJMonpe
IWieSe6kWSC7853OwY6lBBtGdVGR97TdGq7FJgc6Suof4l/pLR0LpwX6nHXR
lr5Wcn7Z03ZtMBI2pYDC0hWQCYBIcWZ9ZEalhSpT9HH3cNU4haZ9FvvR1uvx
YLE61whfozWWtzdSVgq2N3ZVGTrVqwQM8+usc7PQk9r7oiM8fTOVYbHRJvD5
qii2+iMvGrq/sw0ErGRo5V62gyMWGO5UPDD8iCaB9Z1vQk9whzFiL9GWKoW4
7CsJ/2zQMNe7ewnLXKKtbcbeXE7ZAQeG33QfxFE3JEh39J83dIeDawEnnb3+
qgggGt2a0sKaoza1tbs4FOphOUUE2nOVW9tA4od2hwhs/GEa/eHjR2ZX8dAd
c324LTGNOiUh5qUN6/r9Vj3vVqsZOFgl/ekSC8a2knKOwDZEwX4o9T3M0blx
WEZ3/QZtFVG8wlmnl6vwJwtndtG7PcKoXTki1LU0RgSScdED6LOCgkkxh3UD
D6awevuUwTIu7xil2BwvqzN6FldjZHUJl7uFp8o6okYaroNPvzeJD2BBS93q
KlhGyh88nHqrcEvYWGvurkbbYn3VK+E5F6zsDLeiHZy6XTHsXASMiMKFSjT+
haDulcviSsGELJenTPJgxU8xDUBst1QmmEmA6kePdGXBeCT8JHMmAmyz2dWC
EOS2JUrLYxk+KTXzik8TwcpvPBk9aJogQq1xEYnWiY1/YtxFomYE0sc5X0uq
606OPRDzIiKBzqaszHZnuxRJ/ApUqWtPOrKfK8BL80gCz6o3eRLs9hzzyPg7
ozkFMls1LaloLSsIxfs9q3numxVqB8RI55HGBpg2qhkKmpOT74dkm+OTeihE
XGyPtmINQVNzG5Ku7u7Nc8C7rHccbBlzWLbIeuWxxjFpadtgkg0IMjfNPO58
rlAo4Ymco0iHE5ok17FjX0coesQRg85C/GgcWc7Wh0fyPyC86opNib+3ko0R
DcJPVym6M2SbqiIZEMQXK6LRLa9OVbzhTbxgt8e1SqIzCkeSxH0HWGzayXAi
D0zQlsGfvMKYFC+uGdtpR8reILTBxO4TGFfWWP1UIIgdLX7jEIMG35I08KAi
5aAyh/7L39+W0BHGIJwOx8C711bZ20gFG1cYucEjIY+6CZWdrVmy3AiZkR79
1Dm3Eg95Ja37xCRGcy/lz2C3WxN08ek15Krn1UZqirxeSMpOaK/yoOviJgLm
tFZ/QD/B5hX6A1p27CpB+LC9QFMpYB/JhQmPFoDGVgAYF+vqdJGeYn3vVQWl
iRjAbJOAO1Clxhx4eBhmY4Q+QjyV6Imi012cBHK4jW1vlEWTQdngqMwSRzik
u13tpvaruCASMpHDqH0CBDeVdB1iRSDnOGDGRy1QuCs+8AMzXzH8oRUZxy0Y
mMyWkcj7l807c6cmXtq+aCWNgoBhJLlyP9amrP14SzbPNLQR9QwjWrcrAm3l
h2sDZHbJwSPOQQKv7zPTBZxFQDcBhgdJYy2lrwzKz7LYWIwnkS+ipzs1zGlT
L7QmGpM6SfwgWPJJ3EHjqVq0uSzNjAx2vW8PM+NH9xJir4o8YRiKd9iL+hu6
qyd7lObayxVi7zXHC7sRl9eCCnS8OZYbNof0p6Xzut16dNzInG+JJS6uym0n
fey2CCFwKt1Ouvgw4mJFC9VUy/TdE4tGZ/bzYHcGyFqrdd4wk+Iz9DxtR837
rK7zuEp6YoONl5XcOOUYl4Sg9RkIvj+kQtxMJZFfbDIDcWAbc5ViKoOrFCBh
OiV7tN1hSc6205vbNqX0xcCiRmuqZJiTQRd4CShFps4tyxdZQZyQYrvpGV9Y
vrnE9FzUy5ZDECETExtsnpYaDQQrGniSOSmPCexYStVxM6u4oxqHOHkck+RT
aNmDcpMQlNpfbiwmwlIiFLx9Am9tQoofpnO3XeYIrdpHg5MKTY82Jc2tz5Eg
AdageI4Hp4LDAsliTBeR621KKkvda/t+73eK5KHamGlmjHzTaoeAF0Mjks6k
EbJCB2LlvMHMmaJYj22KvM8HkivB9Vs3s6F6dAXiJ9TLE1CKFWSecIa76xoZ
4UnDuDhErjGYEH/hNUXwC9PB6T07lxLaCh3WbF/ohyVGny2nR78XTQ6cCuCI
Efw4vA3PVPGS7LlhAYwlXcWgCPcPl5i1P4en0KoL6/cQMVV6GEKfntmMY6kc
Rz2N53Ug9BK3hMafuCOapjP5LEaeRl7zVDEPnxNZCZ4el9Nz5YACw3sZjIOH
l5SMWTH6ycnboE+lFHnDBnfs+iIxp0YtXgQTE9tyINxY43P0kAtaBk6YNlDs
YE6N7jVhetjHWjHidYrmQFAf7IUqOG1DpgW2SiGV6BYHE66HSCGYxdvt5gyn
AQPL0J7AWL67eD0b9x85Vr/rDRUTWhsiKtq3u/Vaguhmm0XGZ+igHj7RDNJg
ghoLS6I+X9zb1kXJD/BhfSLnxByLbbjEcOe8X9dJwGyGCr5RcyoKx0fwwRCQ
0ezebVmuZMiyoxdVs1vqolVN8363jYNmiPBJsaeVhxgCFuvLG7yizxZU+QAW
WMItQ4vB+HsjthiDEDFxBilCMNYzkGLHLC1ooTfcAGFqgJOCnQ05rSasXK/U
5wPr1RBrtfNqO3M6Gt60mj1hpOQOHDjdIMzFJqhNHMvGKj1F9rVXxc4KOUkL
Sy0FhLPtwXjSE9reXxNxC2UsHoXIb4sgCHhXwgYeIzCfZOANeNArOhFjBAjq
7syyV9ERiEcLJH5Y+WLgyCfTiEr/JDwO3gNRMirzAfeKjKWmTs6XN/BLdc2K
/sNWycj0DWhZFW/K4GSaLRJuICduIbWibI5C3HNhYEchMAcw2D+ZquEefZwm
HwMR3lHZYjQNQYCpz2pen/tvOJLW8GEoVtxhZfkzbzmLCohcYKoQYMjbo009
T05+8NbV1qh+znMfAUWCYTra9HTYt7pvtnwyBr2uj/akvkc77z5tV/3WHvHo
gPYVsFsOg4Rn6ZC1jsHb58R2/ZBLUqnP8Ho0nSgHzTdn8Sgej1JL3jmSYVme
acQI+WUdgiJVLSmHo8TQnjQGuFpLYJ27P36leNQxe9IANKn+zdFX9YGlLgGy
jJJfnglc/Vr4Y/J2Y/DOeCKfDPvZxPjQo9PpuAhFTN+vucaggifqsTFWrxaP
8ul59h1KBbQcBGt1j+FZSu/w5oOl6ULboQQKmJZtae+mCKMdKuru9SWf37Nc
9+i3mQR1YDVL1VAqBRycrkr4iAGns3PlOf+0pTacEn2kSfAn2cuLby8Oepan
HeOYfKhu5EqlSyJxOJ1O4bnyQy4WHGytiuVaKNF/Phf0e7H8nx8glfng48nJ
awZ1sYJ/L9JzVRRLKBlEgp8hnfeqWF6XdT4hSdC2TPZYzumH1+SA50WVfUfi
raVpJiv5BZkrtAU491TRFV9ewZAgm+Ir+lpyTha5HEY6ZOQvZd/QtDaL9/I7
NTKVwpBWvPigaP4vm3ZOm4PJXoq+n9DmosPLbAy0RfSBL67z7Ou84lABeeE/
KByQ02Mabct9LmT3+KJCAylGKxHMmtT7mpHC9CVk5HXygXn2hubOuiaQQn+3
a70wGAVYZCrRINtC/JznxZw+oakKZB5QDGn9f7SnZKDviRZ4dvL/AAXLfKFa
cgEA

-->

</rfc>
