Problem OverviewA Flying Ad-hoc Network (FANET) is a decentralized communication network formed by Unmanned Aerial Vehicles (UAVs). However, it faces significant security challenges due to its decentralized nature and mobility. One of the most critical threats is the Distributed Denial-of-Service (DDoS) attack, which aims to overcome the network by flooding it with malicious actions, disrupting communication, and causing system failures. The primary challenge lies in detecting and mitigating such attacks in real-time, given the dynamic and complex nature of FANETs, where the rapid movement of UAVs complicates monitoring and defending mechanisms. MethodologyA novel detection and prevention model has been proposed to address the issue of DDoS attacks utilizing a hybrid heuristic-based machine learning approach tailored for FANET environments. The model begins by collecting necessary information using benchmark datasets to train and enhance the detection performance. The collected data is used for detecting the DDoS attack using Hybrid Deep Learning (HDL). The HDL model developed by combining Deep Temporal Convolutional Networks (DTCN) and Long Short-Term Memory (LSTM) networks, offers a powerful solution. DTCNs excel at detecting short-term, rapidly changing patterns in network traffic, which is essential for recognizing the instant effects of topology changes in FANETs. At the same time, LSTMs are designed to handle long-term dependencies and can used to the evolving patterns of UAV movement and traffic behavior over time. Here, the hyper-parameters are optimized by proposing the Hybrid of Water Strider and Cuckoo Search (HWSCS). Water Strider optimization (WSA) and Cuckoo Search Optimizer (CSO) are combined in the HWSCS algorithm. This algorithm is a versatile and powerful tool for optimizing multifaceted systems across different fields. Its combination of local and global search abilities allows it to find optimal solutions in complicated environments, making it invaluable for tasks ranging from machine learning to network security and beyond. In network security, HWSCS is effective in optimizing the parameters of intrusion detection systems, particularly in detecting complex cyber threats like DDoS attacks, ensuring more accuracy while reducing false positives. After detecting the DDoS attack, it is prevented from communication by establishing the routing process. This routing process involves rerouting the network traffic away from the affected areas and towards secure servers, effectively isolating the attack and minimizing its impact on the network. Additionally, it allows for greater flexibility and adaptability in responding to evolving threats in realtime. Here, the attack mitigation is accomplished by finding the Optimal Link State Routing (OLSR), estimated by the hybrid HWSCS algorithm. This algorithm determines the most efficient path for redirecting traffic away from the targeted servers, preventing overload, and maintaining network stability. The integration of HWSCS with OLSR not only improves network security but also proves the importance of innovative solutions in protecting malicious activities. Lastly, the model's performance is validated and measured with different metrics. ResultsThe proposed model demonstrated superior performance compared to traditional models. It achieved a recall of 93.87, significantly higher than other approaches like 89.22 for MobileNet, 89.40 for DTCN, 88.44 for LSTM, and 88.35 for DTCN-LSTM. This improved detection accuracy, combined with the effective routing mechanism, ensures better prevention and mitigation of DDoS attacks in FANETs. The results confirm the model's ability to not only detect attacks but also minimize network disruption, providing a robust solution for maintaining secure and stable communication in FANET environments.
Read full abstract