CRAIApr 27, 2023

CNN-based IoT Device Identification: A Comparative Study on Payload vs. Fingerprint

arXiv:2304.13894v21 citationsh-index: 5
Originality Synthesis-oriented
AI Analysis

This addresses network security for IoT ecosystems, but it is incremental as it compares existing methods on a known dataset.

This study tackled IoT device identification by comparing a CNN-based payload method to a fingerprinting approach, finding that the payload method achieved comparable accuracy but was about 10x slower.

The proliferation of the Internet of Things (IoT) has introduced a massive influx of devices into the market, bringing with them significant security vulnerabilities. In this diverse ecosystem, robust IoT device identification is a critical preventive measure for network security and vulnerability management. This study proposes a deep learning-based method to identify IoT devices using the Aalto dataset. We employ Convolutional Neural Networks (CNN) to classify devices by converting network packet payloads into pseudo-images. Furthermore, we compare the performance of this payload-based approach against a feature-based fingerprinting method. Our results indicate that while the fingerprint-based method is significantly faster (approximately 10x), the payload-based image classification achieves comparable accuracy, highlighting the trade-offs between computational efficiency and data granularity in IoT security.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes