Scan Types & Responses Flashcards

1
Q

TCP

A

Connect Runs through a full connection (three-way handshake) on all ports. Easiest to detect, but possibly the most reliable.

Open ports will respond with a SYN/ACK, closed ports with a RST/ACK.

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

SYN

A

Known as a “half-open scan.” Only SYN packets are sent to ports (no completion of the three-way handshake ever takes place).

Open ports will respond with a SYN/ACK, closed ports with a RST/ACK.

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

FIN

A

Scans run the communications setup in reverse, sending a packet with the FIN flag set.

Closed ports will respond with RST, whereas open ports won’t respond at all.

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

XMAS

A

A Christmas scan is so named because the packet is sent with multiple flags (FIN, URG, and PSH) set.

Closed ports will respond with RST, whereas open ports won’t respond at all

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

ACK

A

Used mainly for Unix/Linux-based systems.

Open ports will send RST, closed ports, no answer

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

IDLE

A

Uses a spoofed IP address to elicit port responses during a scan. Designed for stealth, this scan uses a SYN flag and monitors responses as with a SYN scan.

Open = SYN/ACK, Closed = RST/ACK

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

NULL

A

Almost the opposite of the XMAS scan. The NULL scan sends packets with no flags set.

Responses will vary, depending on the OS and version, but NULL scans are designed for Unix/Linux machines

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