The availability and consistency of online services remain vulnerable due to Distributed Denial of Service (DDoS) attacks.
These attacks are evolving by adopting more complex strategies to evade traditional network security systems.
Despite the effectiveness of machine learning models in detecting DDoS traffic, targeted adversarial attacks can degrade their classification accuracy.
This work proposes a robust detection framework that integrates generative adversarial modelling with advanced machine learning models.
We trained Random Forests, Deep Neural Ensembles, and Transformer-based models using the CICDDoS2019 dataset to establish the frameworks baseline performance.
To enhance the models defensive capacity, we generated synthetic adversarial flows that simulate potential evasion attempts and adversarial traffic using a Wasserstein Generative Adversarial Network with Gradient Penalty (WGAN-GP).
Then, we combined the generated traffic with benign and malicious traffic to construct hybrid datasets to train the models to learn more generalizable decision boundaries.
The experimental results indicate that the proposed methodology significantly enhances detection accuracy and resilience, especially against unseen adversarial traffic.
We also tested the designed framework using real-world generated traffic, which demonstrates its capability in practical settings.