cyber exam hw-based

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

vulnerability

A weakness in a computer system (the reason companies release software updates)

2
New cards

threat

A set of circumstances that has the potential to cause harm (malware has been created)

3
New cards

attack

When a bad acter exploits a vulnerability (hackers are using malware on your computer)

4
New cards

control

an action, device, procedure, or technique that removes or reduces a vulnerability

5
New cards

confidentiality

the c of the CIA triad

6
New cards

integrity

the i of the CIA triad

7
New cards

availability

the a of the CIA triad

8
New cards

integrity

Is my Data still accurate, has it been tampered with?

9
New cards

Authentication

Can my system confirm the identity of the user?

10
New cards

Nonrepudiation or Accountability

Can it confirm the sender can’t deny sending something?  Auditability – added by DOD, Can I look at logs and prove who did what and when?

11
New cards

password

authentication mechanism that uses “something a user knows”

12
New cards

facial recognition

authentication mechanism that uses “something a user is”

13
New cards

physical keys

authentication mechanism that uses “something a user has”

14
New cards

biometrics

technical term for “something a user is” types of authentications

15
New cards

complete English dictionary with capitalizations and substitutions

According to the book, passwords from which of the following lists would be the most difficult for a hacker to break:

16
New cards

Least Privilege

The idea that a subject (a user) should have access to the smallest amount of objects (data) required to perform a task is called

17
New cards

False Positive

Biometric security has a margin of error defined by the Receiver Operating Characteristic.  When a fingerprint incorrectly falls within the margin of error, but the system incorrectly confirms the identity, it is called a:

18
New cards

False Negative

Biometric security has a margin of error defined by the Receiver Operating Characteristic.  When a fingerprint incorrectly falls within the margin of error, but the system incorrectly denys the identity, it is called a:

19
New cards

Access Control List

One method used to manage user permissions with a set of lists that is used by Unix and Linux, and works on a User - Group - World model is called:

20
New cards

Role-Based Access Control

Assigning permissions to users based on their job by creating groups can be described as

21
New cards

Encryption

The process of encoding a message so that its meaning is not obvious is:

22
New cards

Work Factor

The difficulty in breaking an encryption is described as its

23
New cards

root

From the videos, the name of the account used to manage a Linux or Unix based system is:

24
New cards

Active Directory

From the videos, the database used to manage users and file permissions in a Windows Server based system is:

25
New cards

buffer overflow

When a computer program exceeds the space allocated to it, the resulting error is a 

26
New cards

virus

A type of program that can replicate itself by modifying other programs on the same computer is called a:

27
New cards

worm

A type of program that can replicate itself to other computers on the same network is called a

28
New cards

trojan horse

Malicious code that appears to be a useful download, but may have another non-obvious malicious effect, named for a greek legend:

29
New cards

nonmalicious

Security failures in software can be the result of a bug or flaw in the program, this is described as:

30
New cards

true-code red

From the videos, A well known computer virus was named for the flavor of Mountain Dew drank by security researchers who worked into the night to resolve the attack.

31
New cards

Recoverable System Image

Under user vigilance, if your system becomes infected, this backup type will allow you to reboot securely and replace corrupted system files with clean versions

32
New cards

false

According to Symantec (the maker of Norton Antivirus), as long as you use a Virus Detector, you cannot get a virus on your computer.

33
New cards

modular

Software that is designed in puzzle pieces that only perform a specific task in a program are described as

34
New cards

small,simple,independent

Dividing software into single purpose puzzle pieces as described above is one of 4 goals, identify the other 3 from this list: