PLLM-CS: Pre-trained Large Language Model (LLM) for Cyber Threat Detection in Satellite Networks
Mohammed Hassanin, Marwa Keshk, Sara Salim, Majid Alsubaie, Dharmendra Sharma
TL;DR
PLLM-CS introduces a Pre-trained Large Language Model–based intrusion detection system tailored for satellite networks by reinterpreting multivariate cyber-data as token-like inputs and applying transformer encoders with a binary classification head. The method employs a sentencing-based pre-processing, patch embedding, and self-attention to capture long-range dependencies, optimized with binary cross-entropy loss. Empirical results on UNSW-NB-15 and TON_IoT show PLLM-CS outperforming traditional ML and DL baselines, achieving 100% accuracy on UNSW-NB-15 and strong performance on TON_IoT, validating the approach as a robust approach for SSN defenses. The work highlights the practical significance of transformer-based contextual representation for onboard cyber defense and motivates development of SSN-specific datasets and energy-efficient implementations.
Abstract
Satellite networks are vital in facilitating communication services for various critical infrastructures. These networks can seamlessly integrate with a diverse array of systems. However, some of these systems are vulnerable due to the absence of effective intrusion detection systems, which can be attributed to limited research and the high costs associated with deploying, fine-tuning, monitoring, and responding to security breaches. To address these challenges, we propose a pretrained Large Language Model for Cyber Security , for short PLLM-CS, which is a variant of pre-trained Transformers [1], which includes a specialized module for transforming network data into contextually suitable inputs. This transformation enables the proposed LLM to encode contextual information within the cyber data. To validate the efficacy of the proposed method, we conducted empirical experiments using two publicly available network datasets, UNSW_NB 15 and TON_IoT, both providing Internet of Things (IoT)-based traffic data. Our experiments demonstrate that proposed LLM method outperforms state-of-the-art techniques such as BiLSTM, GRU, and CNN. Notably, the PLLM-CS method achieves an outstanding accuracy level of 100% on the UNSW_NB 15 dataset, setting a new standard for benchmark performance in this domain.
