2.1 - Logical Security

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:20 PM on 7/29/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

What is FRT?

Facial recognition technology
A biometric authentication method that uses your face to verify identity.

2
New cards

What biometric feature does FRT use?

Your face.

3
New cards

What technologies are commonly used in facial recognition systems?

Laser dot projector, infrared camera, and 3D facial map.

4
New cards

How secure is facial recognition technology?

It is relatively secure, with about a 1 in 1,000,000 false acceptance rate.

5
New cards

What is a magnetometer used for?

Passive scanning to detect metal objects.

6
New cards

What is the principle of least privilege?

Rights and permissions should be set to the bare minimum needed to complete a task.

7
New cards

How should user accounts be configured under least privilege?

They should only have exactly the access needed to do their job.

8
New cards

What is zero trust?

A security model where no device, user, or process is inherently trusted.

9
New cards

How do many traditional networks behave on the inside?

Once inside the firewall, they often have few security controls.

10
New cards

What does zero trust require?

Verification of every device, every process, and every person.

11
New cards

What security methods are commonly used in zero trust?

Multi-factor authentication, encryption, system permissions, additional firewalls, monitoring, and analytics.

12
New cards

What are Access Control Lists (ACLs)?

Rules used to allow or deny traffic or access.

13
New cards

Where are ACLs commonly applied on a network?

On the ingress or egress of a router interface.

14
New cards

What criteria can ACLs evaluate?

Source IP, destination IP, TCP ports, UDP ports, and ICMP.

15
New cards

What actions can an ACL take when traffic matches?

Permit or deny the traffic.

16
New cards

Besides traffic filtering, what else can ACLs be used for?

NAT, QoS, and operating system file access control.

17
New cards

How are ACLs used in operating systems?

They allow or deny access to files and folders in the filesystem.

18
New cards

What are the main authentication factors in MFA?

Something you know, something you have, something you are, and somewhere you are.

19
New cards

Give an example of multi-factor authentication.

A password, a mobile app code, and your location.

20
New cards

Why is email authentication useful during registration?

It verifies that the user owns the email address provided.

21
New cards

What are authentication apps?

Software-based token generators that provide pseudo-random authentication codes.

22
New cards

What does TOTP stand for?

Time-based One-Time Password.

23
New cards

Does TOTP use an incremental counter?

No, TOTP uses time instead of a counter.

24
New cards

What must be configured before using TOTP?

A shared secret key and synchronized time, usually through NTP.

25
New cards

What does OTP stand for?

One-Time Password.

26
New cards

What forms can OTP tokens take?

Hardware tokens and software tokens.