I am currently doing my thesis in the topic "Anomaly Detection System for SCADA".

My work is focused on finding malicious data in Modbus/TCP packets that can cause a failure in a Power Plant (SCADA system).

From my understanding, Master and Slaves devices in SCADA systems communicate through Modbus/TCP protocol, 

e.g. Master sends to Slave: Query -> Write single Coil(5)

                    Slave to Master: Response -> Write single Coil(5)

Since I would like to use this dataset to train Machine Learning algorithms, I should need a big amount of data composed of benign and malicious Modbus/TCP packets (pcap files for example).

Does somebody knows where could I get this testbeds pcap filas?

Similar questions and discussions