CyberSecurity Lab Environment

Machine Environment

Lab Start

Lab start: 25/01/2023

Operating System

In the lab, we run Linux (Debian for those that are interested) on a student server that is "safely" isolated off the Internet so that you can experiment with your tools.

Server

One lab box is remotely accessible for you through ec521.bu.edu via ssh. WAIT! Don't ssh yet! Read on!

The server is NOT running on the default ssh port. It is running on port 10001. If you want to ssh per hand under Linux, you have to do ssh ec521.bu.edu -p 10001 -l terrierXYZ (of course you want to replace XYZ with your actual terrier number). If you are using a Windows ssh client such as Putty, then you have to enter ec521.bu.edu as host name and 10001 as port number.

The local name of this server is bandit.inetsec.edu.

You can put the following entries into your ~/.ssh/config file so that you don't have to enter the port each time you connect (Windows users can save a session with Putty):

Host bandit
     User terrierXYZ
     Hostname ec521.bu.edu
     Port 10001
     HostKeyAlias bandit
If you have edited your ~/.ssh/config file (and replaced XYZ), then ssh bandit should do it.

Changing your password

It is good practice to change your password once you get your account. We might try to crack your password so do change it.

Reading your e-mail on the servers

You will submit your challenge solutions using e-mail on the lab machines. Submission from any other server will not work. You will also receive automated feedback from our submission system (e.g., information about your submission, grading, success/failure, etc.) to your lab account. In order for you to be able to read your mails, we have installed alpine and mutt on the CyberSecurity server. Feel free to use anything you prefer (e.g., the UNIX mail command for the experts/geeks should also do it :-)).


Last Modified: Mon Jan 22 19:53:16 EST 2018


Boston Universityhttp://www.bu.edu