PT0-002 · Question #195
A penetration tester is evaluating a company's network perimeter. The tester has received limited information about defensive controls or countermeasures, and limited internal knowledge of the…
The correct answer is C. Use DNS lookups and dig to determine the external hosts. The first step in planning reconnaissance for a network perimeter with limited prior information is to use passive DNS lookups and tools like dig to identify external hostnames and their corresponding IP addresses.
Question
A penetration tester is evaluating a company's network perimeter. The tester has received limited information about defensive controls or countermeasures, and limited internal knowledge of the testing exists. Which of the following should be the FIRST step to plan the reconnaissance activities?
Options
- ALaunch an external scan of netblocks.
- BCheck WHOIS and netblock records for the company.
- CUse DNS lookups and dig to determine the external hosts.
- DConduct a ping sweep of the company's netblocks.
How the community answered
(31 responses)- A13% (4)
- B6% (2)
- C77% (24)
- D3% (1)
Why each option
The first step in planning reconnaissance for a network perimeter with limited prior information is to use passive DNS lookups and tools like `dig` to identify external hostnames and their corresponding IP addresses.
Launching an external scan of netblocks is an active reconnaissance technique and is typically performed after identifying the target IP ranges and specific hosts, not as the very first planning step.
While checking WHOIS and netblock records is a crucial passive step to identify domain ownership and IP ranges, DNS lookups (C) are more direct in determining the specific external hosts that are actively configured and exposed.
Using DNS lookups and tools like `dig` is a fundamental passive reconnaissance step to identify publicly advertised hostnames and their corresponding IP addresses. This directly determines the external hosts that form the company's network perimeter before any active engagement.
Conducting a ping sweep is an active reconnaissance method used to discover live hosts within a specified IP range, which is more intrusive and typically performed after initial passive identification of target networks.
Concept tested: Passive reconnaissance, DNS enumeration
Source: https://linux.die.net/man/1/dig
Topics
Community Discussion
No community discussion yet for this question.