About & Fine Print

What is this site?

2021-12-08

Any of you who teach cybersecurity know that it can be a challenge to find quality, hands-on security labs for your students, as well as providing a safe environment for the students to work in. Tony Vance and I have created a website to address both of these problems.

First, we created a series of cybersecurity labs that are freely available for anyone to use, available on this site. These labs cover a variety of topics such as:

  • Malware analysis
  • Password cracking
  • Vulnerability scanning and exploitation
  • Cryptography
  • Social engineering

The labs include questions. Corresponding Canvas quiz questions and answer keys are available as a free offering to instructors using this in a classroom environment.

Second, we created a virtual machine hosting environment on Google Cloud Platform (GCP) for students to safely use security tools associated with the labs. We charge a nominal one-time fee per student, payable by students via an online storefront, for them to use the virtual environment for the academic year. Students can use GCP’s free trial credits to cover all platform usage costs over the semester.

This environment consists of a Kali Linux virtual machine (VM) for each student. This Kali VM uses nested virtualization to host several VMs within itself:

included-vms

The advantage of this approach are that:

  1. Only a web browser is required, giving students access to the same level of high computing power, regardless of what personal device they use.
  2. Cloud storage means that students do not have to sacrifice storage space on their personal devices.
  3. A private network ensures that students do not have to worry about accidentally compromising their own computers or inadvertently attacking others’ computers.
  4. The private network also means that instructors and students do not need to worry about security tools triggering the alarms of campus networks.

The labs or the virtual machine setup can be dropped into existing courses.

This virtual machine setup is used at Virginia Tech, Temple University, and the University of Colorado-Boulder.

If you would like to learn more about either using the labs or virtual machine environment for a class you teach, see this guide, or contact [email protected].


Fine Print

These assignments are co-authored by Drs. Dave Eargle and Anthony Vance, unless otherwise indicated.

Creative Commons License

All original content on this site is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, attributable to Drs. Dave Eargle and Anthony Vance .

All code for this project (the general way the site is structured and built – excluding its content) is available on GitHub and licensed under the MIT license.