nerdexam
GIAC

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.

Reconnaissance, Scanning, and Enumeration

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)
  • A
    85% (17)
  • C
    10% (2)
  • D
    5% (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.

AIt describes an attempt to transfer DNS zone data.Correct

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.

BIt is a computer that is used to attract potential intruders or attackers.

That description defines a honeypot - a decoy system intentionally deployed to lure and monitor attackers - not a statement about reconnaissance.

CIt is any program that allows a hacker to connect to a computer without going through the

That description defines a backdoor or remote access trojan, which provides covert unauthorized remote access to a compromised system.

DIt is also known as half-open scanning.

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

#reconnaissance#DNS zone transfer#footprinting#network enumeration

Community Discussion

No community discussion yet for this question.

Full GCIH Practice