Quiz 1 Flashcards

5.0(1)
Studied by 1 person
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/47

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering threat modeling diagrams, MITRE lists, STRIDE threat categories, risk formulas, handling strategies, and risk analysis concepts from COMP 435 Lecture 3.

Last updated 7:08 PM on 8/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

48 Terms

1
New cards

Trust Domain

A group of components that we assume can trust one another.

2
New cards

Dataflow Diagram

A diagram used for a particular task to reason about data sources, systems passed through, stored data, and how data can be accessed, read, and modified at each point.

3
New cards

User Workflow Diagram

A diagram that maps out user steps for a particular task to analyze potential bypasses in processes such as authentication.

4
New cards

Resource Lifecycle Diagram

A diagram used to model how a resource or account transitions from one stage to another throughout its existence (e.g., Setup, Active, Disabled, Dormant, Archived).

5
New cards

CWE (Common Weakness Enumeration)

A MITRE-maintained list and system of security focus representing classes of security weaknesses.

6
New cards

CVE (Common Vulnerabilities and Exposures)

A MITRE-maintained list tracking specific instances of publicly known cybersecurity vulnerabilities.

7
New cards

MITRE ATT&CK Matrix

A matrix created by MITRE detailing enterprise attacker tactics and techniques.

8
New cards

STRIDE

A threat modeling framework used for systematically identifying common types of security threats: Spoofing, Tampering, Repudiation, Information disclosure, Denial of service, and Escalation of privilege.

9
New cards

Spoofing

In the STRIDE framework, the threat category defined as impersonating an entity.

10
New cards

Tampering

In the STRIDE framework, the threat category defined as unauthorized alteration.

11
New cards

Repudiation

In the STRIDE framework, the threat category defined as denying responsibility for an action.

12
New cards

Information Disclosure

In the STRIDE framework, the threat category defined as the unauthorized release of data.

13
New cards

Denial of Service

In the STRIDE framework, the threat category defined as the loss of availability of a system or resource.

14
New cards

Escalation of Privilege

In the STRIDE framework, the threat category defined as gaining unwarranted privilege to resources.

15
New cards

Risk

A possible event with a negative outcome; a potential problem.

16
New cards

Risk Impact

A loss associated with a risk event, such as loss of life, lost time, lost money, or bad publicity.

17
New cards

Risk Probability

The likelihood that a risk event will occur within a given timeframe, bounded by 0Pr[Event]10 \le \text{Pr}[\text{Event}] \le 1.

18
New cards

Risk Exposure

The overall calculated loss value for a risk, defined by the equation risk exposure=risk impact×risk probability\text{risk exposure} = \text{risk impact} \times \text{risk probability}.

19
New cards

Risk Avoidance

A strategy for handling risk by changing something in order to completely avoid the risk.

20
New cards

Risk Transfer

A strategy for handling risk by reallocating the risk or purchasing insurance.

21
New cards

Risk Assumption

A strategy for handling risk that involves choosing to accept the risk.

22
New cards

Risk Analysis Process

A six-step methodology consisting of: 1. Identify assets, 2. Determine vulnerabilities, 3. Estimate likelihood of exploitation, 4. Compute expected annual loss, 5. Survey applicable controls and their costs, and 6. Project annual savings of control.

23
New cards

Probability Measures for Risk Exploitation

The three metrics used to estimate the likelihood of exploitation in risk analysis: Model-based, Frequency-based, and Expertise-based probability measures.

24
New cards

Authorization

Spoofing reflects which security policy?

25
New cards

Integrity

Tampering reflects which security policy?

26
New cards

Accountability

Repudiation reflects which security policy?

27
New cards

Confidentiality

Information Disclosure reflects which security policy

28
New cards

Availability?

Denial of Service reflects which security policy?

29
New cards

Authorization

Escalation of Privileges reflects which security policy?

30
New cards

Identify Assets

1st step of Risk Analysis. Ex: People, supplies, hardware, data, software, documentation, data, reputation

31
New cards

Determine Vulnerabilities

2nd step of Risk Analysis. Essentially threat modeling.

32
New cards

Estimate Liklelihood of exploitation

3rd step of Risk Analysis. Calculate Risk probability using

  • Model-based probability

  • Frequency-based probability

  • Or Expertise-based probability


33
New cards

Compute Annual Expected Loss

4th step of Risk Analysis. Calculate Risk Exposure.

34
New cards

Survey and Select Controls

5th step of Risk Analysis. Decide methods and Evaluate.

Ex: Choose methods such as prevention/detection. Evaluate mitigated risks, one-time/ongoing costs, and ease of use.

35
New cards

Project Costs and Savings

6th Step of Risk Analysis. Put it altogether. After calculating risk exposure through threat modeling and identifying assets, find the overall costs and savings.

36
New cards

Policy Primitives

Confidentiality, Integrity, Accessibility (CIA)

Authorization

Accountability

37
New cards

Adversaries

Source of threat or attack

38
New cards

Attackers

Maliciously motivated threat

39
New cards

Resources

Assets we want to protect. i.e hardware, data, software

40
New cards

Impact

Loss. effects of exploited vulnerability

41
New cards

Harm

Effect of exploitation. violation of a security policy.

ex: Money stolen from bank account

42
New cards

Vulnerability

Weakness that could cause harm

ex: side channel where money transfer occurs has no authentication

43
New cards

Threat

Circumstances/source of harm

ex: curious or malicious person explores network transfers

44
New cards

Attack

  • attack surface, vector, threat agent, adversary, attacker


45
New cards

Attack Surface

set of vulnerabilities

46
New cards

Attack Vector

Steps of attack

47
New cards

Threat Agent/Adversary

Source of attack

48
New cards

Attacker

Malicious threat