Flipper Zero

From Wikipedia, the free encyclopedia
Flipper Zero
Flipper Zero running Sub-GHz radio scanning mode
Release dateAugust 2020
Operating systemFreeRTOS
CPUSTMicroelectronics STM32WB55
Memory
  • 256 KB RAM
  • 1024 KB Flash
Removable storageMicro 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 Tamagotchi-like 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]

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[edit]

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

Overview[edit]

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, it is not required to have a computer or a smartphone; 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 developer's software installed.

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

Technical specification[edit]

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[edit]

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[edit]

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[edit]

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:

  • FuriCore – provides an API for interaction with the scheduler and multithreading. FuriCore abstracts and extends the functionality of the FreeRTOS scheduler and adds additional system primitives.
  • FuriHal – provides an API for interaction with hardware.
  • Services and applications – the main functionality of the device. Sub-GHz, Infrared, RFID, NFC, etc are applications for user interaction. Graphical user interface (GUI), command-line interface (CLI), Notification, Storage, etc are additional APIs for applications development.
  • A set of libraries and drivers – covers various communication protocols, device drivers, file system drivers, and developer tools.

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[edit]

Sub-GHz[edit]

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[edit]

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[edit]

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[edit]

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[edit]

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[edit]

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

BadUSB[edit]

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)[edit]

  • use the flipper as a second authentication factor for your Google account and others

Authenticator[edit]

  • use the flipper as a time based authentication code generator (same as authenticator app for mobile)

HID controllers[edit]

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.[22]

  • Keynote: Presentations remote
  • Keyboard: Double as a keyboard for a computer
  • Media: Controls media on a computer, camera remote control for a phone
  • Mouse: Double as a mouse for a computer
  • TikTok Controller: Control TikTok app on a phone
  • Mouse Jiggler: Duplicate mouse movements on a computer to keep computer showing as active at all times
  • PTT : use the flipper as a PTT(push to talk) controller / wireless PTT remote

Bans, seizure and police bulletin[edit]

U.S. Customs seizure and release[edit]

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

Amazon ban[edit]

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[edit]

In 2023 people in Brazil who ordered Flipper Zeros reported that their orders had been seized by Anatel.[24] According to the Electronic Frontier Foundation Anatel has flagged the devices as being a tool for criminal purposes, making the certification process complicated.[24] Users have tried getting their devices certified, but to no avail.[24] 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.[24]

Police bulletin on Flipper Zero[edit]

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

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.[23] 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.[23]

Gatwick seizure[edit]

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

Potential Canadian Ban[edit]

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.[26]

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

See also[edit]

References[edit]

  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.8 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. ^ a b c 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. ^ a b 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. ^ a b 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. ^ "HID controllers – Flipper Zero — Documentation". docs.flipperzero.one. Archived from the original on 2023-05-01. Retrieved 2023-05-01.
  23. ^ a b c d e f 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.
  24. ^ a b c d 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.
  25. ^ a b 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.
  26. ^ Canada, Public Safety (8 February 2024). "Federal action on combatting auto theft". www.canada.ca.
  27. ^ Kan, Michael (2024-03-20). "Canada Walks Back Ban of Flipper Zero, Targets 'Illegitimate' Use Cases". PCMag. Retrieved 2024-03-24.

External links[edit]