Ports Flashcards

1
Q

What is the standard LDAPS port?

A

636 /tcp

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

What does IANA stand for?

A

Internet Assigned Numbers Authority

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

What does IANA do?

A

Maintains Service Name and Transport Protocol Port Number Registry which lists all port number reservations

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

Which 2 ports are used by FTP?

A

20/21 /tcp

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

Which ports is used by SSH?

A

22 /tcp

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

Which port is used by telnet?

A

23 /tcp

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

Which ports is used by SMTP (Simple Mail Transfer Protocol)

A

25 /tcp

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

Which ports are used by DNS?

A

53 tcp/udp

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

Which port is used by DHCP?

A

67 /udp

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

Which port is used by TFTP?

A

69 /udp

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

Which port is used by HTTP?

A

80 /tcp

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

Which port is used by POP3 (Post Office Protocol)?

A

110 /tcp

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

Which port is used by RPC (Remote Procedure Call)?

A

135 /tcp

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

Which ports are used by NetBios?

A

137/138/139 tcp/udp

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

Which port is used by IMAP?

A

143 /tcp

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

Which port is used by SNMP (Simple Network Management Protocol)?

A

161/162 /udp

17
Q

What is the standard LDAP port?

18
Q

Which port is used by HTTPS?

19
Q

Which port is used by SMB (Server Message Block)?

20
Q

Which port is used by SYSLOG?

21
Q

What port is used by the following malware:
- Death

22
Q

What port is used by the following malware:
- Senna Spy

23
Q

What ports are used by the following malware:
- Hackers Paradise

24
Q

What port is used by the following malware:
- TCP Wrappers

25
What port is used by the following malware: - Doom - Santaz Black
666
26
What port is used by the following malware: - Silencer - WebEx
1001
27
What ports are used by the following malware: - RAT
1095 1096 1097 1098
28
What port is used by the following malware: - SubSeven
1243
29
What port is used by the following malware: - Shiva-Burka
1600
30
What port is used by the following malware: - Trojan Cow
2001
31
What ports are used by the following malware: - Deep Throat
6670 6671
32
What port is used by the following malware: - Tini
7777
33
What ports are used by the following malware: - NetBus
12345 12346
34
What ports are used by the following malware: - Whack a Mole
12361 12362 12363
35
What ports are used by the following malware: - Back Office
31337 31338
36
What does the following command do? nc -l -u -p55555 < /etc/passwd
Once connection has been established to UDP port 55555, it will retrieve the /etc/passwd file. This method is used for file transfer.