NIAIApr 21, 2022

6GAN: IPv6 Multi-Pattern Target Generation via Generative Adversarial Nets with Reinforcement Learning

arXiv:2204.09839v147 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and accurate IPv6 scanning for network researchers, though it appears incremental as it builds on existing target generation methods with new techniques.

The paper tackles the challenge of global IPv6 scanning by introducing 6GAN, a novel architecture that uses Generative Adversarial Nets and reinforcement learning to generate non-aliased active targets with different addressing patterns, achieving a discriminator accuracy of 0.966 and outperforming state-of-the-art algorithms in candidate set quality.

Global IPv6 scanning has always been a challenge for researchers because of the limited network speed and computational power. Target generation algorithms are recently proposed to overcome the problem for Internet assessments by predicting a candidate set to scan. However, IPv6 custom address configuration emerges diverse addressing patterns discouraging algorithmic inference. Widespread IPv6 alias could also mislead the algorithm to discover aliased regions rather than valid host targets. In this paper, we introduce 6GAN, a novel architecture built with Generative Adversarial Net (GAN) and reinforcement learning for multi-pattern target generation. 6GAN forces multiple generators to train with a multi-class discriminator and an alias detector to generate non-aliased active targets with different addressing pattern types. The rewards from the discriminator and the alias detector help supervise the address sequence decision-making process. After adversarial training, 6GAN's generators could keep a strong imitating ability for each pattern and 6GAN's discriminator obtains outstanding pattern discrimination ability with a 0.966 accuracy. Experiments indicate that our work outperformed the state-of-the-art target generation algorithms by reaching a higher-quality candidate set.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes