41.7k views
4 votes
Isaac has access to a Windows system that is a member of the local Active Directory domain as part of his white-box penetration test. Which of the following commands might provide information about other systems on the network?

A. net use
B. net user
C. net group
D. net config

User Godice
by
7.7k points

1 Answer

4 votes

Final answer:

The most appropriate command from the given options to provide information about other systems on a local Active Directory domain is 'net group', which can give insights into the organization of users and systems on the network. The correct option is C.

Step-by-step explanation:

The command that might provide information about other systems on the network in a Windows system is net view. The net view command displays a list of all computers in the current domain or network. It can be used by Isaac to gather information about the network and identify potential targets for his penetration test. The student is asking about a command that can provide information about other systems on a Windows network as part of a white-box penetration test. In this context, the net commands are a suite of commands used to manage network resources, and the command relevant for discovering information about systems on the network is net view.

However, from the provided options, the command net group would be the most appropriate choice to list domain groups and might give insights into the roles and organization of users and systems on the network. Although not listed, net view is actually the command that would typically list other systems on the network directly, while net user and net use are more focused on user accounts and network connections to shared resources respectively. Net config can display the network configuration, which is beneficial but not as direct for listing other systems.

User Ben Campbell
by
7.6k points