LGAIMLApr 22, 2020

Discovering Imperfectly Observable Adversarial Actions using Anomaly Detection

arXiv:2004.10638v11 citations
AI Analysis

This work addresses security challenges in domains like network attacks and fraud detection by extending anomaly detection models to more realistic adversarial scenarios, though it is incremental in nature.

The paper tackles the problem of detecting adversarial actions in realistic settings where defenders cannot perfectly observe attackers and both have continuous action spaces, proposing two algorithms that are less exploitable by informed attackers, with the learning-based method scaling better to higher dimensions.

Anomaly detection is a method for discovering unusual and suspicious behavior. In many real-world scenarios, the examined events can be directly linked to the actions of an adversary, such as attacks on computer networks or frauds in financial operations. While the defender wants to discover such malicious behavior, the attacker seeks to accomplish their goal (e.g., exfiltrating data) while avoiding the detection. To this end, anomaly detectors have been used in a game-theoretic framework that captures these goals of a two-player competition. We extend the existing models to more realistic settings by (1) allowing both players to have continuous action spaces and by assuming that (2) the defender cannot perfectly observe the action of the attacker. We propose two algorithms for solving such games -- a direct extension of existing algorithms based on discretizing the feature space and linear programming and the second algorithm based on constrained learning. Experiments show that both algorithms are applicable for cases with low feature space dimensions but the learning-based method produces less exploitable strategies and it is scalable to higher dimensions. Moreover, we use real-world data to compare our approaches with existing classifiers in a data-exfiltration scenario via the DNS channel. The results show that our models are significantly less exploitable by an informed attacker.

Foundations

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

Your Notes