SK0-003 · Question #700
The server administrator discovers that a server, which has not been patched, is running extremely slow and suspects that the server may have been compromised. Which of the following commands should t
The correct answer is A. netstat. The netstat command is the appropriate tool for a server administrator to examine active network connections, listening ports, and routing tables to identify suspicious network activity.
Question
The server administrator discovers that a server, which has not been patched, is running extremely slow and suspects that the server may have been compromised. Which of the following commands should the administrator use to check the number of network connections the server is making?
Options
- Anetstat
- Bping
- Cnslookup
- Dgrep
How the community answered
(60 responses)- A73% (44)
- B15% (9)
- C3% (2)
- D8% (5)
Why each option
The netstat command is the appropriate tool for a server administrator to examine active network connections, listening ports, and routing tables to identify suspicious network activity.
The netstat (network statistics) command-line utility is specifically designed to display active network connections (both incoming and outgoing), listening ports, routing tables, and various network interface statistics on a system. It is the primary tool to identify and count current network connections, which is crucial when suspecting a server compromise.
The ping command is used to test the reachability of a host on an IP network and measure latency, not to list the network connections originating from or terminating at the local server.
The nslookup command is used to query the Domain Name System (DNS) for domain names or IP address mappings and does not provide information about active network connections.
The grep command is a utility for searching text patterns within files or command output and is not a standalone tool for checking network connections, although it can filter netstat output.
Concept tested: Network connection monitoring utilities
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netstat
Topics
Community Discussion
No community discussion yet for this question.