A machine learning procedure to detect network attacks
Davide Coppes, Paolo Cermelli

TL;DR
This paper evaluates simple machine learning algorithms, specifically k-Nearest Neighbor and Random Forest, for detecting targeted network attacks using graph metrics, successfully identifying certain attack types in artificial and real networks.
Contribution
It introduces a method using basic machine learning classifiers and graph metrics to detect specific network attacks, demonstrating effectiveness for targeted node deletions.
Findings
Successfully detects maximum-degree and maximum-betweenness attacks
Fails to identify random failures in networks
Provides a basis for network attack analysis and detection
Abstract
The goal of this note is to assess whether simple machine learning algorithms can be used to determine whether and how a given network has been attacked. The procedure is based on the -Nearest Neighbor and the Random Forest classification schemes, using both intact and attacked Erd\H{o}s-R\'enyi, Barabasi-Albert and Watts-Strogatz networks to train the algorithm. The types of attacks we consider here are random failures and maximum-degree or maximum-betweenness node deletion. Each network is characterized by a list of 4 metrics, namely the normalized reciprocal maximum degree, the global clustering coefficient, the normalized average path length and the assortativity: a statistical analysis shows that this list of graph metrics is indeed significantly different in intact or damaged networks. We test the procedure by choosing both artificial and real networks, performing the attacks…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Network Security and Intrusion Detection · Bayesian Modeling and Causal Inference
