This repository contains my Bachelor's thesis on the security analysis of the Tradfri smart home system as well as its appendix. The thesis focuses on analyzing the security of the Tradfri system using both static and dynamic analysis techniques.
Bachelors-thesis_Kelke-van-Lessen.pdf
: Contains the thesis itselfMobSF-report_Home-smart_1-19-2.pdf
: MobSF static analysis reportlocal-traffic_packet-trace.eth
: Recorded local areal networkmitmproxy-flows
: mitmproxy capture files
-
Introduction
-
Technical Background
- Security
- JavaScript Object Notation
- Networking
- Attack types
- Phone rooting
-
Methodology
- Installation
- Network Setup
- Software
-
Security Analysis
- Static Analysis
- Dynamic Analysis
- External Traffic
- Local Traffic
This Bachelor's thesis aims to conduct a comprehensive security analysis of IKEA's smart home system: Tradfri. The thesis explores both the technical background and various attack types relevant to smart home security. The analysis is carried out by using both static and dynamic analysis techniques to evaluate the system's vulnerabilities and potential security risks.
The technical background section covers key concepts related to security, including symmetric and asymmetric cryptography, certificates, and certificate pinning. It also explains relevant technical networking terms such as local area networks, Ethernet, ZigBee, various security protocols like CoAP, HTTP, TLS, and DTLS, and attack types such as reverse engineering, man-in-the-middle attacks, and network sniffing.
The methodology section outlines the installation process, network setup, and software used for the security analysis. The security analysis itself is divided into static and dynamic analysis. The static analysis phase goes into detail in examining the system's code and configurations to identify potential vulnerabilities. The dynamic analysis phase focuses on observing the system's behavior during operation and what local traffic as well as external traffic is generated by a users interaction with the system.
The findings of this research will contribute to a better understanding of the security aspects of the Tradfri smart home system, helping readers make informed decisions regarding its deployment, pot. The results will shed light on potential security flaws and how these can be mitigated.
The findings of this research will contribute to a better understanding of the technical details of the Tradfri smart home system, helping readers make informed decisions on its deployment. The results will shed light on potential security flaws and propose an improvement in the key-exchange process, which would mitigate them.