When a database is exposed or stolen
Breach
This is the biggest threat in the digital world; used in 67% of Cyber attacks.
Phishing
Define Authentication
Proving who you are so trust can be established between you and another party.
In Linux, what command do you type in to explain how any command works?
man
How many bits are there in a byte?
8
A one-way algorithm to encrypt a password for secure storage or transfer
Hash / Hashing
Spear Phishing
Threat Modeling
Name the place that text based commands are entered.
- Terminal
-CLI
-Command prompt
-Shell
A historic cipher in which the alphabet is shifted left or right given a number of spaces
Caesar Cipher
Define the letters for CIA
Confidentiality, Integrity, Availability
- Developing Policies
-User Training (Education)
-Developing Procedures
Updating is the most important step in what?
Hardening a computer system.
Metadata
What does UAC stand for in a computer system?
User Account Controls
Give three examples of biometric authentication
-Iris / Retina
-Fingerprint
-Facial Recognition
What is the goal of social engineering? And what method is used to accomplish it?
To get an authorized user to give information to an unauthorized person.
Deception
Best practice to provide each user with the minimum system access needed to perform their necessary tasks.
Least Privilege Principle
What is Stenography?
the practice of hiding messages in an image or text
Convert C8 to binary
11001000
Student getting a teacher password and changing the grades for the last quiz
What is OSINT? Give three examples of where it can be used.
Open Source Intelligence - the practice of gathering free and public information.
Name and Define 2 types of attacks against passwords
-Brute Force; attempting characters in every space until correct
- Password spraying; using common words or phrases
-Dictionary Attack; using a list of words again a large number of passwords
Decrypt the message using a Caesar Cipher: BUUBDL
ATTACK
Name 5 Linux commands and their purpose
Grep - search for a word
ls- list what is in folder
mkdir - create a new folder
pwd - print working directory
less - read a file