2b - Understanding system vulnerabilities 1 Flashcards

1
Q

What is iptables firewall?

A

iptables is a software firewall for linux which accepts, rejects, or drops network traffic

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

features of software firewalls

A

cheaper to install, require little space, easy to install, run on end devices

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

features of hardware firewalls

A

control the traffic reaching the network, can be configured with different policies for different traffic, relieve the burden of software firewalls

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

what is DPI

A

deep packet inspection examines a packets header, and contents, in detail to look for any preconfigured data

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

list good password policies

A

must include uppercase letters, lowercase letters, numbers, and special characters, must be a minimum of 10 characters in length, and must be changed every 3 months

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

define password entropy

A

how predictable a password is too guess, normally measured in bits

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

what is a password history?

A

a password history defines how many unique passwords a user must use before they can reuse passwords

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

define a few software vulnerabilities

A

0 day exploits, bugs, unupdated software may contain exploits, pirated software may contain edited code

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

define SQL injection

A

typing in SQL code into an input field which will be read by a database and ran, can be used to delete or extract data from a database

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

define some OS vulnerabilities

A

organisations using out of date or unsupported OS which contain vulnerabilities, 0 day exploits

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

why does some orgs choose to work on out of date OS

A

cost of migration and installation against the specified benefits. called cost benefit analysis

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