312-50V13 · Question #605
Jason, a certified ethical hacker, is hired by a major e-commerce company to evaluate their network's security. As part of his reconnaissance, Jason is trying to gain as much information as possible…
The correct answer is B. Jason should use passive reconnaissance techniques such as WHOIS lookups, NS lookups, and. To gather information about public-facing servers without alerting intrusion detection systems during reconnaissance, Jason should employ passive techniques like WHOIS and NS lookups.
Question
Options
- AJason should directly connect to each server and attempt to exploit known vulnerabilities.
- BJason should use passive reconnaissance techniques such as WHOIS lookups, NS lookups, and
- CJason should use a DNS zone transfer to gather information about the company's servers.
- DJason should perform a ping sweep to identify all the live hosts in the company's IP range.
How the community answered
(25 responses)- A16% (4)
- B72% (18)
- C8% (2)
- D4% (1)
Why each option
To gather information about public-facing servers without alerting intrusion detection systems during reconnaissance, Jason should employ passive techniques like WHOIS and NS lookups.
Directly connecting to servers and attempting to exploit vulnerabilities is an active and aggressive method that will almost certainly trigger an IDS.
Passive reconnaissance techniques, such as performing WHOIS lookups for domain registration information, NS (name server) lookups, and other open-source intelligence (OSINT) gathering, involve querying publicly available data sources without directly interacting with the target's network systems. This approach generates no traffic on the target's network, making it highly effective for gathering information about network infrastructure and potential entry points without triggering intrusion detection systems (IDS).
A DNS zone transfer is an active query to a DNS server that requests a full list of domain records, which is often restricted and can be logged or detected by an IDS.
A ping sweep is an active scanning technique that sends ICMP requests to multiple hosts to identify live systems, and it can be detected by an IDS as suspicious network activity.
Concept tested: Passive reconnaissance (OSINT)
Topics
Community Discussion
No community discussion yet for this question.