CyberGFM: Graph Foundation Models for Lateral Movement Detection in Enterprise Networks
By: Isaiah J. King , Bernardo Trindade , Benjamin Bowman and more
Potential Business Impact:
Finds computer network problems faster than before.
Representing networks as a graph and training a link prediction model using benign connections is an effective method of anomaly-based intrusion detection. Existing works using this technique have shown great success using temporal graph neural networks and skip-gram-based approaches on random walks. However, random walk-based approaches are unable to incorporate rich edge data, while the GNN-based approaches require large amounts of memory to train. In this work, we propose extending the original insight from random walk-based skip-grams--that random walks through a graph are analogous to sentences in a corpus--to the more modern transformer-based foundation models. Using language models that take advantage of GPU optimizations, we can quickly train a graph foundation model to predict missing tokens in random walks through a network of computers. The graph foundation model is then finetuned for link prediction and used as a network anomaly detector. This new approach allows us to combine the efficiency of random walk-based methods and the rich semantic representation of deep learning methods. This system, which we call CyberGFM, achieved state-of-the-art results on three widely used network anomaly detection datasets, delivering a up to 2$\times$ improvement in average precision. We found that CyberGFM outperforms all prior works in unsupervised link prediction for network anomaly detection, using the same number of parameters, and with equal or better efficiency than the previous best approaches.
Similar Papers
Designing a reliable lateral movement detector using a graph foundation model
Cryptography and Security
Helps computers find cyber threats faster.
Towards Effective, Stealthy, and Persistent Backdoor Attacks Targeting Graph Foundation Models
Cryptography and Security
Makes smart computer graphs secretly do wrong things.
A Systematic Study of Model Extraction Attacks on Graph Foundation Models
Machine Learning (CS)
Steals smart computer knowledge from big AI models.