GCIH · Question #98
Which of the following statements about reconnaissance is true?
The correct answer is A. It describes an attempt to transfer DNS zone data. Among the options, only choice A correctly describes a reconnaissance activity - specifically DNS zone transfer, which attackers use to map a target network.
Question
Which of the following statements about reconnaissance is true?
Options
- AIt describes an attempt to transfer DNS zone data.
- BIt is a computer that is used to attract potential intruders or attackers.
- CIt is any program that allows a hacker to connect to a computer without going through the
- DIt is also known as half-open scanning.
How the community answered
(20 responses)- A85% (17)
- C10% (2)
- D5% (1)
Why each option
Among the options, only choice A correctly describes a reconnaissance activity - specifically DNS zone transfer, which attackers use to map a target network.
A DNS zone transfer (AXFR request) is a reconnaissance technique where an attacker queries a DNS server to obtain a full copy of its zone data, exposing hostnames, IP addresses, and network topology. This information gathering step is a classic reconnaissance method used to plan further attacks against a target.
That description defines a honeypot - a decoy system intentionally deployed to lure and monitor attackers - not a statement about reconnaissance.
That description defines a backdoor or remote access trojan, which provides covert unauthorized remote access to a compromised system.
Half-open scanning (SYN scanning) is a specific port scanning method that sends SYN packets without completing the TCP handshake, and is a sub-technique within reconnaissance, not a definition of reconnaissance itself.
Concept tested: DNS zone transfer as a network reconnaissance technique
Source: https://attack.mitre.org/techniques/T1590/002/
Topics
Community Discussion
No community discussion yet for this question.