Cybersecurity Explained & Summarized

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering common cybersecurity threats including internal risks, various password-related attacks, and social engineering methods based on the lecture notes.

Last updated 2:43 PM on 8/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Insider Threats

People within an organization, such as employees, contractors, or trusted partners, who have legitimate access to systems and data but misuse that access either intentionally or accidentally.

2
New cards

Password Attacks

Attempts to obtain or guess a user's password to gain unauthorized access, often targeting weak or reused passwords using automated methods.

3
New cards

Brute-Force Attack

A method of repeatedly trying different password combinations until the correct password is discovered; it is often automated and targets short or simple passwords.

4
New cards

Dictionary Attack

A type of attack that uses a list of commonly used words and passwords instead of trying every possible combination, taking advantage of predictable password choices.

5
New cards

Credential Stuffing

The practice of using username and password combinations stolen from one service to attempt accessing other accounts, relying on password reuse across multiple websites.

6
New cards

Social Engineering Attacks

Methods used to manipulate people into revealing information, performing actions, or granting access by exploiting human behaviors such as trust, fear, urgency, or curiosity.

7
New cards

Eavesdropping

Unauthorized listening to or monitoring of communications to obtain sensitive information, typically occurring when communications are not properly protected.

8
New cards

Least-privilege access

A security solution for insider threats that involves restricting user access to only the specific data and systems necessary for their role.

9
New cards

Multi-Factor Authentication (MFA)

A protection method recommended for password and social engineering attacks to reduce the risk of unauthorized access even if a password is compromised.

10
New cards

Phishing

A specific example of a social engineering attack mentioned in the text alongside spear phishing, pretexting, baiting, and tailgating.

11
New cards

Rate limiting

A security implementation used to make repeated login attempts harder, specifically as a solution for brute-force attacks.