Category Archives: Uncategorized

CYBER.ORG – 4.1.5 – Forensic Tools + Autopsy Lab

Objective:

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:

  1. 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.
  2. Next, read and follow the instructions in the Lab – Autopsy.pptx Lab presentations.
  3. 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.
  4. This lab is self paced, but do your best to complete it by the end of the day on Friday, October 28th.

Assigned: October 26th, 2022
Teacher Pacing Due Date: October 28th, 2022

HAYDENMAGNET.ORG ACCOUNTS AND GOOGLE CLASSROOM 2022

Objective:

I can log into my Haydenmagnet.org Google Account with the login information provided to me and turn in an assignment using Google Classroom, so that I can successfully hand in assignments throughout the school year.

Links:
Google Apps for Carl Hayden: https://www.haydenmagnet.org

Topics Discussed:

  • Haydenmagnet.org
  • Google Drive
  • Google Classroom

Assignment:

  • Open a Chrome browser and visit the Google website.
  • Click the blue Sign In button in the upper right corner.
  • Sign in with the Haydenmagnet.org account provided to you in your Computer Fundamentals or other Computer Science class. If you do not remember your username or password from this account, or if you never took Computer Fundamentals or Computer Science, please see Mister Marmolejo to get your account information.
  • Once you are logged in, click on the “waffle” icon in the upper right corner and choose “Drive” from the list of Google Apps to access Google Drive. Here you will have access to the most useful Google Apps: Document, Presentation, Spreadsheet, Form and Drawing.
  • Click on the blue New button on the left hand side, and create a new Google Doc.
  • In this document, write a couple of sentences to tell me about the most interesting thing you’ve learned during our past week together. It can be anything you learned in this class: something about the room, about the class itself, about me or another member of the class, etc.
  • When you are finished, click the words “Untitled Document” in the upper left corner, and give this document a proper name.
  • Open a new Window or Tab in Chrome and navigate to https://classroom.google.com.
  • You should be able to join the Classroom using the code provided in class. If you did not receive the code, please see Mr. Marmolejo.
  • Look over the introduction post and the current assignment. This is where you will turn in the Google Doc you just created.
  • Attach the Google Doc to today’s assignment and submit it using Google Classroom by tomorrow.
  • If you have any questions, my email address is mi.marmolejo@haydenmagnet.org.

Assigned: August 16th, 2022
Teacher Pacing Due Date: August 16th, 2022

Section 4.1 – Information Systems – TestOut

Objective: 

This section introduces you to the various components and types of information systems. After finishing this section, you should be able to:

  • Describe the components of an information system and how they fit together.
  • Compare and contrast different types of information systems, including transaction processing, management information systems, and expert systems.
  • Conduct online research on a career that interests you in information technology.
  • Identify the traditional stages of the System Development Life Cycle (SDLC).
  • Describe modern alternatives to a linear process of systems analysis and design.
  • Describe the role of project management in the design and implementation of information systems.

Links:

Key Terms:

  • Information System A combination of technology, people, and procedures used to organize, analyze, and store data.
  • Information System Types The various forms of information systems including transaction processing, management, and expert systems.
  • Systems Analysis and Design The study and design of a system, accomplished by examining its components and their interactions.
  • System Development Life Cycle (SDLC) A methodology or framework that defines steps and tasks for developing and maintaining information systems.
  • Waterfall Model A development model that breaks down project activities into a series of sequential or linear phases, each phase depending on the deliverables from the previous phase.
  • Iterative Design A development model that involves designing, implementing, and testing smaller pieces of the overall project, then cycling back and doing more analysis and design.
  • Planning Phase The SDLC phase that involves gathering information about the technology and software needs of an organization, deciding which options are most feasible, and setting timelines and deliverables for the entire project.
  • Analysis Phase The SDLC phase that involves studying existing information systems that are already in place and the requirements for new information systems.
  • Design Phase The SDLC phase that involves reviewing the system requirements document from the analysis phase and producing detailed specifications that cover all aspects of the system.
  • Implementation Phase The SDLC phase that involves purchasing and installing new hardware and software, integrating the various system components, and testing the operation of the new system.
  • Maintenance Phase The SDLC phase that involves monitoring and evaluating the new information system.
  • Project Management The practice of initiating, planning, executing, controlling, and closing the work of a team to achieve specific goals and meet specific success criteria at the specified time.
  • Systems Integration An activity that involves integrating various computing systems and software applications to function together as a whole.
  • Agile Methodologies A project management process that divides a large or complex project into smaller, more manageable projects that can be completed as part of an incremental or iterative process.
  • Needs Assessment A systematic process for determining and addressing needs, or “gaps” between current conditions, and desired conditions, or “wants”.
  • Risk Management The identification, evaluation, and prioritization of risks followed by activities that minimize, monitor, and control the impact of the risk.

Topics Discussed:

  • How do technology, people, and procedures work together in an information system?
  • What are some principles of effective systems analysis and design?
  • What role does project management play in the design and implementation of information systems

Assignment:

  1. Access the TestOut Courseware through the provided link.
  2. Study Section 4.1: Information Systems, and achieve a score of 80% or higher on the 8 question Exam to complete the Section.

Assigned: January 6th, 2020
Teacher Pacing Due Date: January 8th, 2020

Section 3.1 – Databases – TestOut

Objective: 

This section introduces you to databases and gives you practice using a relational database management system. After finishing this section, you should be able to:

  • Describe the purposes of a relational database.
  • Define basic relational database terminology, including fields, records, primary keys, foreign keys, and one-to-many relationships.
  • Describe the basic functions of a non-relational database.
  • Describe the purpose of a database management system.
  • Use Microsoft Access to explore database objects and create table relationships.

Links:

Key Terms:

  • Database A structured set of data held in a computer, usually in a way that that is accessible in multiple ways.
  • Relational Database A database that is structured to recognize relationships between items of information.
  • Table A container in a relational database that is comprised of fields (columns) and records (rows).
  • Field A single attribute of each record in a table.
  • Record A single instance of an object stored in a database table.
  • Primary Key A field in a table that uniquely identifies a row.
  • Foreign Key A field in a second table that matches the primary key in another table.
  • Query A method of asking questions about the data stored in a database.
  • Form A graphical interface that allows users to query a database by filling in information on the form.
  • Report An easy-to-read listing of the results of a query.
  • Structured Query Language (SQL) A computer language used by most relational databases for creating queries.
  • Structured Data Data that can be divided into discrete categories.
  • Unstructured Data Data that doesn’t follow a clear pattern.
  • Semi-Structured Data Data that has some discrete categories but also other information that doesn’t follow a clear pattern.
  • Database Management System (DBMS) Software that allows users to define, manipulate, retrieve, and manage data stored in a database. Examples are Microsoft SQL Server, Oracle Database, MySQL, and Microsoft Access.

Topics Discussed:

  • What databases do you interact with in your everyday life?
  • What are the advantages to storing data in a relational database? Are there disadvantages?
  • What is the purpose of a database management system?

Assignment:

  1. Access the TestOut Courseware through the provided link.
  2. Study Section 3.1: Databases, and achieve a score of 80% or higher on the 14 question Exam to complete the Section.

Assigned: December 4th, 2019
Teacher Pacing Due Date: December 6th, 2019

Final Day 2019 – So Long, Farewell, Auf Wiedersehen, Goodbye

Objectives:

  • Bid a fond farewell for now.
  • Tell Mister M how he did, and help him improve future classes.
  • Look forward to the future.

Student-Friendly Objectives:

  • I can say “Happy Trails” until we meet again.
  • I can remember what Mister M taught me, and use it to troubleshoot, fix, secure and protect computer systems and networks.

Links:
Google Classroom

Topics Discussed:

  • Networking and Operating Systems
  • Class Survey
  • Summer Vacation

Assignment:

Hello, and congratulations! You successfully made it to the end of Networking and Operating Systems 1-2H! I hope this was a fun and productive class for you, and that you learned a few things that will help you in your future endeavors.

If you could take a moment to let me know how I did, and how I can improve for future classes, I have attached a brief questionnaire on the Google Classroom page. It’s not for a grade, but your feedback will help me out a lot, and I’d appreciate it if you took a moment to fill it out with your honest opinions.

Now that we’re done, above all else:

  1. Use your powers for good, not evil. Remember the lessons of Spider-Man: “With great power, comes great responsibility.” You now have skills and abilities far beyond those of your average computer user. Use them to protect and defend, never attack.
  2. Keep using your skills! Take more computer classes and keep learning as much as you can about PC, Mac, Linux, Security and Networking technology. The more you use your knowledge, the less likely it will slip from your memory. The more you know, the more effective and valuable you are, and as more devices connect to the global network, Technical Support and Cyber Security especially will remain rapidly growing and highly lucrative fields for decades to come.
  3. Do what you love, and you’ll never work a day in your life. If you love working with computers and technology, then pursue it. If computers are just your hobby, don’t make it a job – it’ll just suck the joy out of your hobby. If you truly love working with computer hardware and software and networking technology, and you love solving problems with technology, then by all means pursue a career in the Computer Science field. As long as you love what you’re doing, every day you’ll look forward to going to work and the financial rewards will follow.

It has been my great pleasure to accompany you on your journey into Networking and Operating Systems this year. I hope that you enjoyed this class, and continue to use your newfound powers to solve the problems that are related to and created by technology, and to protect your own and others’ computer systems from the constantly emerging and evolving range of threats – both online and offline.

Posted: May 20th, 2019

Out Today – September 17th, 2018

Good morning! Sorry I couldn’t be there with you today, but I’m taking care of some personal business off campus.

Continue working on the Chapter 2 LearnSmart module today. Don’t forget that it is due on Wednesday, Sept. 19th, so you have time to work but no time to waste.

Certification track students should continue studying for your A+ Certification Exams – I will be doing a progress check soon, so make sure you have some progress to show me.

Everyone has work to do. Do not make the mistake of using my absence as an excuse to use this day to chill, watch movies, play UNO or research Yugi-Oh card prices (You know who I’m talking to…).

Be nice to the substitute teacher, thanks for all your hard work, and I’ll see you tomorrow!

-mm

National Cyber League Week 1: Gym Training

Objective: 

Students will begin preparing for competition in the National Cyber League by familiarizing themselves with the competition rules and procedures through training in the NCL Gym.

Links:

Topics Discussed:

  • Cyber Security
  • National Cyber League
  • NCL Spring Season
  • Preseason
  • Regular Season
  • Postseason
Assignment:
  1. The NCL Gym is open now. The NCL Gym provides practice challenges to help prepare players for Preseason, Regular Season and Postseason. While practicing in the NCL Gym, access the solutions guide to receive step-by-step instructions to help you understand the more difficult challenges.
  2. Log into the Gym
  3. Read the FAQ – you need to know the NCL lingo
  4. Mark your calendars with the following important NCL Preseason and Regular season dates:
    1. 3/30 – 5/25: Gym Training
    2. 4/4 – 4/10: Preseason Game
    3. 4/13 – 4/15: Regular season Game
    4. 4/27 – 4/29: Postseason Game

The First Game: Preseason Play
The Preseason is a week-long mandatory game. You must participate in the Preseason in order to receive an NCL Scouting Report. The Preseason gameplay starts at 1:00 p.m. ET on April 4th and ends at 9:00 p.m. ET on April 10th.

There are lots of preparatory materials available. Also, be sure to read about the Bracketing system, which the Preseason game determines, as well as the Ethical Behavior/Rules of Conduct.

Assigned: April 2nd, 2018
Teacher Pacing Due Date: April 4th, 2018

Cyber Warfare Boot Camp – Week 3: Webminal and VIM Tutor

Objective: 

Students will continue preparing for proficiency in cyber security by completing a tutorial on the VIM Text Editor application within the Linux Command Line Interface.

Links:

Topics Discussed:

  • Linux
  • GUI
  • CLI
  • Shell
  • bash
  • Prompt
  • Input/Output
  • VIM text editor
Assignment:
  1. Visit Webminal.org, and log in using the account that you created last week.
  2. By now you should have completed lessons 1 through 5, and should have a basic understanding of how to navigate, create and manipulate files and directories, and manipulate system processes within the Linux CLI.
  3. This week, we are going to further investigate the manipulation of text files within the Linux CLI by using the first of two very popular text editors built into Linux: VIM
  4. Log into Webminal.org and type “vimtutor” at the command prompt.
  5. Complete the VIM Tutorial. There are seven lessons in the tutorial, and upon completion, you should have a basic understanding of how to create, edit and save files, as well as get additional help in VIM.
  6. You should be able to complete all seven lessons by the end of this week. Pace yourself accordingly.
Assigned: January 22nd, 2018
Teacher Pacing Due Date: January 26th, 2018

BOSS BATTLE! NetOp1 Semester Exam 2017

Objective:

Students will demonstrate their understanding of hardware and software basics through a summative quiz.

Link:

Topics Discussed:

  • Information Technology
  • The Internet & The World Wide Web
  • Software
  • Hardware – The CPU & Storage
  • Hardware – Input & Output
Assignment:

  1. Click the https://connect.mheducation.com link, log in and look for the “Boss Battle! Semester Exam Fall 2017” test.
  2. The exam consists of 100 multiple choice questions.
  3. Before starting the quiz, please put away all notes, study guides and other materials.
  4. Please close all other documents and webpages and do not open any new tabs or windows until after you have submitted the quiz.
  5. Please remain silent until everyone has completed the quiz.
  6. You have sixty-five minutes to complete the test. Be sure to submit your test answers before the end of the class period today, and be forewarned that the test will auto-submit itself at 9:05am, so work quickly!
  7. Congratulations on completing the first half of Networking and Operating Systems! I’ll see you in 2018 with a completely new set of projects focused on the fundamentals of networking and cybersecurity!

Have the Merriest of Christmases, the Happiest of New Years’, the Happiest of Hanukkahs, the most Peaceful of Kwanzaas – whatever you may celebrate, enjoy it to the fullest!

Assigned: December 20th, 2017
Due Date: December 20th, 2017

Wireless Networking – DIY Directional Antennas Project: Revision Phase and Final Testing

Objective:

I can demonstrate my understanding of computer networks, network operating systems and wireless networking by assembling a directional antenna with the intent of establishing and sustaining a 2.4 GHz wireless signal at a distance of greater than 100 yards.

Links:

Do It Yourself Wireless Antenna (Pringles Can Yagi): https://www.binarywolf.com/249/pringles_cantenna.htm

How to Build a Tin Can Waveguide WiFi Antenna: https://www.turnpoint.net/wireless/cantennahowto.html

802.11b Homebrew Wi-Fi Antenna Shootout: https://www.turnpoint.net/wireless/has.html

DIY Bi-Quad Directional Wi-Fi Antenna: https://lifehacker.com/5964111/diy-wi-fi-antenna-cheaply-extends-your-wireless-network

Build a Directional Wi-Fi Antenna from Kitchen Gear and a Baby Bottle: https://lifehacker.com/build-a-directional-wi-fi-antenna-from-kitchen-gear-and-1686173362

$10 Wi-Fi 16dBi Super Antenna: https://www.instructables.com/id/10–WIFI-16dBi-Super-Antenna-Pictorial/

Topics Discussed:

Wireless Networking
802.11 Wi-Fi spec
Directional Antennas
Waveguide Antenna
Yagi Antenna
Flickenger design Antenna

Assignment:

Today, we will begin the final revision phase of our directional antenna project. Last week, two teams tied with equivalent dB gain readings on our test receiver router, but only one can win! Remember that the goal is to sustain a 2.4 GHz Wi-Fi signal over a minimum distance of 100 yards (300 ft or ~92m) and the winner will be the one who sustains the highest (negative) dB reading and signal quality over the longest distance.

We will conduct final tests the week of February 21st (Monday the 20th is a holiday!). To be considered a success (and receive credit for the project), your antenna design must be able to sustain at least a one-bar wireless signal over a 100 yard distance (the length of the football field). If your team is not present for the final test or you do not have a working antenna to test on Tuesday, February 21st, you will receive a zero on the second half of this project without the opportunity for make-up. (We’re only going out to the field once.)

Reminder: The team (or individual) that produces the antenna that can reliably sustain the highest gain signal over the longest distance will receive a personal pizza and wings party, to be held while everyone else writes a four paragraph personal reflection describing their participation in this project.

Good luck, and remember: Your antenna doesn’t have to be perfect, it just has to be better than everyone else’s.

Posted: February 13th, 2017
Due Date: February 17th, 2017