312-50V12 · Question #204
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 a
The correct answer is B. Jason should use passive reconnaissance techniques such as WHOIS lookups, NS lookups, and. Jason needs to gather information about public-facing servers without alerting intrusion detection systems, which necessitates using passive reconnaissance methods.
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
(53 responses)- A4% (2)
- B77% (41)
- C13% (7)
- D6% (3)
Why each option
Jason needs to gather information about public-facing servers without alerting intrusion detection systems, which necessitates using passive reconnaissance methods.
Directly connecting and attempting to exploit vulnerabilities is an active and intrusive attack technique that would immediately alert intrusion detection systems.
Passive reconnaissance techniques like WHOIS lookups query public domain registration databases, and NS lookups query public DNS servers for information, without directly interacting with the target's network. This approach minimizes direct engagement with the target, making it extremely difficult for IDSs to detect the activity as an attack.
A DNS zone transfer is an active query directly to the target's DNS server and, if successful by an unauthorized party, is likely to be logged or flagged as suspicious by security systems.
Performing a ping sweep involves sending active network probes to target hosts, generating traffic that intrusion detection systems are designed to identify as scanning activity.
Concept tested: Passive reconnaissance techniques for security assessments
Source: https://learn.microsoft.com/en-us/training/modules/threat-intelligence-identify-vulnerabilities/2-reconnaissance
Topics
Community Discussion
No community discussion yet for this question.