https://sites.google.com/a/uah.edu/tommy-morris-uah/ics-data-sets
The following docker requires a URL to the dataset that you want to check. For example, the dataset should be in the raw format of the attached dataset in the repository Class/binaryAllNaturalPlusNormalVsAttacks/data1.csv, in this case the URL is: https://raw.githubusercontent.com/VictoKu1/IndustrialControlSystemCyberAttackDetectingCourse/master/Class/binaryAllNaturalPlusNormalVsAttacks/data1.csv
- Upgrade pip :
pip install --upgrade pip
- Install requirements for the Jupyter notebook and the UI:
pip install -r requirements.txt
- Build the docker image:
docker build -t attack_detection_ui
- Run the docker container:
docker run -it attack_detection_ui
-
2 Classes - The 37 event scenarios were grouped as either an attack (28 events) or normal operations (9 events). The data was drawn from 15 data sets which included thousands of individual samples of measurements throughout the power system for each event type.
-
3 Classes - The 37 event scenarios were grouped into 3 classes: attack events (28 events), natural event (8 events) or “No events” (1 event).
-
Multi-class - Each of the 37 event scenarios, which included attack events, natural events, and normal operations, was its own class and was predicted independently by the learners,
Uttam Adhikari, Shengyi Pan, and Tommy Morris in collaboration with Raymond Borges and Justin Beaver of Oak Ridge National Laboratories (ORNL) have created 3 datasets which include measurements related to electric transmission system normal, disturbance, control, cyber attack behaviors. Measurements in the dataset include synchrophasor measurements and data logs from Snort, a simulated control panel, and relays.
The power system datasets have been used for multiple works related to power system cyber-attack classification.