PANTS: Practical Adversarial Network Traffic Samples against ML-powered Networking Classifiers

๐Ÿ“… 2024-09-07
๐Ÿ›๏ธ arXiv.org
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
Evaluating the robustness of machine learningโ€“based network classifiers (MNCs) against high-fidelity adversarial examples remains challenging under semantic sensitivity and non-differentiable component constraints. Method: This paper proposes the first generation framework integrating white-box adversarial attack techniques with Satisfiability Modulo Theories (SMT) solving. It explicitly encodes semantic constraints and protocol structures inherent in network traffic, enabling end-to-end feasible and semantics-preserving adversarial example construction. Results: Experiments show a 70% higher success rate in adversarial example generation compared to Amoeba and a twofold improvement over BAP. After iterative adversarial training, classifier robustness improves by 52.7% without sacrificing original accuracy. This work establishes a verifiable, deployable paradigm for security assessment and hardening of ML-driven network traffic classifiers.

Technology Category

Application Category

๐Ÿ“ Abstract
Multiple network management tasks, from resource allocation to intrusion detection, rely on some form of ML-based network traffic classification (MNC). Despite their potential, MNCs are vulnerable to adversarial inputs, which can lead to outages, poor decision-making, and security violations, among other issues. The goal of this paper is to help network operators assess and enhance the robustness of their MNC against adversarial inputs. The most critical step for this is generating inputs that can fool the MNC while being realizable under various threat models. Compared to other ML models, finding adversarial inputs against MNCs is more challenging due to the existence of non-differentiable components e.g., traffic engineering and the need to constrain inputs to preserve semantics and ensure reliability. These factors prevent the direct use of well-established gradient-based methods developed in adversarial ML (AML). To address these challenges, we introduce PANTS, a practical white-box framework that uniquely integrates AML techniques with Satisfiability Modulo Theories (SMT) solvers to generate adversarial inputs for MNCs. We also embed PANTS into an iterative adversarial training process that enhances the robustness of MNCs against adversarial inputs. PANTS is 70% and 2x more likely in median to find adversarial inputs against target MNCs compared to state-of-the-art baselines, namely Amoeba and BAP. PANTS improves the robustness of the target MNCs by 52.7% (even against attackers outside of what is considered during robustification) without sacrificing their accuracy.
Problem

Research questions and friction points this paper is trying to address.

Machine Learning Networks Classifier (MNC)
Adversarial Data
Resistance Enhancement
Innovation

Methods, ideas, or system contributions that make the work stand out.

Adversarial Machine Learning
SMT Solving Techniques
Enhanced Malware Defense
๐Ÿ”Ž Similar Papers
No similar papers found.