Vulnerability Scanning And Penetration Testing Flashcards

1
Q

What is a penetration test?

A

A security test in which an attempt is made to circumvent security controls in order to discover vulnerabilities and weaknesses

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

What is Active Reconnaissance?

A

Testing that involves tools that actually interact wit the network and systems in a manner that their use can be observed.

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

What is Passive Reconnaissance?

A

Testing where the use of tools do not provide information to the network or systems under investigation

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

What are Active Tools?

A

Tools that interact with a target system in a fashion where their use can be detected

ie. Nmap and Zenmap

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

Nmap

A

Network Mapper (port scanner)

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

What are Passive Tools?

A

Tools that do not interact with the system in a manner that would permit detection, as in sending packets or altering traffic

ie. Tripwire

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

What is Pivoting?

A

To move across a network or network traversal

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

What is Initial Exploitation?

A

Intended to demonstrate only that a vulnerability is present and exploitable

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

What is Black Box Testing?

A

Software-testing technique that consists of finding implementation bugs using malformed/semi-malformed data injection in an automated fashion.

Have no knowledge of the internal workings of the software they are testing

External perspective

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

What is White Box Testing?

A

Tests the internal structures and processing within an application for bugs, vulnerabilities, and so on

Has detailed knowledge of the application

Internal perspective

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

What is Gray Box Testing?

A

A mix of black box and white box testing

Has some knowledge of the software, network, or systems

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

What is Vulnerability Scanning?

A

The process of examining your systems and network devices for holes, weaknesses, and issues and finding them before a potential attacker does

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

What is an Intrusive test?

A

A test that changes the system state

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

What is a Non-intrusive test?

A

A test car does not directly interact with specific vulnerability

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

What is a credentialed scan?

A

A scan determining whether the vulnerabilities exist using a valid set of user credentials

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

What is a Non-credentialed scan?

A

A scan to demonstrate what the system may be vulnerable to against an outside attacker without access to a user account

17
Q

What is A False Positive?

A

An incorrect finding - something that is incorrectly reported as a vulnerability

18
Q

What is A False Negative?

A

When the scanner fails to report a vulnerability that actually does exist

19
Q

What is Wireshark?

A

A network protocol analyzer used for capturing and examining network traffic