Chapter 8: Protocols 202
We are now over halfway through the book, and we have covered a lot of material. We installed an ESXi server and multiple VMs, and set up our PLC to communicate with the VMs. We also installed a light tower and wired the I/O to the PLC. We installed Ignition SCADA and connected it to our PLC in the lab, and used various tools to scan our install and detect open ports and paths that a developer may have left open on the web-based SCADA system.
In this chapter, we are going to explore some of the main protocols used by Industrial Control Systems (ICS). We will be utilizing the VMs that we created in Chapter 1, Using Virtualization, to generate protocol-specific traffic and we will then make use of Wireshark and TShark to analyze the protocol in further detail, much like we did in Chapter 6, Packet Deep Dive. As you read through this book, you should get the feeling that every chapter is building on the previous chapter, helping to reinforce the skills that...