Papers for

cybersecurity product developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Sampling strategies affect accuracy of web security studies

You Get What You Sample: Evaluating Sampling Strategies for Web Security Measurements

Abstract: Web measurement studies rely on domain datasets such as Tranco to quantify the prevalence and impact of security issues at scale, but exhaustively analyzing these datasets is often infeasible because of the cost of advanced analysis techniques, requiring the use of sampling. Despite its widespread use, sampling remains largely guided by convention---most commonly \emph{Top $N$} domain selection---rather than evidence, and its influence on the validity and generalizability of security findings has received little systematic evaluation. Consequently, it remains unclear whether common sampling strategies introduce systematic bias, distort observed vulnerability rates, or limit comparability across studies. In this work, we undertake, to the best of our knowledge, the first comprehensive investigation into how sampling methodologies affect the measurements and the conclusions. Through a comprehensive literature review and large-scale measurements of 500k Tranco and 24.8M Common Crawl hosts, we perform a comparative evaluation of datasets and sampling strategies. We show that, while Top $N$ sampling may be a rational strategy, the researchers have to bear in mind that Top $N$ does not reflect the overall distribution of the web. Instead, probability-based strategies yield stable, unbiased estimates for prevalence and many impact objectives. Hybrid sampling provides no advantages over pure probability sampling, as its deterministic prefix consistently contributes negatively to accuracy. Building on these results, we provide data-backed guidance for future studies, proposing to use an adaptive probability-based sampling strategy that remains effective even when the prevalence of the target issue is unknown.

Thu 10 SeptCryptography and Security
The gist
Web security researchers often study large lists of websites to find security problems, but checking every site can be too expensive. Instead, they look at a smaller sample, but it hasn’t been clear if common ways of picking these samples give a true picture. The authors studied different sampling methods and found that picking the top popular sites misses many important details and can bias results. They suggest using a probability-based approach that gives more reliable estimates and works well even when you don’t know how common a security issue is.
Open 2609.11218v1

Network intrusion detection robust to changing attack patterns

Navigating the Latent Manifold: Proactive Concept Drift Adaptation for Resilient NIDS

Abstract: Network intrusion detection systems (NIDS) are critical for cybersecurity, safeguarding services and data from potential attacks. However, existing AI-based NIDS often assume static data distributions and fail to handle concept drift, leading to degraded performance and increased false positives in dynamic network environments. To address this issue, we propose DriftXpert, a novel NIDS for drift-adaptive detection. Specifically, we propose a decoupled two-stage offline adaptive framework. In Phase 1, we introduce an unsupervised anomaly metric based on latent manifold deviation. By performing outlier analysis within the latent space, the framework achieves high-sensitivity detection of network traffic concept drift. In Phase 2, to mitigate catastrophic forgetting under non-stationary distributions, we design a representation consistency alignment strategy. This strategy constrains the feature mapping between the legacy model and the drifted distribution, ensuring the model captures emerging attack characteristics while retaining discriminative power over known patterns. Furthermore, we incorporate cross-epoch neuron weight aggregation and selective freezing mechanisms to enable fine-grained knowledge transfer in the parameter space, effectively balancing model plasticity and stability. Extensive experiments on public datasets demonstrate that DriftXpert effectively adapts to drifted data without catastrophic forgetting. Furthermore, real-world evaluations on enterprise network further confirm its robustness and practical applicability, contributing to improved security protection for millions of users.

Tue 8 SeptCryptography and Security
The gist
Network intrusion detection systems protect computers from hackers. But when hacker methods change over time, these systems can get confused and make mistakes. The authors propose a method called DriftXpert that notices when the patterns of network traffic change and updates itself carefully to stay accurate. DriftXpert learns new threats without forgetting old ones, helping keep networks safer even as attacks evolve.
Open 2609.08623v1

Frequency based data mixing improves spotting harmful network traffic

Frequency-Domain Mixing Data Augmentation for Malicious Traffic Detection

Abstract: The strong dynamics of network traffic often force malicious traffic detection models to handle out-of-distribution data. Typically, deep learning-based malicious traffic detection models require a large amount of high-quality training data. However, owing to challenges such as high labeling difficulty and resource consumption, existing datasets often suffer from insufficient diversity and fail to capture evolving traffic patterns, leading to poor out-of-distribution generalization ability of the trained models. Data augmentation has been widely adopted to improve data diversity and model generalization. Recently, frequency-domain mixing augmentation has shown promising performance because it effectively perturbs data while preserving key structural information. This approach shows potential for enhancing malicious traffic detection models. However, existing studies lack theoretical interpretation of the mixing mechanism, and do not adapt to the characteristics of network traffic. In this paper, we first conduct a theoretical analysis of the current frequency-domain mixing method, revealing its underlying principles and limitations. We further propose an improved frequency-domain mixing-based data augmentation method for network traffic data, which enhances the diversity of sequence features in network traffic and improves the out-of-distribution generalization of malicious traffic detection models. Extensive experiments on multiple artificial and real-world datasets demonstrate that our method substantially improves detection performance across diverse network environments and outperforms other data augmentation approaches.

Mon 7 SeptCryptography and Security
The gist
Detecting harmful network traffic can be tricky because new types of bad behavior keep appearing. The authors explain why a popular way to create new training examples by mixing data in the frequency domain works and how it can be better adapted to network traffic. They develop a method that creates more varied training samples by mixing traffic data in a smarter way, helping detection models recognize unusual attacks they haven't seen before. Their tests on both fake and real data show this technique improves model accuracy compared to other data augmentation methods.
Open 2609.07156v1