In Metasploit, which identifiers link a service or vulnerability record to its host?

Study for the SANS560 GIAC Penetration Tester (GPEN) Test. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

In Metasploit, which identifiers link a service or vulnerability record to its host?

Explanation:
Relational links in Metasploit’s database use IDs to connect records. Each host has a unique id, and every service is stored with the host’s id (host_id) to show which host it belongs to. A vulnerability is tied to a specific service via service_id, and that service already points back to its host with host_id. So using both host_id and service_id lets you precisely connect a vulnerability (or a service) to its exact host. IP address or OS name are descriptive fields, and a port is part of the service, not the linking mechanism.

Relational links in Metasploit’s database use IDs to connect records. Each host has a unique id, and every service is stored with the host’s id (host_id) to show which host it belongs to. A vulnerability is tied to a specific service via service_id, and that service already points back to its host with host_id. So using both host_id and service_id lets you precisely connect a vulnerability (or a service) to its exact host. IP address or OS name are descriptive fields, and a port is part of the service, not the linking mechanism.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy