MUD Profiles

Data collected for our paper at IEEE TDSC 2020

The IETF ratified a new standard for Manufacturer Usage Description (MUD), RFC 8520 (available at https://www.rfc-editor.org/info/rfc8520), aimed at reducing attack surfaces of IoT devices on the network.

The MUD standard has received attention from industry and academia due to its enforceable and relatively simple data structure to specify the expected behaviors of IoT devices. This standard specifies a data model, a JSON-formatted file, to describe a set of access control entries representing allowed communications of an IoT device on the network. RFC8520, also, defines in-band mechanisms (e.g., DHCP, LLDP) by which an IoT device can signal to the network supplying (a MUD URL to) the data model that indicates what access and protection the device needs.

We developed a tool, MUDgee (https://github.com/ayyoob/mudgee), that takes a packet-level traffic trace (a PCAP file) of an IoT device as input and automatically generates the MUD profile for it. We have generated the MUD profile for 28 consumer IoT devices we analyzed. In what follows, we make our data and tool publicly available.

Blipcare BP meter

TP Link Camera

MUD Profiles:

Tools

MUDgee

Cite our data

License

SPDX-License-Identifier: MIT-0

Copyright 2021 IoT Traffic Analytics Research Group, School of EE&T, UNSW Sydney.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.