2: Compare Threat Types

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/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:24 PM on 9/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

What is risk?

Risk is the measure of the likelihood and impact of a threat actor being able to exploit a vulnerability.

2
New cards

What is a vulnerability?

A weakness that could be triggered accidentally or exploited intentionally to cause a security breach.

3
New cards

What is a threat?

The potential for someone or something to exploit a vulnerability.

4
New cards

What is the relationship between a threat, vulnerability, and risk?

A threat is the potential source of harm, a vulnerability is the weakness that can be exploited, and risk measures the likelihood and impact of the threat exploiting that vulnerability.

5
New cards

What determines the level of risk?

Risk is based on the likelihood that a threat actor can exploit a vulnerability and the impact that exploitation would have.

6
New cards

What does internal versus external mean when describing an attacker?

It refers to the degree of access that a threat actor possesses before initiating an attack.

7
New cards

What is an internal threat actor?

A threat actor that possesses some degree of access to the environment before initiating an attack.

8
New cards

What is an external threat actor?

A threat actor that does not already possess the same degree of access to the environment before initiating an attack.

9
New cards

What is an attack surface?

All the points at which a malicious threat actor could try to exploit a vulnerability.

10
New cards

What is a threat vector?

The path that a threat actor uses to execute a vulnerability or attack.

11
New cards

What is the difference between an attack surface and a threat vector?

The attack surface represents the possible points where an attacker could attempt exploitation, while the threat vector represents the path used to carry out the attack.

12
New cards

What is social engineering?

The psychological manipulation of people to trick them into giving away private information, sending money, or breaking security rules.

13
New cards

What is another way to describe social engineering?

“Hacking the human” because the attacker targets human behavior rather than relying solely on technical vulnerabilities.

14
New cards

Why is social engineering considered a security threat?

It manipulates people into voluntarily providing information, transferring money, or violating security rules.

15
New cards

What is impersonation?

Pretending to be someone else.

16
New cards

What is pretexting?

Inventing a fabricated backstory or scenario to try to trick a victim.

17
New cards

What is the key characteristic of pretexting?

The attacker creates a believable fabricated scenario or backstory to persuade the victim to take an action or provide information.

18
New cards

What is phishing?

An attempt by an attacker to pretend to be a reputable source and get a victim to click on a link; it can be performed through email or text.

19
New cards

What communication methods can be used for phishing according to the lesson?

Email or text messages.

20
New cards

What is the primary deception used in phishing?

The attacker pretends to be a reputable or trusted source to convince the victim to interact with a malicious link.

21
New cards

What is pharming?

An attack that redirects a user from a reputable website to a malicious one and relies on manipulating DNS entries or Internet resolution.

22
New cards

What is the key difference between phishing and pharming?

Phishing attempts to trick the victim into interacting with a malicious link or message, while pharming redirects the user from a legitimate website to a malicious site through manipulated DNS or Internet resolution.

23
New cards

What is typosquatting?

An attack where someone registers a domain name that is very similar to a real domain, hoping users will not notice the difference and will click on it.

24
New cards

What is the goal of typosquatting?

To take advantage of users failing to notice a small difference between a malicious domain and a legitimate domain.

25
New cards

What is business email compromise (BEC)?

A sophisticated campaign where an attacker targets a specific individual within a company, typically upper management or an executive.

26
New cards

Who is commonly targeted in a business email compromise attack?

A specific individual within a company, typically upper management or an executive.

27
New cards

What distinguishes business email compromise from a general phishing attempt?

Business email compromise is described as a sophisticated campaign targeting a specific individual within a company, typically an executive or upper-management employee.

28
New cards

What is brand impersonation?

An attack where a threat actor invests resources into accurately duplicating a company's logos, formatting, and other visual elements to make a phishing or pharming attack visually compelling.

29
New cards

Why does brand impersonation make phishing or pharming more convincing?

The attacker duplicates recognizable company branding, logos, formatting, and other visual characteristics to make the malicious communication or website appear legitimate.

30
New cards

What is a watering hole attack?

A targeted cyberattack where hackers infect a legitimate website that is frequently visited by a specific group of people, such as employees of a company.

31
New cards

What makes a watering hole attack targeted?

The attacker chooses a legitimate website that a specific group of intended victims is known to visit.

32
New cards

How does a watering hole attack differ from phishing?

A watering hole attack compromises a legitimate website frequently visited by the target group, whereas phishing attempts to deceive victims through messages or links.

33
New cards

What is defense-in-depth?

A strategy that uses multiple, overlapping layers of security controls so that if one control fails, another barrier will still persist.

34
New cards

Why is defense-in-depth important?

It prevents a single failed security control from leaving the system completely exposed because additional overlapping security barriers remain.

35
New cards

How does defense-in-depth relate to vulnerabilities?

Because vulnerabilities can exist even when security controls are present, multiple overlapping controls can provide additional protection if one control fails or is bypassed.

36
New cards

How do attack surface and defense-in-depth relate?

The attack surface represents the points an attacker could potentially exploit, while defense-in-depth provides multiple security layers intended to prevent or limit successful exploitation.

37
New cards

A threat actor identifies a weakness that could be intentionally exploited to cause a security breach. What concept describes the weakness?

Vulnerability.

38
New cards

An attacker has the potential to exploit a weakness, but the question asks about the potential source of harm rather than the weakness itself. What concept is being described?

Threat.

39
New cards

A security question asks you to consider both how likely an attack is and how much damage it could cause. What concept is being described?

Risk.

40
New cards

An attacker discovers multiple possible points where a system could be attacked. What concept describes all of those possible points?

Attack surface.

41
New cards

An attacker chooses a specific path through which to carry out an attack. What concept describes that path?

Threat vector.

42
New cards

An attacker calls an employee while pretending to be another person. What social engineering technique is being used?

Impersonation.

43
New cards

An attacker creates a believable fictional story about why they need information from an employee. What technique is being used?

Pretexting.

44
New cards

An attacker sends a message pretending to come from a reputable source and attempts to get the victim to click a link. What attack is this?

Phishing.

45
New cards

A user enters what appears to be a legitimate website address but is redirected to a malicious website because Internet resolution has been manipulated. What attack is this?

Pharming.

46
New cards

An attacker registers a domain that closely resembles a legitimate company's domain and hopes users fail to notice the difference. What attack is this?

Typosquatting.

47
New cards

An attacker specifically targets a company executive with a sophisticated campaign. What attack is this?

Business email compromise (BEC).

48
New cards

An attacker duplicates a company's branding and formatting to make a malicious communication or website appear legitimate. What attack technique is this?

Brand impersonation.

49
New cards

An attacker compromises a legitimate website that a particular company's employees frequently visit. What attack is this?

Watering hole attack.

50
New cards

An organization uses multiple overlapping security controls so that one failed control does not leave the environment unprotected. What security strategy is being used?

Defense-in-depth.