Week 4: Security Flashcards

1
Q

What do we want to sercure?

A

Assets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Give me examples of assets?

A
  • webpage
  • database
  • company reputation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What elements does security rely on?

A
  • Authentication
  • Authorizaiton
  • Auditing
  • Confidentiality
  • Integrity
  • Availability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a threat?

A

Any POTENTIAL OCCURRENCE, malicious or otherwise, that could HARM an ASSET

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a vulnerability?

A

A weakness that makes a THREAT POSSIBle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an attack?

A

An action that EXPLOITS a VULNERABILITY or ENACTS a THREAT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Gimme examples of security vulnerabilities bitch

A
  • Code injection
  • Broken authentication and session management
  • Cross site scripting
  • Poor programming
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a code injection?

A

The insertion of MALICIOUS CODE into legitimate traffic sent to an ENDPOINT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the two very simple goals that security hinges upon?

A
  • Keep UNAUTHORIZED persons from gaining access to RESOURCES

- Ensure AUTHORIZED persons can access resources they need

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Authentication?

A

the process of confirming a user’s Identity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

More technical definition of authentication?

A

Mechanism of associating an incoming request with a set of identifying credentials

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does authentication determine?

A

Access levels or privileges:

  • System resources
  • data
  • application features
How well did you know this?
1
Not at all
2
3
4
5
Perfectly