Don’t Talk Unless I Say So! Securing the Internet of Things With Default-Off Networking
Published in Proceedings of the 3rd ACM/IEEE International Conference on Internet of Things Design and Implementation (IoTDI), April 2018.
Abstract
The Internet of Things (IoT) is changing the way we interact with everyday objects. “Smart” devices will reduce energy use, keep our homes safe, and improve our health. However, as recent attacks have shown, these devices also create tremendous security vulnerabilities in our computing networks. Securing all of these devices is a daunting task. In this paper, we argue that IoT device communications should be default-off and desired network communications must be explicitly enabled. Unlike traditional networked applications or devices like a web browser or PC, IoT applications and devices serve narrowly defined purposes and do not require access to all services in the network. Our proposal, Bark, a policy language and runtime for specifying and enforcing minimal access permissions in IoT networks, exploits this fact. Bark phrases access control policies in terms of natural questions (who, what, where, when, and how) and transforms them into transparently enforceable rules for IoT application protocols. Bark can express detailed rules such as “Let the lights see the luminosity of the bedroom sensor at any time” and “Let a device at my front door, if I approve it, unlock my smart lock for 30 seconds” in a way that is presentable and explainable to users. We implement Bark for Wi-Fi/IP and Bluetooth Low Energy (BLE) networks and evaluate its efficacy on several example applications and attacks.
Paper (3MB)
BibTeX entry
@inproceedings{bark-iotdi18, author = "James Hong and Amit Levy and Laurynas Riliskis and Philip Levis", title = "{Don’t Talk Unless I Say So! Securing the Internet of Things With Default-Off Networking}", booktitle = "{Proceedings of the 3rd ACM/IEEE International Conference on Internet of Things Design and Implementation (IoTDI)}", year = {2018}, month = {April} }





Login