Sniffing and Evasion Flashcards

1
Q

What is ARP Spoofing/Poisoning?

A

Any of the following is correct:
1. Changes the cache of machines so that packets are sent to you instead of the intended
target.
2. A Man in the Middle (MitM) attack that allows attackers to intercept communication between network devices.

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

What type of attack is IP Spoofing?

A

Man-in-the-Middle.

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

What does MAC stand for?

A

Media Access Control

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

Which Layer does MAC operate at?

A

Data Link Layer (Layer 2)

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

How long is a MAC address?

A

48 bits

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

Which mode do you need enabled to be able to look at all frames passing through?

A

Promiscuous mode

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

What is a CAM Table?

A

Table on a switch that stores which MAC address is on which port.

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

What is DHCP Starvation attack?

A

Attempt to exhaust all available addresses from the server

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

What is a Circuit-Level Gateway?

A

Type of firewall that operates at the Session Layer (Layer 5)

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

List 4 evasion techniques

A
  1. Slow Down Scans
  2. Flooding the network devices (Distracting IDS from real attack with alerts)
  3. Fragmentation - Split up packets
  4. Unicode Encoding
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is firewalking?

A

Going through every port on a firewall to determine what is open.

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

Can TCP-Over-DNS evade Firewall Inspection?

A

True.

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

What type of tool is Kismet?

A

Wireless device detector, wardriving tool, sniffer and WIDS (Wireless Intrusion Detection)

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

What is SSL Stripping Attack?

A

Man-in-the-middle technique to redirect victims to HTTP sites instead of HTTPS and remove TLS/SSL connections.

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

What is Ettercap?

A

Man-in-the-middle tool and packet sniffer.

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

What type of tool is Hunt?

A

Sniffer, and session hijacker, reseter.

17
Q

What type of tool is T-Sight?

A

Sniffer

18
Q

Wireshark

How do you filter for a specific port?

A

tcp.port == 443
udp.port == 443

19
Q

Wireshark
How do you filter for a specific address?

A

ip.addr == 10.0.0.1
ip.dest == 10.0.0.1
ip.src == 10.0.0.1