Flipper Zero

Last updated
Flipper Zero
Flipper Zero.jpg
Flipper Zero running Sub-GHz radio scanning mode
Release dateAugust 2020
Operating system FreeRTOS
CPU STMicroelectronics STM32WB55
Memory
  • 256 KB RAM
  • 1024 KB Flash
Removable storage Micro SD (up to 256 GB)
Display
  • Monochrome LCD
  • 1.4-inch, 128 × 64 pixels
Connectivity
Dimensions100 x 40 x 25 mm
Mass104 grams

The Flipper Zero is a portable multi-functional device developed for interaction with access control systems. [1] The device is able to read, copy, and emulate RFID and NFC tags, radio remotes, iButton, and digital access keys, along with a GPIO interface. [2] It was first announced in August 2020 through the Kickstarter crowdfunding campaign, which raised $4.8 million. [3] The first devices were delivered to backers 18 months after completion of the crowdfunding campaign. The device's user interface embodies a pixel-art dolphin virtual pet. The interaction with the virtual pet is the device's core game mechanic. The usage of the device's functions defines the appearance and emotions of the pet. [4]

Contents

In the built-in game, the main mechanism to "upgrade" the dolphin is to use the various hacking tools. While harmless uses (like as a remote control for a television, or carbon dioxide sensor) exist, some of the built-in tools have potential criminal uses, including RFID skimming, Bluetooth spamming (spamming a Bluetooth connection, crashing a person's phone), and emulation of RFID chips such as those found in identification badges, using the built-in radio cloner to open garage doors, unlocking cars, and functioning as a wireless BadUSB. The device has been removed for sale from Amazon.com. [5]

Origin

The device was developed by Alex Kulagin and Pavel Zhovner in 2019. [6] They started raising funds on Kickstarter. [6]

Overview

Flipper Zero is designed for interaction with various types of access control systems, radio protocols, RFID, near-field communication (NFC), and infrared signals. [7] [8] To operate the device, a computer or a smartphone is not required; it can be controlled via a 5-position D-pad and a separate back button. Flipper Zero has a monochrome orange backlight LCD screen with a resolution of 128x64 pixels. For connection with external modules, the device has general-purpose input/output (GPIO) pinholes on the top side. User data and firmware updates are stored on a Micro SD card. Some actions, such as firmware or user data update, require a connection to a computer or a smartphone with the developer's software installed.

In July 2023, an app store was opened for the device. [9]

Technical specification

The electronic schematics [10] and firmware [11] of the Flipper Zero project are open sourced under the GNU General Public License. At the same time, the device does not fit into the open-source hardware category because the printed circuit boards are not open-sourced, which does not allow enthusiasts to make their own copies of the device without knowledge of electrical engineering.

Hardware

Flipper Zero main board Flipper Zero main board 2 side.png
Flipper Zero main board

Flipper Zero is based on a dual-core ARM architecture STM32WB55 microcontroller, which has 256 KB of RAM and 1 MB of Flash storage. The first core is a 64 MHz Cortex-M4 which runs the main firmware. The second core is a 32 MHz Cortex-M0 which runs STMicroelectronics proprietary firmware that implements the Bluetooth Low Energy protocol. For radio transmitting and receiving in the 300–900 MHz radio frequency range, a Texas Instruments CC1101 [12] chip is used, which supports amplitude-shift keying (ASK) and frequency-shift keying (FSK) modulations. Unlike software-defined radio, the CC1101 chip cannot capture raw radio signals. This limitation requires the user to pre-configure the modulation parameters before receiving a radio signal, otherwise the signal will be received incorrectly.

Hardware expansion

In February 2024 a video game module was released for the Flipper Zero by its makers. [13] The device allows the Flipper to be used as a game controller or connected to a TV and is based around the Raspberry Pi Pico. [13]

Firmware

Flipper Zero Firmware Architecture Flipper Zero Firmware Architecture.png
Flipper Zero Firmware Architecture

The Flipper Zero firmware is based on the FreeRTOS operating system, with its own software abstraction over the hardware layer. The firmware is mostly written in the C programming language, with occasional use of C++ in third-party modules. The system uses multitasking in combination with an event-driven architecture to organize the interaction of applications and services executed in a single address space and communicating through a system of queues and events. The system can be executed from both random-access memory (RAM) and read-only memory (ROM). Execution from RAM is used to deliver over-the-air (OTA) firmware updates.

The firmware consists of the following components:

User and system data is stored in built-in flash memory, which is based on the LittleFS library. Interaction with the file system on the SD card is implemented using the FatFs library.

The build system is based on the SCons tool with additional tooling written in Python. For compilation, the system uses its own open toolchain based on GNU Compiler Collection.

Applications

Sub-GHz

Flipper Zero has a built-in module that can read, store, and emulate remote controls, allowing it to receive and send radio frequencies between 300 and 928 MHz. These switches, radio locks, wireless doorbells, remote controls, barriers, gates, smart lighting, and other devices can all be operated with these controls. Using Sub-GHz Flipper Zero can also receive and decode the data from many weather stations. [14]

125 kHz RFID

Flipper Zero is compatible with low-frequency (LF) radio frequency identification (RFID), which is used in supply chain tracking systems, animal chips, and access control systems. LF RFID cards typically don't offer high levels of security, in contrast to NFC cards. Numerous form factors of this technology are available, including plastic cards, key fobs, tags, wristbands, and animal microchips. A low-frequency RFID module in the Flipper Zero can read, save, simulate, and write LF RFID cards. [15]

NFC

NFC technology, which is used in smart cards for access control and cards, and digital business cards, is compatible with Flipper Zero. The 13.56 MHz NFC module has the ability to imitate, read, and store these cards. An NFC card is a transponder with a unique identification (UID), and rewritable memory for data storage. When placed close to a reader, NFC cards transmit the needed data. [16]

Infrared

Flipper Zero can read and transmit signals that use infrared light (IR) such as TVs, air conditioners, or audio devices. It can learn and save infrared remote controls or use its own Universal remotes. [17]

GPIO and Modules

Flipper Zero explores hardware, flash firmware, debugging, and fuzz. It is able to function as a USB converter for UART, SPI, or I2C. The built-in GPIO pins connect to hardware, operate by buttons, send out code, and display messages on the LCD screen. [18]

iButton

The Flipper Zero has an iButton connector to allow it to read and emulate iButton contact keys. [19]

BadUSB

BadUSB devices have the ability to alter system settings, unlock backdoors, recover data, launch reverse shells, and do any other physical access-based actions. Flipper Zero can function as a BadUSB and, when connected to an insecure computing device, acts as a keyboard-like Human interface device (HID). Commands (the payload) are injected and executed using DuckyScript (the macro scripting language developed as part of the 'USB Rubber Ducky' BadUSB project). [20] [21]

U2F (Universal 2nd Factor)

Authenticator

HID controllers

Flipper Zero can replace certain HID (human interface device) controllers. This allows it to interact with your phone or computer. It can remotely control media players, computer keyboards or mouse, presentations, and more. [23]

Bans, seizure, police bulletin and other incidents

U.S. Customs seizure and release

In late 2022, U.S. Customs and Border Protection seized a shipment of 15,000 devices, but they were eventually released. [24]

Amazon ban

On 7 April 2023, Amazon banned sales of the Flipper Zero via their site for being a "card skimming device". [5] Only WiFi development boards, screen protectors and cases are still available from the site after the ban. [5]

Brazil seizures

In 2023 people in Brazil who ordered Flipper Zeros reported that their orders had been seized by Anatel. [25] According to the Electronic Frontier Foundation, Anatel has flagged the devices as being a tool for criminal purposes, making the certification process complicated. [25] Users have tried getting their devices certified, but to no avail. [25] The EFF has said that the seizures would limit the ability of Brazilian cybersecurity researchers to conduct research, as they have legitimate uses for the device. [25]

Police bulletin on Flipper Zero

In August 2023, The Daily Dot published an article on a bulletin for police officers published by the South Dakota Fusion Centre. [24] The document suggested that extremists might use the device to bypass access control systems controls, particularly on power stations. [24] The bulletin admitted there was no concrete evidence of plans by said extremists to use the device, though interest had been expressed on online forums. [24]

Flipper CEO Pavel Zhovner was shown a copy of the bulletin and said that the Flipper Zero had been deliberately designed to not affect modern access control systems. [24] He also pointed out that the bulletin itself said that gates at power stations were not inherently vulnerable to the device but that older gates might be. [24]

Gatwick seizure

On 27 September 2023 a security staff member at Gatwick Airport confiscated a Flipper Zero from Vitor Domingos due to security concerns. [26] The device was then handed over to Sussex Police. [26]

Midwest FurFest Bluetooth Low Energy attack

In September 2023 the ability to launch Bluetooth Low Energy spam attacks with a Flipper Zero was demonstrated by a security researcher known as 'Techryptic'. [27] A custom Flipper Zero firmware was developed shortly afterward that could launch spam attacks against Android devices and Microsoft Windows computers. [27] An Android app to launch BLE attacks was developed shortly afterwards. [27]

At the 2023 Midwest FurFest attendees reported severe disruption of Square payment readers and an insulin pump controller crashed due to the BLE spam. [27] A researcher known as Remy said to Bleeping Computer  :"For BTLE enabled medical equipment, at minimum a disruption results in a degraded quality of life for those affected," adding "Some conditions may not be life threatening to have disruptions. Others may not be so lucky." [27]

As a result, a Python script was developed by the Wall of Flippers project for Linux and Windows to detect BLE spam attacks coming from Flipper and Android devices. [27] [28]

Potential Canadian Ban

In February 2024, Innovation, Science, and Economic Development Canada announced that they had the intention of banning the Flipper Zero and other devices that could be used to clone wireless signals for remote entry in response to a significant increase in auto thefts. [29]

On 20 March 2024, ISED announced that it would ban the use of the Flipper for illegal acts, but not ban it outright. [30]

See also

Related Research Articles

<span class="mw-page-title-main">Device driver</span> Software interface to attached devices

In the context of an operating system, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton. A driver provides a software interface to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know precise details about the hardware being used.

<span class="mw-page-title-main">Motherboard</span> Main printed circuit board used for a computing device

A motherboard is the main printed circuit board (PCB) in general-purpose computers and other expandable systems. It holds and allows communication between many of the crucial electronic components of a system, such as the central processing unit (CPU) and memory, and provides connectors for other peripherals. Unlike a backplane, a motherboard usually contains significant sub-systems, such as the central processor, the chipset's input/output and memory controllers, interface connectors, and other components integrated for general use.

<span class="mw-page-title-main">Firmware</span> Low-level computer software

In computing, firmware is software that provides low-level control of computing device hardware. For a relatively simple device, firmware may perform all control, monitoring and data manipulation functionality. For a more complex device, firmware may provide relatively low-level control as well as hardware abstraction services to higher-level software such as an operating system.

<span class="mw-page-title-main">Single-board computer</span> Computer whose components are on a single printed circuit board

A single-board computer (SBC) is a complete computer built on a single circuit board, with microprocessor(s), memory, input/output (I/O) and other features required of a functional computer. Single-board computers are commonly made as demonstration or development systems, for educational systems, or for use as embedded computer controllers. Many types of home computers or portable computers integrate all their functions onto a single printed circuit board.

<span class="mw-page-title-main">Security token</span> Device used to access electronically restricted resource

A security token is a peripheral device used to gain access to an electronically restricted resource. The token is used in addition to, or in place of, a password. Examples of security tokens include wireless key cards used to open locked doors, a banking token used as a digital authenticator for signing in to online banking, or signing transactions such as wire transfers.

<span class="mw-page-title-main">QEMU</span> Free virtualization and emulation software

QEMU is a free and open-source emulator that uses dynamic binary translation to emulate the processor of a computer. It provides a variety of hardware and device models for the machine, enabling it to run different guest operating systems. QEMU can be used in conjunction with Kernel-based Virtual Machine (KVM) to execute virtual machines at near-native speeds. Additionally, QEMU supports the emulation of user-level processes, allowing applications compiled for one processor architecture to run on another.

<span class="mw-page-title-main">Lego Mindstorms NXT</span> Programmable robotics kit

Lego Mindstorms NXT is a programmable robotics kit released by Lego on August 2, 2006. It replaced the Robotics Invention System, the first-generation Lego Mindstorms kit. The base kit ships in two versions: the retail version and the education base set. It comes with the NXT-G programming software or the optional LabVIEW for Lego Mindstorms. A variety of unofficial languages exist, such as NXC, NBC, leJOS NXJ, and RobotC. A second-generation set, Lego Mindstorms NXT 2.0, was released on August 1, 2009, with a color sensor and other upgrades. The third-generation EV3 was released in September 2013.

Various accessories for the PlayStation 3 video game console have been produced by Sony and third-party companies. These include controllers, audio and video input devices like microphones, video cameras, and cables for better sound and picture quality.

The IBM Remote Supervisor Adapter is a full-length ISA or PCI adapter produced by the IBM corporation.

A Bluetooth stack is software that is an implementation of the Bluetooth protocol stack.

<span class="mw-page-title-main">Dongle</span> Small piece of computer hardware

A dongle is a small piece of computer hardware that connects to a port on another device to provide it with additional functionality, or enable a pass-through to such a device that adds functionality.

<span class="mw-page-title-main">Raspberry Pi</span> Series of low-cost single-board computers

Raspberry Pi is a series of small single-board computers (SBCs) developed in the United Kingdom. The original Raspberry Pi computer was developed by the Raspberry Pi Foundation in association with Broadcom; since 2012 all Raspberry Pi products have been developed by Raspberry Pi Ltd, which began as a wholly-owned subsidiary of the Foundation.

<span class="mw-page-title-main">Intel Management Engine</span> Autonomous computer subsystem

The Intel Management Engine (ME), also known as the Intel Manageability Engine, is an autonomous subsystem that has been incorporated in virtually all of Intel's processor chipsets since 2008. It is located in the Platform Controller Hub of modern Intel motherboards.

An Embedded Controller (EC) is a microcontroller in computers that handles various system tasks. Now it is usually merged with Super I/O, especially on mobile platforms.

<span class="mw-page-title-main">ESP8266</span> System-on-a-chip microcontroller model with Wi-Fi

The ESP8266 is a low-cost Wi-Fi microcontroller, with built-in TCP/IP networking software, and microcontroller capability, produced by Espressif Systems in Shanghai, China.

<span class="mw-page-title-main">ESP32</span> Low-cost, low-power SoC microcontrollers with Bluetooth and Wi-Fi

ESP32 is a series of low-cost, low-power system-on-chip microcontrollers with integrated Wi-Fi and dual-mode Bluetooth. The ESP32 series employs either a Tensilica Xtensa LX6 microprocessor in both dual-core and single-core variations, an Xtensa LX7 dual-core microprocessor, or a single-core RISC-V microprocessor and includes built-in antenna switches, RF balun, power amplifier, low-noise receive amplifier, filters, and power-management modules. Commonly found either on device specific PCBs or on a range of development boards with GPIO pins and various connectors depending on the model and manufacturer of the board.

<span class="mw-page-title-main">Home Assistant</span> Home automation software

Home Assistant is free and open-source software used for home automation. It serves as an integration platform and smart home hub, allowing users to control smart home devices. The software emphasizes local control and privacy and is designed to be independent of any specific Internet of Things (IoT) ecosystem. Its interface can be accessed through a web-based user interface, by using companion apps for Android and iOS, or by voice commands via a supported virtual assistant, such as Google Assistant, Amazon Alexa, Apple Siri, and Home Assistant's own "Assist" using natural language.

<span class="mw-page-title-main">RP2040</span> ARM-architecture microcontroller by the Raspberry Pi Foundation

RP2040 is a 32-bit dual ARM Cortex-M0+ microcontroller integrated circuit by Raspberry Pi Ltd. In January 2021, it was released as part of the Raspberry Pi Pico board. Its successor is the RP2350 series.

<span class="mw-page-title-main">Proxmark3</span>

Proxmark3 is a multi-purpose hardware tool for radio-frequency identification (RFID) security analysis, research and development. It supports both high frequency and low frequency proximity cards and allows users to read, emulate, fuzz, and brute force the majority of RFID protocols.

The Bluetooth Low Energy denial of service attacks are a series of denial-of-service attacks against mobile phones and iPads via Bluetooth Low Energy that can make it difficult to use them.

References

  1. "Flipper Zero turns hacking into a Tamagotchi-style game". Engadget. Archived from the original on 16 April 2023. Retrieved 15 Mar 2022.
  2. "Meet Flipper, the Tamagotchi You Feed by Hacking Stuff". Vice. 5 January 2021. Archived from the original on 15 May 2023. Retrieved 15 Mar 2022.
  3. "Flipper Zero raising a staggering $4.88 million on a Kickstarter". Hackaday. 2 September 2020. Archived from the original on 5 June 2023. Retrieved 30 June 2022.
  4. Janssen, Gerard (2022). Hackers: over de vrijheidsstrijders van het internet. Amsterdam: Thomas Rap. p. 145. ISBN   9789400408371. OCLC   1259050992. Archived from the original on 2024-02-03. Retrieved 2022-06-30.
  5. 1 2 3 Gatlan, Sergiu (2023-04-07). "Flipper Zero banned by Amazon for being a 'card skimming device'". Bleeping Computer . Archived from the original on 2023-05-17. Retrieved 2023-05-17.
  6. 1 2 Rubio, Isabel (2023-04-11). "Flipper Zero: The 'tamagotchi for hackers' goes viral on TikTok". El País . Archived from the original on 2023-08-21. Retrieved 2023-08-21.
  7. "This Unassuming Little Device Can Hack Your Smart Home". Gizmodo. 10 March 2021. Archived from the original on 1 June 2023. Retrieved 28 May 2022.
  8. "How The Flipper Zero Hacker Multitool Gets Made And Tested". Hackaday. 24 July 2021. Archived from the original on 1 June 2023. Retrieved 30 June 2022.
  9. Edwards, Nathan (2023-07-24). "The Flipper Zero has an app store now". The Verge . Archived from the original on 2023-08-03. Retrieved 2023-08-03.
  10. "Flipper Zero Electronic Schematics". docs.flipperzero.one. Archived from the original on 19 July 2022. Retrieved 30 June 2022.
  11. "Flipper Zero Firmware Source Code". GitHub. Archived from the original on 30 June 2022. Retrieved 30 June 2022.
  12. "CC1101 — Low-power Sub-1 GHz wireless transceiver". ti.com. Archived from the original on 1 July 2022. Retrieved 30 June 2022.
  13. 1 2 Ropek, Lucas (2024-02-13). "Turn Your Flipper Zero Into a Controller With the New Video Game Module". Gizmodo . Retrieved 2024-03-05.
  14. "Sub-GHz – Flipper Zero — Documentation". docs.flipperzero.one. Archived from the original on 2023-04-17. Retrieved 2023-04-17.
  15. "125 kHz RFID – Flipper Zero — Documentation". docs.flipperzero.one. Archived from the original on 2023-04-17. Retrieved 2023-04-17.
  16. "NFC – Flipper Zero — Documentation". docs.flipperzero.one. Archived from the original on 2023-04-17. Retrieved 2023-04-17.
  17. "Infrared – Flipper Zero — Documentation". docs.flipperzero.one. Archived from the original on 2023-04-17. Retrieved 2023-04-17.
  18. "GPIO & Modules – Flipper Zero — Documentation". docs.flipperzero.one. Archived from the original on 2023-04-17. Retrieved 2023-04-17.
  19. Kingsley-Hughes, Adrian (2023-01-03). "Flipper Zero: Geeky toy or serious security tool?". ZDNET . Archived from the original on 2023-11-21. Retrieved 2023-11-21.
  20. "Bad USB – Flipper Zero — Documentation". docs.flipperzero.one. Archived from the original on 2023-04-17. Retrieved 2023-04-17.
  21. Faife, Corin (16 August 2022). "The new USB Rubber Ducky is more dangerous than ever". The Verge. Vox Media. Retrieved 1 April 2024. The beloved hacker tool can now pwn you with its own programming language... It ships with a major upgrade to the DuckyScript programming language, which is used to create the commands that the Rubber Ducky will enter into a target machine.
  22. https://github.com/akopachov/flipper-zero_authenticator
  23. "HID controllers – Flipper Zero — Documentation". docs.flipperzero.one. Archived from the original on 2023-05-01. Retrieved 2023-05-01.
  24. 1 2 3 4 5 6 Thalen, Mikael (2023-08-02). "EXCLUSIVE: Hacking tool Flipper Zero tracked by intelligence agencies, which fear white nationalists may deploy it against power grid". The Daily Dot. Archived from the original on 2023-08-03. Retrieved 2023-08-03.
  25. 1 2 3 4 Toulas, Bill (2023-03-11). "Brazil seizing Flipper Zero shipments to prevent use in crime". Bleeping Computer . Archived from the original on 2023-05-17. Retrieved 2023-05-17.
  26. 1 2 Thalen, Mikael (2023-09-29). "Airport seizes of Flipper Zero from passenger's luggage over security concerns". The Daily Dot. Archived from the original on 2023-09-30. Retrieved 2023-09-30.
  27. 1 2 3 4 5 6 Toulas, Bill (2023-12-23). "'Wall of Flippers' detects Flipper Zero Bluetooth spam attacks". Bleeping Computer . Retrieved 2024-11-02.
  28. "Python Tool Fights Bluetooth Spam Threat". 2023-12-26. Retrieved 2024-11-02.
  29. Canada, Public Safety (8 February 2024). "Federal action on combatting auto theft". www.canada.ca.
  30. Kan, Michael (2024-03-20). "Canada Walks Back Ban of Flipper Zero, Targets 'Illegitimate' Use Cases". PCMag . Retrieved 2024-03-24.