Null sessions are unauthenticated connections (not using a username or password) to an NT or 2000 system. Which TCP and UDP ports must you filter to check null sessions on your network?

A. 137 and 139
B. 137 and 443
C. 139 and 443
D. 139 and 445

Answer :

Filtering ports 139 and 445 helps prevent unauthorized access and potential exploitation of null sessions your network. The correct answer is option D: 139 and 445.

Null sessions, which are unauthenticated connections to Windows NT or 2000 systems without using a username or password, can pose a security risk. To mitigate this risk, certain TCP and UDP ports need to be filtered to prevent unauthorized access.

Port 139 is used by the NetBIOS Session Service, which is often used for file and printer sharing. Port 445 is used by the Server Message Block (SMB) protocol, which is responsible for file and printer sharing as well as other network communications. Both of these ports are commonly exploited by attackers attempting to establish null sessions.

Filtering ports 139 and 445 helps prevent unauthorized access and potential exploitation of null sessions. By blocking these ports at network boundaries or using intrusion prevention systems, organizations can enhance their network security and protect against potential vulnerabilities.

Option D is the answer.

You can learn more about Filtering ports at

https://brainly.com/question/14837272

#SPJ11