02-setup_ics_lab

02-setup_ics_lab

Nota importada desde Inbox durante consolidacion bulk.

Setup your ICS Lab

  1. Install Virtualbox
  2. Create Ubuntu Server 22.04 VM. then the following therein:
  • python3 -> sudo apt install python3
  • pip3 -> sudo apt install python3-pip
  • honeypots -> sudo pip install honeypots
  • conpot -> pip install conpot
  • snap7 -> sudo pip install python-snap7
  • install firewall -> sudo apt install ufw
  • disable firewall -> sudo ufw disable
  • install nano -> sudo apt install nano
  • add to path:
    • sudo nano ~/.profile
    • add to bottom of file PATH="$HOME/.local/bin:$PATH"
  1. download and install Kali Linux VM. Then the following software therein:
  • plcscan -> sudo git clone https://github.com/meeas/plcscan.git
  • ICSSecurityScripts -> sudo git clone https://github.com/tijldeneut/ICSSecurityScripts.git
  • NMAP scripts from RedPoint-> sudo git clone https://github.com/digitalbond/Redpoint.git
  • install modbus cli ->
    sudo gem install modbus-cli . Test with modbus --help
  • copy RedPoint nmap scripts to nmap sripts folder usr/share/nmap/scripts. Need root access.
  • download and install modbuspal and https://sourceforge.net/projects/modbuspal/files/modbuspal/RC%20version%201.6b/

Themes