Fundamentals of Info. Security (D430)

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

1/60

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:12 AM on 6/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

61 Terms

1
New cards

CIA Triad

Confidentiality, Integrity, and Availability.

2
New cards

DAD

Disclosure, Alteration and Denial. (Represents what attackers try to cause, the opposite of CIA)

3
New cards

Defense in Depth

External Network » Internal Network » Host » Application » Data. Cybersecurity strategy that uses multiple layers of security so that if one layer fails, others still protect the system.

4
New cards

Fabrication Attack (The four types of attacks)

When an attacker created fake or unauthorized data, messages, processes or activity inside a system.

5
New cards

Incident Response

  1. Preparation - Putting things in place to respond to security incidents BEFORE they occur.

  2. Detection and Analysis

  3. Containment, Eradication, and Recovery - Stop damage spread, remove, and restore.

  4. Post-Incident Activity - “What did we learn?”

6
New cards

Information Security

Protecting information and information systems from unauthorized access, use, disclosure, disruption, modification, or destruction.

7
New cards

Modification Attack (The Four Types of Attacks)

When an attacker changes, alters, or tampers with existing data, files, messages, or system settings without permission.

8
New cards

Parkerian Hexad

Confidentiality , Integrity , Availability , Authenticity , Utility , and Possession.

9
New cards

Risk Management (Definition)

Identify Assets » Identify Threats » Assess Vulnerabilities » Assess Risks » Mitigate Risks.

The process of identifying, assessing, and controlling potential events or situations that could negatively affect an organization, project, or individual.

10
New cards

The Four Types of Attacks

Interception, Interruption, Modification, and Fabrication

11
New cards

Vulnerabilities

Weaknesses, or holes that threats can exploit to cause you harm.

12
New cards

Risk

Likelihood that something bad will happen.

13
New cards

Threats

Something that has the potential to cause harm.

14
New cards

Impact

Taking into account the value of the threatened asset and using it to calculate risk.

15
New cards

AAA

Authentication, Authorization (Access control), Accounting.

An information security framework for controlling access to data and system resources, enforcing policies, and auditing actions.

16
New cards

Identification

Claiming an identity.

17
New cards

Identity Verification

Checking whether the claimed identity appears valid using documents or information. (Doesn’t fully prove identity)

18
New cards

Authentication

Proving your identity using authentication factors. (Pass, fingerprint, phone code, smart card, etc)

19
New cards

Authentication Factors

  • Something you know

  • Something you are

  • Something you have

  • Something you do

  • Where you are

20
New cards

Authorization

The process of determining exactly what an authenticated party can do.

21
New cards

Access Control

The tools and systems you use to deny or allow access.

22
New cards

File System ACLs (Access Control Lists)

Define what actions (Read, Write, Execute) users or groups are allowed to perform on files and directories.

23
New cards

Network ACLs (Access Control Lists)

Security rules that allow or deny network traffic based on identifiers such as IP addresses, MAC (Media Access Control) addresses, or ports.

24
New cards

Media Access Control (MAC)

A system used in networking that helps devices identify each other and control access on a network. (your actual person/identity badge inside the building)

25
New cards

Confused Deputy Problem

A trusted system or program gets tricked into doing something bad for someone who normally wouldn’t be allowed to do it.

26
New cards

CSRF (Cross-Site Request Forgery)

Tricking (by a hacker) your browser into using your logged-in account to perform actions you didn’t intend.

27
New cards

Clickjacking

An attack where a hacker tricks you into clicking something different from what you think you’re clicking.

28
New cards

Capability-Based Security

Give access based on possession of a token or key, not just who the user is. (This makes attacks like CSRF and Clickjacking much harder.)

29
New cards

Access Control Models

A method or set of rules used to decide who is allowed to access what, and what they are allowed to do with it.

30
New cards

DAC (Discretionary Access Control)

The owner of the resource determines who gets access to it and exactly what level of access they can have.

31
New cards

Mandatory Access Control (MAC)

Instead of the owner, a separate group or individual has the authority to set access to resources.

32
New cards

Rule-Based Access Control

A security model where access is allowed or denied based on predefined rules set by the system.

33
New cards

Role-Based Access Control

Allows access based on the role of the individual being granted access.

34
New cards

Attribute-Based Access Control

An access control model where access is granted or denied based on attributes (characteristics) of the user, resource, action, or environment.

35
New cards

Multilevel Access Control

A security model where information and users are assigned different security levels, and access is based on those levels.

36
New cards

Bell-LaPadula Model

A confidentiality-focused security model that prevents unauthorized reading of sensitive data and prevents sensitive data from being written to lower security levels.

37
New cards

Biba Model

A security system that ensures trusted data is not influenced or corrupted by less trusted data, using “no read down” and “no write up” rules.

38
New cards

The Brewer and Nash Model

A security model that prevents conflicts of interest by controlling what data a user can access based on what they’ve already accessed.

39
New cards

Accountable

Making sure a person is responsible for their actions.

40
New cards

Sarbanes-Oxley Act of 2002

A law that requires public companies to keep accurate financial records and prove that their financial reporting is trustworthy.

41
New cards

Auditing

The process of reviewing an organization’s records and information to ensure that people comply with laws, policies, and other bodies of administrative control.

42
New cards

Nonrepudiation

A security concept that ensures that a person cannot deny that they performed an action or sent a message.

43
New cards

Deterrence

Discourages people from attempting an attack or violating security policies.

44
New cards

Intrusion Detection and Prevention (IDPS)

A security tool that monitors activity for attacks or suspicious behavior.

45
New cards

Intrusion Detection System (IDS)

Monitoring and alerting tool; notifies when an attack or other undesirable activity is taking place.

46
New cards

Intrusion Prevention Systems (IPS)

Detects and automatically blocks suspicious activity.

47
New cards

Admissibility of Records

Refers to whether a record can be accepted as evidence in a legal proceeding, investigation, or court case. (Ex. Audit logs, Access logs, email records, etc.)

48
New cards

Logging

The process of recording events and activities that occur in a computer system, application, or network.

49
New cards

Vulnerability Assessments

The process of finding, identifying, and evaluating security weaknesses in a system, network, or application by using vulnerability scanning tools.

50
New cards

Penetration Testing

An ethical hacking exercise where security professionals try to break into a system to find and demonstrate real security weaknesses.

51
New cards

Compliance

Your adherence to the rules and regulations that govern the information you handle and the industry within which you operate.

52
New cards

Regulatory Compliance

Your adherence to the laws specific to the industry in which you operate.

53
New cards

Industry compliance

Adherence to rules, standards, regulations, or best practices that apply to a specific industry.

54
New cards

Administrative Controls

The rules and processes that tell people how to work securely.

55
New cards

Federal Information Security Management Act (FISMA)

A U.S. law that requires government agencies and organizations that work with the federal government to protect their information systems.

56
New cards

Federal Risk and Authorization Management Program (FedRAMP)

A government program created in 2011 that sets cybersecurity requirements for cloud service providers that want to work with U.S. federal agencies.

57
New cards

Gramm-Leach-Bliley Act (GLBA)

Requires financial institutions to protect customers’ personal and financial information, monitor access to it, notify customers about information sharing, and maintain a formal information security program.

58
New cards

Children’s Internet Protection Act (CIPA)

Requires schools and libraries to prevent children from accessing obscene or harmful content over the Internet.

59
New cards

Children’s Online Privacy Protection Act (COPPA)

Protects children under 13 by limiting the collection of their personal information and requiring parental notice and consent.

60
New cards

Family Educational Rights and Privacy Act (FERPA)

U.S. law that protects the privacy of student education records.

61
New cards