<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Apple on Lukas Panni&#39;s Blog</title>
    <link>https://lukaspanni.de/tags/apple/</link>
    <description>Recent content in Apple on Lukas Panni&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>Lukas Panni</copyright>
    <lastBuildDate>Wed, 14 Feb 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://lukaspanni.de/tags/apple/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Demystifying Apple’s BLE Magic: A Journey into FindMy – Part 3</title>
      <link>https://lukaspanni.de/blog/demystifying-apples-ble-magic-a-journey-into-findmy-continuity-and-airdrop-part-3/</link>
      <pubDate>Wed, 14 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://lukaspanni.de/blog/demystifying-apples-ble-magic-a-journey-into-findmy-continuity-and-airdrop-part-3/</guid>
      <description>&lt;p&gt;Welcome back to our ongoing journey into the fascinating realm of Apple’s BLE-powered services! In our &lt;a href=&#34;https://lukaspanni.de/categories/apple-ble&#34;&gt;previous posts&lt;/a&gt;, we&amp;rsquo;ve explored the &lt;a href=&#34;../demystifying-apples-ble-magic-part-1-the-basics/&#34;&gt;foundational concepts of Bluetooth Low Energy (BLE)&lt;/a&gt; and delved into the &lt;a href=&#34;../demystifying-apples-ble-magic-a-journey-into-findmy-continuity-and-airdrop/&#34;&gt;intricacies of Apple&amp;rsquo;s innovative FindMy service&lt;/a&gt;. Today, we&amp;rsquo;re going to take a closer look at the darker side of FindMy: the potential for abuse by malicious actors. There are three distinct categories of abuse we&amp;rsquo;ll look at today.&lt;/p&gt;&#xA;&#xA;&lt;h2 id=&#34;direct-tracking&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#direct-tracking&#34;&gt;Direct Tracking&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Imagine a scenario where a small tracker discreetly attaches to a person or object - think someone placing an AirTag in your backpack. With Apple devices nearby creating location reports, an attacker could easily track the movement of the individual or item with the high precision FindMy is known for. This abuse-case poses a significant privacy risk, which is &lt;strong&gt;not&lt;/strong&gt; adequately addressed by Apple&amp;rsquo;s Unwanted Tracking Detection feature.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Demystifying Apple’s BLE Magic: A Journey into FindMy - Part 2</title>
      <link>https://lukaspanni.de/blog/demystifying-apples-ble-magic-a-journey-into-findmy-continuity-and-airdrop/</link>
      <pubDate>Sat, 04 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://lukaspanni.de/blog/demystifying-apples-ble-magic-a-journey-into-findmy-continuity-and-airdrop/</guid>
      <description>&lt;h1 id=&#34;findmy-ble-powered-location-tracking&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#findmy-ble-powered-location-tracking&#34;&gt;FindMy: BLE-Powered Location Tracking&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;We already touched on the very basics of Bluetooth Low Energy (BLE) in the &lt;a href=&#34;../demystifying-apples-ble-magic-part-1-the-basics/&#34;&gt;last post&lt;/a&gt;. In this post we&amp;rsquo;ll look deeper into Apple&amp;rsquo;s FindMy - a service which you very likely get into contact every single day without even realizing. Ever wondered how the FindMy App can show you where your other devices or even AirTags are? Get ready to learn how Apple uses hundreds of devices to help track and find lost devices.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Demystifying Apple&#39;s BLE Magic: A Journey into FindMy  - Part 1</title>
      <link>https://lukaspanni.de/blog/demystifying-apples-ble-magic-part-1-the-basics/</link>
      <pubDate>Tue, 10 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://lukaspanni.de/blog/demystifying-apples-ble-magic-part-1-the-basics/</guid>
      <description>&lt;h1 id=&#34;the-basics&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#the-basics&#34;&gt;The Basics&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;Hey there, fellow techies! Get ready to savor the first installment of our deep dive into Apple&amp;rsquo;s Bluetooth Low Energy (BLE) protocol powering the FindMy service. We&amp;rsquo;ll also see some ways in which a mischievous actor could exploit these protocols to gain access to private information or render devices inoperable. But first we have to take a closer look at BLE in general.&lt;/p&gt;&#xA;&#xA;&lt;h2 id=&#34;whats-the-deal-with-bluetooth-low-energy&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#whats-the-deal-with-bluetooth-low-energy&#34;&gt;What&amp;rsquo;s the Deal with Bluetooth Low Energy?&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Alright, let&amp;rsquo;s start with the basics. Bluetooth Low Energy (BLE) is the tech that allows many devices to talk to each other in a power-efficient and seamless way. BLE is actually an addition to the regular Bluetooth standard developed by the Bluetooth Special interest Group, or SIG, and was introduced as an optional part of the specification in version 4.0 from 2010. The current version from February 2023 is version 5.4, while current Apple devices, like the iPhone 15, support up to version 5.3. Compared to regular Bluetooth, which is good for audio streaming or file transfers but uses a lot of energy, BLE has a low datarate in favor of less power usage. Think of devices like the Apple Watch that need to have a long battery life and only get small data transfers like notifications. BLE is perfect for those quick, periodic data exchanges between devices. This is precisely why Apple relies on BLE for a wide range of functions, whether it&amp;rsquo;s monitoring your AirPods&amp;rsquo; battery life through your iPhone or pinpointing the location of a misplaced backpack with the help of an AirTag.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
