This project explores the application of Large Language Models (LLMs) in the detection of cyberattacks within industrial environments, specifically focusing on tabular data from the Secure Water Treatment (SWaT) dataset. Two state-of-the-art LLMs, Falcon-7B and LLaMA2-7B, are utilized to evaluate their ability to detect anomalies and potential intrusions in a water treatment plant scenario. The research primarily leverages a zero-shot inference approach to test the generalization capabilities of these models in a cybersecurity context.
This study investigates the performance of LLMs in detecting cyberattacks on industrial control systems, using the SWaT dataset as a testing environment. The dataset, which records both normal and attack simulations in a water treatment plant, allows for comprehensive anomaly detection testing. The models are tested for their capacity to identify malicious patterns within tabular time-series data without prior task-specific training.
The SWaT (Secure Water Treatment) dataset is widely used in cybersecurity research for evaluating intrusion detection in industrial systems. It contains operational data from a real water treatment plant, simulating various attack scenarios under normal operations. This time-series dataset includes sensor readings and actuator statuses, with labeled normal and malicious events.
The experiments were conducted using two prominent LLMs:
These models were chosen for their advanced generalization capabilities and relevance in current AI research.
This study employs a zero-shot inference approach, where no specific training examples are provided to the models. Instead, a detailed dataset description, including information on sensors, actuators, and attack types, was provided to help the models infer patterns without explicit training on the detection task.
The models were set up to analyze sensor readings and actuator data, classifying each sequence of events as either normal or malicious. The experiments aimed to evaluate the models' abilities to:
Performance evaluation was based on commonly used classification metrics:
The findings from this study shed light on the potential applications of LLMs in industrial environments for cyberattack detection. While LLMs show promise in detecting cyber threats without prior task-specific training, challenges were noted regarding zero-shot inference on high-dimensional tabular data, which may impact model performance in real-world scenarios.
10 commits
This project explores the application of Large Language Models (LLMs) in the detection of cyberattacks within industrial environments, specifically focusing on tabular data from the Secure Water Treatment (SWaT) dataset. Two state-of-the-art LLMs, Falcon-7B and LLaMA2-7B, are utilized to evaluate their ability to detect anomalies and potential intrusions in a water treatment plant scenario. The research primarily leverages a zero-shot inference approach to test the generalization capabilities of these models in a cybersecurity context.
This study investigates the performance of LLMs in detecting cyberattacks on industrial control systems, using the SWaT dataset as a testing environment. The dataset, which records both normal and attack simulations in a water treatment plant, allows for comprehensive anomaly detection testing. The models are tested for their capacity to identify malicious patterns within tabular time-series data without prior task-specific training.
The SWaT (Secure Water Treatment) dataset is widely used in cybersecurity research for evaluating intrusion detection in industrial systems. It contains operational data from a real water treatment plant, simulating various attack scenarios under normal operations. This time-series dataset includes sensor readings and actuator statuses, with labeled normal and malicious events.
The experiments were conducted using two prominent LLMs:
These models were chosen for their advanced generalization capabilities and relevance in current AI research.
This study employs a zero-shot inference approach, where no specific training examples are provided to the models. Instead, a detailed dataset description, including information on sensors, actuators, and attack types, was provided to help the models infer patterns without explicit training on the detection task.
The models were set up to analyze sensor readings and actuator data, classifying each sequence of events as either normal or malicious. The experiments aimed to evaluate the models' abilities to:
Performance evaluation was based on commonly used classification metrics:
The findings from this study shed light on the potential applications of LLMs in industrial environments for cyberattack detection. While LLMs show promise in detecting cyber threats without prior task-specific training, challenges were noted regarding zero-shot inference on high-dimensional tabular data, which may impact model performance in real-world scenarios.
10 commits