ITCS-3320 Week 1 Security of Data & Applications Vocabulary

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

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core cybersecurity principles, CIA triad components, threat vectors, security frameworks, authentication mechanisms, and defense techniques based on Week 1 lecture notes.

Last updated 9:15 PM on 8/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Cybersecurity

The art of protecting our digital world, with the primary goal of defending systems against intentional attacks and unauthorized access.

2
New cards

CIA Triad

The three fundamental principles of information security — Confidentiality, Integrity, and Availability.

3
New cards

Confidentiality

A principle of the CIA Triad ensuring that information is accessed only by those who are authorized to have access.

4
New cards

Integrity

A principle of the CIA Triad that maintains data consistency, accuracy, and trustworthiness, ensuring information has not been tampered with.

5
New cards

Availability

A principle of the CIA Triad ensuring that information and systems are accessible when users need them.

6
New cards

Threat

The potential for a threat source to exploit a vulnerability to cause harm to an asset.

7
New cards

Vulnerability

A weakness or flaw in a system, process, or control that could be exploited by a threat actor.

8
New cards

Malware

Software designed to disrupt operations, steal data, or gain unauthorized access to systems (includes viruses, worms, trojans, ransomware, and spyware).

9
New cards

Social Engineering

A threat mechanism targeting human psychology by manipulating people into giving out information or performing actions that compromise security.

10
New cards

Ransomware

A type of malware that encrypts a victim's files and demands ransom payment in order for them to restore access.

11
New cards

Phishing

A type of social engineering where attackers send fake communications designed to make them look real in order to reveal sensitive info or download malware.

12
New cards

Cybersecurity Frameworks

A collection of documented best practices, standards, and guidelines that help an organization build and improve its security program.

13
New cards

NIST Cybersecurity Framework

The most influential security framework, structured around a logical lifecycle of Identify, Protect, Detect, Respond, and Recover.

14
New cards

NIST Lifecycle: Identify

Understanding the organizational context, the systems and assets that support the mission, and the risks to those systems and assets.

15
New cards

NIST Lifecycle: Protect

Developing and implementing the correct safeguards to ensure delivery of critical infrastructure services.

16
New cards

NIST Lifecycle: Detect

Developing and implementing correct activities to identify the occurrence of a cybersecurity event in a timely manner.

17
New cards

NIST Lifecycle: Respond

Developing and implementing correct activities to take action regarding a detected cybersecurity event.

18
New cards

NIST Lifecycle: Recover

Developing and implementing appropriate activities to maintain plans for resilience and restore anything that was impacted.

19
New cards

ISO/IEC 27001

A standard that specifies the requirements for establishing, implementing, maintaining, and continually improving an Information Security Management System (ISMS).

20
New cards

Authentication

The process of verifying the identity of a user, device, or system.

21
New cards

Authorization

The process of determining what an authenticated user can do.

22
New cards

Encryption

A two-way mathematical process used to ensure data confidentiality by converting readable data into unreadable form using a key.

23
New cards

Hashing

A one-way mathematical process used to ensure data integrity by creating unique, fixed-length fingerprints of data that cannot be reversed.

24
New cards

Multi-Factor Authentication (MFA)

An authentication method requiring two or more verification factors — something you know, something you have, or something you are — to grant access.

25
New cards

Defense in Depth

A security strategy that uses multiple layers of controls so that if one fails, others continue to provide protection.