Skip to main content

Installation guide

In UBS I'm managing a course for apprentices inside UBS. As we are working in the IT Security we are presenting how the work is done in several teams.

Splunk is an well known application in UBS and is needed everyday. Splunk is logging everything what happens in the network. In my course for the event we are playing a CTF with Splunk.
 

Preparation and Information

CTF Scoreboard: 
https://github.com/splunk/SA-ctf_scoreboard

Splunk Dataset: 
https://github.com/splunk/botsv1

Splunk installation: 
https://docs.splunk.com/Documentation/Splunk/7.0.3/Installation/InstallonLinux

Splunk Download:
https://www.splunk.com/de_de/download/splunk-enterprise.html

CentOS Download:
https://www.centos.org/download/


Setting up VM

First download the CentOS 8 iso file so we can start setup a VM.
http://mirror.init7.net/centos/8.4.2105/isos/x86_64/CentOS-8.4.2105-x86_64-dvd1.iso

As soon you downloaded the iso we can start with VirtualBox.image.png

Set the RAM to ca. 4GB:
image.png

Create a dynamic VDI Disk with ca. 20-25 GB:
image.png


Now the VM is ready to start but we need to specify some settings.
First we set the clipboard to bidirectional mode:
image.png

Upscale the processor to minimum 2 cores:
image.png

Then change the network adapter to the Network bridge:
image.png

And finally add the ISO File to the storage:
image.png

Now we can start the machine and configure the setup.


Setting up Operating System

After the VM started we choose the option "Install CentOS Linux 8"image.png

First we land on a page where we need to specify some settings before we can go for the actual setup:image.png

Set the Keyboard to Swissgerman.
Change the root password.
Define the partition to install the OS. Usually I choose automatic and use the whole disk.

At the end it should look like this:image.png

Hit the button "Begin Installation" and the installation will start:image.png


Once the installation is complete we need to perform a reboot. IMPORTANT: Remove the ISO file from the storage.image.png

Once rebooted set a user on the system and accept the EULA disclaimer:image.png

Click on "Finish Configuration" and login with you recent created user account. Once you are logged in you are getting asked to define your system language, keyboard and some privacy settings.
After you set everything we are ready to use the CentOS system:image.png

Don't forget to turn on the Internet on top right corner by selecting "Choose wired".