Difference between revisions of "ZigBee Sniffing"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 1: Line 1:
== Summary ==  
== Summary ==  


In this project the communication between a [https://de.wikipedia.org/wiki/Raspberry_Pi Raspberry Pi] with a [https://www.dresden-elektronik.de/raspbee/ Raspbee module] and a [https://www2.meethue.com/de-at/p/hue-white-einzellampe--e27/8718696449578 Philips Hue light bulb] was sniffed with the [https://www.microchip.com/developmenttools/ProductDetails/ATAVRRZUSBSTICK Atmel RZ Raven USB stick]. The Transport Key was obtained and therefore the on/off commands sent from the [https://de.wikipedia.org/wiki/Raspberry_Pi Raspberry Pi] to the light bulb could be decrypted.
In this project the communication between a [https://en.wikipedia.org/wiki/Raspberry_Pi Raspberry Pi] with a [https://www.dresden-elektronik.de/raspbee/ Raspbee module] and a [https://www2.meethue.com/de-at/p/hue-white-einzellampe--e27/8718696449578 Philips Hue light bulb] was sniffed with the [https://www.microchip.com/developmenttools/ProductDetails/ATAVRRZUSBSTICK Atmel RZ Raven USB stick]. The Transport Key was obtained and therefore the on/off commands sent from the [https://en.wikipedia.org/wiki/Raspberry_Pi Raspberry Pi] to the light bulb could be decrypted.


== Requirements ==
== Requirements ==
Line 26: Line 26:
* Sniffed Transport Key
* Sniffed Transport Key
* Decrypted commands
* Decrypted commands
* Detailed [[:File:ZigBeeSniffing.pdf|documentation]] about the [https://de.wikipedia.org/wiki/ZigBee ZigBee protocol] and the conducted project
* Detailed [[:File:ZigBeeSniffing.pdf|documentation]] about the [https://en.wikipedia.org/wiki/Zigbee ZigBee protocol] and the conducted project


== Used Hardware ==
== Used Hardware ==
Line 39: Line 39:
* USB 2.0 cable a-male to b-male
* USB 2.0 cable a-male to b-male
* Windows 10 host
* Windows 10 host
* Kali Linux host
* [https://www.kali.org/downloads/12/ Kali Linux] host
* USB stick with at least 4 gigabyte of memory
* USB stick with at least 4 gigabyte of memory
* USB mouse and keyboard
* USB mouse and keyboard

Revision as of 09:22, 7 March 2019

Summary

In this project the communication between a Raspberry Pi with a Raspbee module and a Philips Hue light bulb was sniffed with the Atmel RZ Raven USB stick. The Transport Key was obtained and therefore the on/off commands sent from the Raspberry Pi to the light bulb could be decrypted.

Requirements

Authors

  • Daniel Tod
  • Luca Strobl
  • Dominik Mayer
  • Jean Castillo

Results

Used Hardware

See the documentation for detailed information of the used hardware such as images and links.

Courses