Given a scenario, analyze potential indicators to determine the type of attack.
Given a scenario, use the appropriate tool to assess organizational security.
Resources:
See PowerPoint presentation: Lab – Dictionary Attack.pptx
Assignment:
Read the Lab – Dictionary Attack.pptx presentation.
Use your Kali Linux console at https://uscyberrange.org to follow along with the presentation and learn how to use Dictionary Attacks to crack passwords.
Continue through to the “Launch the Attack” slide. Take a screenshot of the cracked passwords as a result of the Dictionary attack.
Upload this screenshot to today’s assignment post on our Google Classroom page to confirm completion of the lab.
Assigned: November 1st, 2021 Teacher Pacing Due Date: November 3rd, 2021
Given a scenario, analyze potential indicators to determine the type of attack.
Given a scenario, use the appropriate tool to assess organizational security
Resources:
See PowerPoint presentations: 1.2.11 Password Attacks.pptx, 4.1.7 Password Cracking Tools, Lab – Brute Force – Offline
Assignment:
Begin reading the 1.2.11 Password Attacks.pptx presentation. This lesson will introduce you to different types of password attacks.
Next, read the 4.1.7 Password Cracking Tools presentation. This lesson will introduce you to readily accessible tools used to crack passwords.
Next, begin the Lab – Brute Force – Offline.pptx lab.
Use what you learned in today’s lab to crack the hashes downloaded from github, and post a screenshot of the cracked hashes to today’s Assignment Post in our Google Classroom.
Please do your best to complete this Case Study by the end of the day on Tuesday, October 26th. We will start a new lab featuring additional password cracking techniques on Thursday.
Assigned: October 26th, 2021 Teacher Pacing Due Date: October 28th, 2021
Given an incident, utilize appropriate data sources to support an investigation.
Resources:
See PowerPoint presentations: 4.3.1 Log Files Types.pptx, 4.3.2 – Types of Logs.pptx, 4.3.3 – Metadata.pptx, Lab – Juice Shop Setup & Lab – Metadata.pptx
Assignment:
Begin reading the three lesson presentations. These lessons will introduce you to data sources that are required to support an investigation following a Cybersecurity-related incident.
Next, read and follow the instructions in the Lab – Juice Shop Setup.pptx presentation. You will need to complete these steps first before you attempt the next Lab.
Once you have completed the Juice Shop Setup, read and follow the instructions in the Lab – Metadata.pptx Lab presentation.
To complete this lab, take a screenshot of the screen confirming that you are logged into the Juice Shop as John and post this screenshot to today’s Assignment form posted in the Google Classroom.
This will be the final lab and the final assignment grade of the first term. This lab is self paced, but do your best to complete it by the end of the day on Thursday, September 30th.
Assigned: September 28th, 2021 Teacher Pacing Due Date: September 30th, 2021
Given a scenario, use the appropriate tool to assess organizational security.
Resources:
See PowerPoint presentations: 4.1.5 Forensic Tools.pptx, Lab – Autopsy.pptx
Assignment:
Begin reading the 4.1.5 Forensic Tools.pptx presentation. This lesson will introduce you to several digital forensics tools including the Autopsy app, a powerful tool for hard drive data analysis.
Next, read and follow the instructions in the Lab – Autopsy.pptx Lab presentations. We will also have time to work on this lab in tomorrow’s class meeting.
When you have completed the lab and found the images, take a screenshot of the View Notes screen showing the notes you left following the image downloads that you completed, and post this screenshot to today’s Assignment form posted in the Google Classroom.
This lab is self paced, but do your best to complete it by the end of the day on Tuesday, September 28th.
Assigned: September 27th, 2021 Teacher Pacing Due Date: September 28th, 2021
Given a scenario, use the appropriate tool to assess organizational security.
Resources:
See PowerPoint presentations: 4.1.4 Packet Capture and Replay Tools.pptx, Lab – Wireshark.pptx, Lab – TCPDump.pptx
Assignment:
Begin reading the 4.1.4 Packet Capture and Replay Tools.pptx presentation. This lesson will introduce you to three powerful tools for network traffic capture and analysis.
Next, read and follow the instructions in both of the Lab presentations. We will have time to work on these labs in tomorrow’s class meeting.
When you have completed both the labs, answer the questions and upload the required capture.txt file into the Assignment form posted in the Google Classroom.
These labs are self paced, but do your best to complete them by the end of the day on Tuesday, September 21st.
Assigned: September 20th, 2021 Teacher Pacing Due Date: September 21st, 2021
Objective: Students will begin preparing for proficiency in cyber security with an overview of relevant domestic and international laws so they can conduct cybersecurity operations within the boundaries of domestic and international law.
Resources:
Read the PowerPoint presentation: Appendix C – Federal Laws.pptx
Visit the Google Classroom page to download and read the Cyber Laws.pptx presentation to learn about the domestic and international laws related to cybersecurity that we will discuss in class today.
Download and read the Case Study – Cyber Law.pdf document. We will be completing a Case Study activity to collect our thoughts on the issues raised by the incident discussed in the article.
The class will conclude with a brief Check for Understanding quiz to confirm your understanding of the laws and regulations that pertain to the cyber security profession.
Assigned: August 31st, 2021 Teacher Pacing Due Date: September 2nd, 2021
Students will begin preparing for proficiency in cyber security and information security techniques, technologies and methodologies by learning the basics of the Linux operating system.
The first step on our journey to Cybersecurity proficiency is to gain proficiency in the Linux operating system. A large portion of the systems that run the Internet run on a variant of Linux, and therefore learning how to effectively use the Linux command line will be a necessary step towards gaining this proficiency.
We will begin by visiting the Linux Journey website, and we will walk through the online instruction modules together, learning about the history of Linux, and working our way through a few of the various distributions of Linux, noting the unique features of each and exploring the advantages and disadvantages presented by each flavor of Linux.
Tomorrow, we will begin working with the Command Line Interface in Linux, and investigate a few important commands.
Assigned: August 12th, 2021 Teacher Pacing Due Date: August 13th, 2021
Load the Linux Journey website, and navigate to the Command Line instruction module.
Let’s walk through the Command Line online instruction module together, investigating a number of important commands used to navigate and perform actions within the Linux shell.
Visit JSLinux to see a fully-featured Linux shell running a JavaScript-based emulator. This also provides us a very useful platform for practicing CLI commands.
Input the commands described in the module, and observe their output:
echo
pwd
cd
ls
touch
file
cat
less
history
cp
mv
mkdir
rm
find
help
man
whatis
alias
exit
Once you’ve got the hang of these basics, we’ll explore more complex commands in tomorrow’s module. Be prepared to use these commands in a brief Check for Understanding quiz next week.
Assigned: August 12th, 2021 Teacher Pacing Due Date: August 13th, 2021