GIAC Certified Incident Handler (GCIH) — Question 104

Using the command below, to which share will the user be connected on 192.168.99.10?

C:\> net use \\192.168.99.10

Answer options

Correct answer: D

Explanation

The command 'net use \192.168.99.10' connects to the default share, which is IPC$ (Inter-Process Communication). The other options, such as C$, ADMIN$, and SMB$, represent different types of shares that require specific permissions or commands to access, making them incorrect in this context.