Model-agnostic clean-label backdoor mitigation in cybersecurity environments
Giorgio Severi, Simona Boboila, John Holodnak, Kendra Kratkiewicz, Rauf Izmailov, Michael J. De Lucia, Alina Oprea
TL;DR
This paper tackles clean-label backdoor attacks in cybersecurity contexts by introducing a model-agnostic defense that operates without clean data or knowledge of the victim model. The method combines dimensionality reduction, density-based clustering (OPTICS), and an iterative cluster-scoring procedure to identify and sanitize poisoned data while maintaining high model utility. It demonstrates substantial reductions in attack success (up to 90%) across two data modalities—network traffic and malware—using both gradient-boosted trees and neural networks, with options to filter or patch suspicious clusters. The approach is practical for security deployments and generalizes across model types and data modalities, making it a versatile defense against stealthy training-time poisoning.
Abstract
The training phase of machine learning models is a delicate step, especially in cybersecurity contexts. Recent research has surfaced a series of insidious training-time attacks that inject backdoors in models designed for security classification tasks without altering the training labels. With this work, we propose new techniques that leverage insights in cybersecurity threat models to effectively mitigate these clean-label poisoning attacks, while preserving the model utility. By performing density-based clustering on a carefully chosen feature subspace, and progressively isolating the suspicious clusters through a novel iterative scoring procedure, our defensive mechanism can mitigate the attacks without requiring many of the common assumptions in the existing backdoor defense literature. To show the generality of our proposed mitigation, we evaluate it on two clean-label model-agnostic attacks on two different classic cybersecurity data modalities: network flows classification and malware classification, using gradient boosting and neural network models.
