CEHv8 BOOTCAMP: MODULE 03-SCANNING NETWORKS_SET-1 Flashcards

1
Q

What does network scanning refer to?

A

A set of procedures for identifying hosts, ports, and services in a network.

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

What are the 4 objectives of network scanning?

A
  • To discover live hosts, IP address, and open ports of live hosts.
  • To discover operating systems and system architecture.
  • To discover services running on hosts.
  • To discover vulnerabilities in the hosts.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A ping scan involves sending what to a host?

A

ICMP ECHO requests.

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

During a ping scan; if the host is live what will it return?

A

ICMP ECHO reply.

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

What is a ping scan useful for?

A

Locating active devices, or determining if ICMP is passing through a firewall.

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

What is a ping sweep used for?

A

To determine the live host from a range of IP addresses by sending ICMP ECHO requests for multiple hosts.

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

If a target host is live during a ping sweep what will be returned?

A

ICMP ECHO reply.

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

A ping sweep can be used to create what?

A

An inventory of live systems in the subnet.

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

How can attackers calculate the number of hosts present in the subnet?

A

Using subnet mask calculators.

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

Describe an Angry IP Scanner.

A

pings each IP to check if it’s live then optionally resolves it’s host name.

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

Describe SolarWinds Engineer’s Toolset.

A
  • A ping sweep that enables scanning a range of IP address to identify which IP address are in use and which ones are currently free.
  • Performs reverse DNS lookup.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does TCP use to establish a connection between server and client?

A

A 3-way handshake.

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

Describe a 3-way handshake.

A
  • Computer A initials a connection to the server via a packet with only the SYN flag set.
  • The server replies with a packet with both the SYN and the ACK flags set.
  • The client responds back to the server with a single ACK packet.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 6 TCP communication flags?

A
  • Urgent (URG)
  • Finish (FIN)
  • Reset (RST)
  • Push (PSH)
  • Acknowledgement (ACK)
  • Synchronize (SYN)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the Urgent (URG) TCP Flag?

A

Data contained in the packet should be processed immediately.

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

What is the Finish (FIN) TCP Flag?

A

There will be no more transmission.

17
Q

What is the Reset (RST) TCP Flag?

A

Resets a connection.

18
Q

What is the Push(PSH) TCP Flag?

A

Sends all buffered data immediately.

19
Q

What is the Acknowledgement (ACK) TCP Flag?

A

Acknowledges receipt of a packet.

20
Q

What is the Synchronize (SYN) TCP Flag?

A

Initiates a connection between hosts.

21
Q

Describe Colasoft Packet Builder.

A

Enables creating custom network packets to audit networks for various attacks.