A Caldera for OT plugin supplying Caldera with Modbus protocol TTPs. This is part of a series of plugins that provide added threat emulation capability for Operational Technology (OT) environments.
Full Modbus plugin documentation can be viewed as part of fieldmanual, once the Caldera server is running.
To run Caldera along with modbus plugin:
- Download Caldera as detailed in the Installation Guide
- Install the modbus plugin in Caldera's plugin directory:
caldera/plugins
- Enable the modbus plugin by adding
- modbus
to the list of enabled plugins inconf/local.yml
orconf/default.yml
(if running Caldera in insecure mode)
This plugin uses pre-compiled binaries (payloads) that are delivered and executed on the target device by the Caldera agent. To execute, the payloads must be compatible with the target device operating system. For more information on compatibility, see the fieldmanual documention and the source README.
For additional information on the modbus plugin payload source code, please see the source directory, which contains additional licensing and build guidance.
-
Select Your Target System
Determine the system you want to communicate with via the Modbus protocol. This could be an industrial control system, a programmable logic controller (PLC), or any other Modbus-compatible device. -
Choose a Host for the Caldera Agent
Identify a suitable machine to host the Caldera agent. This machine will act as the intermediary, sending Modbus messages to your target system. Ensure the host has network access to the target system and meets the deployment requirements. -
Deploy the Caldera Agent
Deploy the Caldera agent to the chosen host. Instructions and scripts to acheive this are found on the Caldera server GUI on the "Agents" page. -
Execute Modbus Plugin Abilities
Utilize the Modbus plugin's abilities to perform specific actions on the target system. Combine abilities such as reading registers and writing coils to achieve your desired outcome.
For detailed instructions and ability descriptions, see the fieldmanual documention.
Virtual Test Device: Wildcat Dam
To help you test the Modbus plugin without any additional hardware requirements, we provide a virtual Modbus device called Wildcat Dam. This simulated dam controller mimics the behavior of a real-world Modbus device, allowing you to test the plugin and build your understanding of the Modbus protocol without needing access to physical hardware.
To get started, follow the instructions here.