Skip to content

ssysarch/digitus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Digitus

Code for "Fingerprinting IoT Devices Using Latent Physical Side-Channels", to appear in the Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies, 2023.

In this repository, you can compute the features for the baseline test as well as use the features as input to a Random Forest classifier.

Raw IQ Files

Link: folder

There are 5 rounds of data for the baseline test, labeled "day1", "day2", "morning", "noon", and "afternoon". Each round consists of data for six devices: 3 Arduino Unos and 3 STM 32's. We obtain data at two bands: 288MHz and 304MHz. Each file consists of IQ samples. Each run lasts for 40 seconds, with a sampling rate of 500kHz.

feature_extraction

This folder contains the feature extraction code that computes features given a folder of IQ files. The top level script is "fullFeatureExtraction.m", which takes in the filepath to a folder of IQ samples (one of "day1", "day2", etc...) as input and returns a ".csv" file of features.

classifier

This folder contains the feature-based classifier code as well as the ".csv" files containing features for the six devices for the baseline test. By running the cells in this notebook, we return the test accuracy and metrics for the baseline test.

References

[1] Cyclic Spectral Analysis Toolbox: https://www.mathworks.com/matlabcentral/fileexchange/48909-cyclic-spectral-analysis/

About

Code for "Fingerprinting IoT Devices Using Latent Physical Side-Channels"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published