Unit 4: AP Cybersecurity Vocabulary

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

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:02 PM on 7/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

Server

A computer or system that provides resources, data, or services to other computers (clients) over a network.

2
New cards

Embedded Computer

A specialized computing system built into a larger device to perform dedicated functions, such as in appliances or industrial control systems.

3
New cards

IoT

Internet of Things; network-connected physical devices that collect and exchange data, often with limited built-in security.

4
New cards

Virus

Malicious code that attaches itself to a legitimate file or program and requires user action to execute and spread.

5
New cards

Worm

Self-replicating malware that spreads across networks and systems automatically, without requiring user interaction.

6
New cards

Trojan

Malware disguised as legitimate or desirable software to trick users into installing it.

7
New cards

Ransomware

Malware that encrypts a victim's files or locks their system, demanding payment for restoration.

8
New cards

Spyware

Malware that covertly monitors and collects user activity or data without consent.

9
New cards

Keylogger

Malware or hardware that records a user's keystrokes to capture sensitive information like passwords.

10
New cards

Logic Bomb

Malicious code intentionally inserted into a system that lies dormant until triggered by a specific condition or event.

11
New cards

Rootkit

Malware designed to gain and maintain privileged access while hiding its presence from detection.

12
New cards

Fileless Malware

Malware that operates in system memory and leverages legitimate system tools rather than writing files to disk, making it harder to detect.

13
New cards

Cryptographic Hash

A one-way mathematical function that converts input data into a fixed-length string, used to verify integrity.

14
New cards

MD5 (deprecated)

An older cryptographic hash algorithm producing a 128-bit hash; no longer considered secure due to known collision vulnerabilities.

15
New cards

SHA-256

A cryptographic hash algorithm producing a 256-bit hash, widely used for data integrity and security.

16
New cards

SHA-512

A cryptographic hash algorithm producing a 512-bit hash, offering a larger output size than SHA-256.

17
New cards

NTHash

The hashing algorithm used by Windows to store password hashes in the SAM database, also known as NTLM hash.

18
New cards

Salt

Random data added to a password before hashing so identical passwords produce different hashes, defeating precomputed attacks.

19
New cards

Collision

When two different inputs produce the same hash output, undermining the integrity guarantee of a hash function.

20
New cards

Brute Force

A password attack that systematically tries every possible combination of characters until the correct one is found.

21
New cards

Dictionary Attack

A password attack that tries words from a precompiled list of common passwords or phrases.

22
New cards

Rainbow Table

A precomputed table of hash values used to quickly reverse-lookup plaintext passwords from their hashes.

23
New cards

Password Spraying

An attack that tries one common password across many different user accounts to avoid triggering lockout policies.

24
New cards

Credential Stuffing

An attack that uses lists of previously breached username/password pairs to attempt login on other services, exploiting password reuse.

25
New cards

BIOS / UEFI

Firmware that initializes hardware and boots the operating system; UEFI is the modern replacement offering enhanced security like Secure Boot.

26
New cards

Autorun

A feature that automatically executes programs from removable media upon insertion, historically exploited to spread malware.