Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Adversarial Defense in Cybersecurity: A Systematic Review of GANs for Threat Detection and Mitigation

Created by
  • Haebom

Author

Tharcisse Ndayipfukamiye, Jianguo Ding, Doreen Sebastian Sarwatt, Adamu Gaston Philipo, Huansheng Ning

Outline

This paper systematically reviews Generative Adversarial Networks (GANs)-based cybersecurity defense technologies from 2021 to August 31, 2025. Using the PRISMA protocol, we searched 829 initial records from five major digital libraries and selected 185 peer-reviewed studies for analysis. We present a four-dimensional taxonomy encompassing defense functions, GAN architecture, cybersecurity domains, and adversarial threat models, highlighting the effectiveness of GAN-based defenses in network intrusion detection, malware analysis, and IoT security. Despite the advancements in WGAN-GP, CGAN, and hybrid GAN models, we highlight challenges that remain, including training instability, lack of standardized benchmarks, high computational costs, and limited explainability. Finally, we present a roadmap that emphasizes hybrid models, integrated evaluation, real-world applications, and LLM-based cyberattack defense.

Takeaways, Limitations

Takeaways:
GANs can improve detection accuracy, robustness, and data usability in various cybersecurity fields, including network intrusion detection, malware analysis, and IoT security.
There have been technological advances in stable training, target synthesis, and improved resilience, including WGAN-GP, CGAN, and hybrid GAN models.
GAN-based defenses show strong potential and could play a significant role in cybersecurity.
Limitations:
The problem of training instability still exists.
The lack of standardized benchmarks makes performance comparison and evaluation difficult.
Its practical application is limited due to its high computational cost.
The explainability of GAN models is limited.
👍