# Linkbait Active Link Obfuscation to Thwart Link-flooding Attacks for Internet of Things **Repository Path**: cse-crypto/linkbait_-active-link-obfuscation-to-thwart-link-flooding-attacks-for-internet-of-things ## Basic Information - **Project Name**: Linkbait Active Link Obfuscation to Thwart Link-flooding Attacks for Internet of Things - **Description**: The experimental code of TrustCom’20 paper: [Active Link Obfuscation to Thwart Link-flooding Attacks for Internet of Things | IEEE Conference Publication | IEEE Xplore](https://ieeexplore.ieee.org/abs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-04-17 - **Last Updated**: 2023-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linkbait The experimental code of TrustCom’20 paper: [Active Link Obfuscation to Thwart Link-flooding Attacks for Internet of Things | IEEE Conference Publication | IEEE Xplore](https://ieeexplore.ieee.org/abstract/document/9342979). ## Introduction The DDoS attack is a serious threat to Internet of Things (IoT). As a new class of DDoS attack, Link-flooding attack (LFA) disrupts connectivity between legitimate IoT devices and target servers by flooding only a small number of links. In this paper, we propose an active LFA mitigation mechanism, called Linkbait, that is a proactive and preventive defense to throttle LFA for IoT. We propose a link obfuscation algorithm in Linkbait that selectively reroutes probing flows to hide target links from adversaries and mislead them to identify bait links as target links. To block attack traffic and further reduce the impact in IoT, we propose a compromised IoT devices detection algorithm that extracts unique traffic patterns of LFA for IoT and leverages support vector machine (SVM) to identify attack traffic. We evaluate the performance of Linkbait by using both real-world experiments and large-scale simulations. The experimental results demonstrate the effectiveness of Linkbait. ![routing_policy](routing_policy.png) ## Experimental results ![result](result.png) ## Citation If you are using our code for research purpose, please cite our paper. ``` @inproceedings{ding2020active, title={Active link obfuscation to thwart link-flooding attacks for internet of things}, author={Ding, Xuyang and Xiao, Feng and Zhou, Man and Wang, Zhibo}, booktitle={2020 IEEE 19th International Conference on Trust, Security and Privacy in Computing and Communications (TrustCom)}, pages={217--224}, year={2020}, organization={IEEE} } ```