Week 10 - Passive & Active Data Collection Flashcards

1
Q

What is Passive data collection in a network context?

A

When data is collected from a network in a way that doesn’t emit its own data. You are only passively listening to the data.

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

What is Active data collection in a network context?

A

When data is collected in a network via direct interaction with devices on that network. You gather data that the devices might have stored. This creates data/logs and leaves a trace which is why it is active.

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

What is a way to collect data from a network?

A

To directly connect to the network via network cables.

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

Give some examples of network cables.

A

Optical Fibre
Coaxial Cable
Shielded Twisted Pair
Unshielded Twisted Pair

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

What is a cable tap?

A

A devices that can allow you to gain access to a network by connecting to the cables (Or device) of a network.

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

What type of network is the easiest to listen in on?

A

A network with a hub.

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

Why does having a hub in a network make it easy to listen in on?

A

Because all traffic goes to the hub and the hub sends the traffic back out to everyone. So if you are connected to the hub, you can ‘eavesdrop’ on all the data being sent on the network.

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

Why do switches make it difficult to listen in on data?

A

Because switches only send data packets to the device they are addressed to. It connects to sender and receiver and sends the traffic between them. This makes it harder to listen in on.

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

What device layer number is a switch?

A

A layer 2 device

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

How might you listen in on traffic in a switch?

A

Switches have a port mirroring feature, which allows you to configure the switch to make a copy of all traffic and packets and send them to a specific port. Doing this means you can configure it so you receive all the data going through the switch.

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

What is the most common way to listen to data on a network?

A

Sniffing.

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

What is the most common way to listen to data on a network passively?

A

Sniffing.

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

What are some applications/tools for listening in on data in a network using sniffing?

A

TCP Dump
Win Dump
Wireshark

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

How do you use sniffing?

A

Make sure you device ins on the network, and then set it to ‘promiscous’ mode. This will let it listen to all the passing data.

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

Why might you actively gather data instead of passively?

A

Because active data collection allows for the gathering of more specific data like log data on devices, rather than just listening to traffic which may not be useful.

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

How ight you actively gather information on a network?

A

Network scanning

Executing commands over a network

17
Q

Give example tools for scanning ports.

A

Netsat

Nmap

18
Q

What information might network scanning give you?

A

What ports are being used on the network
Information about the devices
What services are being provided on the ports