After compromising an initial host inside a network, which technique would best enable access to a sensitive database server not directly reachable?

Prepare for the Penetration Testing and Vulnerability Analysis Test with a range of challenging questions. Study with multiple choice format, hints, and detailed explanations to ace your next exam!

Multiple Choice

After compromising an initial host inside a network, which technique would best enable access to a sensitive database server not directly reachable?

Explanation:
Pivoting through a compromised host to reach a segmented internal resource. Once you own an initial machine inside the network, you can use it as a stepping stone to access hosts that aren’t directly reachable from your position. The database server may be on a different subnet or protected by firewall rules, so you tunnel or proxy your access through the compromised host’s network path. This leverages existing trust and routing, letting you reach the database’s service port as if you were inside the internal network, often via SSH tunnels, proxy tools, or similar techniques. That makes it the most effective way to reach the sensitive server without direct access from your starting point. Other options don’t solve the reachability issue: a remote denial-of-service attack would not grant access and would reveal activity; harvesting credentials might help if you could reach the server, but it doesn’t bypass network barriers; shutting down the database server would be destructive and counterproductive to gaining access.

Pivoting through a compromised host to reach a segmented internal resource. Once you own an initial machine inside the network, you can use it as a stepping stone to access hosts that aren’t directly reachable from your position. The database server may be on a different subnet or protected by firewall rules, so you tunnel or proxy your access through the compromised host’s network path. This leverages existing trust and routing, letting you reach the database’s service port as if you were inside the internal network, often via SSH tunnels, proxy tools, or similar techniques. That makes it the most effective way to reach the sensitive server without direct access from your starting point.

Other options don’t solve the reachability issue: a remote denial-of-service attack would not grant access and would reveal activity; harvesting credentials might help if you could reach the server, but it doesn’t bypass network barriers; shutting down the database server would be destructive and counterproductive to gaining access.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy