Question: 1 / 50

Which technique is used during reconnaissance to gather information about network hosts and services running on open ports?

Banner grabbing

The technique that is specifically used during reconnaissance to gather information about network hosts and the services running on open ports is banner grabbing. This process involves connecting to a service on an open port and collecting the information that the service returns, which can include software versions, operating system details, and configuration settings. By analyzing this information, an attacker can identify potential vulnerabilities associated with those services. While port scanning is used to discover open ports on a target system, it does not provide detailed information about the services themselves. It focuses on the presence of ports and whether they are open, closed, or filtered. Vulnerability scanning, on the other hand, is aimed at identifying known vulnerabilities within the services running on hosts but typically follows the reconnaissance phase. DNS enumeration is focused on collecting information from the Domain Name System, such as discovering subdomains or determining mail servers, and does not directly relate to services running on open ports. Therefore, banner grabbing is the technique that best fits the context of gathering detailed information about hosts and services during the reconnaissance phase.

Port scanning

Vulnerability scanning

DNS enumeration

Next

Report this question