Professor Messers Security+ 1.2 Videos

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:33 AM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

What are the fundamentals of IT Security also known as?

AIC

2
New cards

What does AIC stand for?

“A’ stands for availability, ensuring all systems are up & running

“I” stands for integrity, be sure you messages are sending without third party modification

“C” stands for confidentiality, to prevent access from outsiders

3
New cards

How do we provide Confidentiality?

You may encrypt data, allow limits on you may access what information & two factor authen.

4
New cards

How do we provide Integrity?

You may use digital signatures, certificates & hash data

5
New cards

How do we provide Availability?

Having redundancy within your system & patching any holes

6
New cards

What is Proof Of Integrity?

This means we could verify our data hasn’t been tampered with, using hashing to ensure our intended person received our message

7
New cards

What is Proof Of Origin?

This means through integrity we know nothing has changed & has reached our sender, using signatures & private keys to verify

8
New cards

Steps of system verification

Identification: Claiming you are someone (Ex. Username)

Authentification: Proves we are who we claim to be (Ex. Passwords)

Authorization: What we get accessed to based on our login (Ex. Sales only sees profits)

Accounting: A log of what happened when we were logged in (Ex. login/logout)

9
New cards

What must you do to Authenticate a system?

You must use certificates that are signed

10
New cards

What is Certificate Authority?

Also known as CA, this is the system that is responsible for managing certificates & create/sign them

11
New cards

How do you Authorize a system?

You may use an authorization model, roles & organization

12
New cards

What is Abstraction?

Creating groups/relationship if we are unable to use a model (Ex. creating a group with only access to shipping information & adding selected users to said group)

13
New cards

What is a Gap analysis?

A study of where we are vs. where we want to be

14
New cards

What is a baseline?

This is needed prior to your analysis, your goals you are trying to achieve depending on your company

15
New cards

Is a baseline of employees needed?

Yes, you need an understanding of their experience, training & knowledge of policies

16
New cards

Why do you compare & contrast systems during a gap analysis?

You must be aware of the differences & weaknesses from your system to your goal system then break those issues up into smaller groups to better understand

17
New cards

What’s the final document?

This summarizes everything found, through this you make a path of how these goals may be achieved then a final report to submit

18
New cards

What’s a honeypot?

This attracts attackers & keeps them in the system to see what technique they are using (NOT A REAL SYSTEM)

19
New cards

What’s a honeynet?

A workstation that looks real to attackers & has routers and switches

20
New cards

What is a honeyfile?

Having fake files labeled as important information then once attackers access it the system is alerted

21
New cards

What are honey tokens?

This is traceable data within a honeynet & if this data is shared you are aware where it came from (FAKE INFORMATION)

22
New cards

What are the 7 types of physical security?

Barricades: To prevent access & allows people to get to one point without interferring with another

Access control vestibules: A room you must past through to get to another part of a building

Fencing: Most common form, but very obvious

Video surveillance: Also known as CCTV a good replacement to physical guards

Access Badges: Front desk & visual ID cards

Lighting: More light helps prevent attackers since they dont want to be seen

Sensors: Radiation & motion detectors

23
New cards

Are most networks open?

Yes, you just need to pass the firewall

24
New cards

What does Zero trust mean?

You have to prove yourself everytime you login

25
New cards

What is seperate functional planes?

Smaller groups within a network that you can implement zero trust on

26
New cards

What is the data plane?

this performs the actual security process, moving data from one part to another

27
New cards

What is the control plane?

The plane that manages what happens in the data plane (Ex. policies & rules)

28
New cards

Adaptive identity

This helps us exam who is trying to gain access & what controls they get

29
New cards

Threat scope reduction

Limiting how many places you can access on a network

30
New cards

Policy driven access control

This checks all data points puts them together & decides what process should be used

31
New cards

Security zones

Where users are trying to connect from & what they are trying to connect to ( Untrusted vs. Trusted) Not only meant to deny people but to allow access to users who match the system ( A worker login or connecting to wifi)

32
New cards

Policy enforcement point

Subjects users & systems to an evaluation known as PEP before connecting to the network

33
New cards

Policy decision point

Also known as PDP, collects all the data examines it & decides whether you get access or not

34
New cards

Policy engine

Looks at all request & compares it to a set of security policies then makes a decision

35
New cards

Policy Administrator

Takes the decision & gives it to PEP (Policy enforcement point)