nerdexam
GIAC

GSEC · Question #136

In addition to securing the operating system of production honey pot hosts, what is recommended to prevent the honey pots from assuming the identities of production systems that could result in the…

The correct answer is B. Deploy the honey pot hosts in an unused part of your address space. Placing honeypots in unused IP address space ensures they cannot claim or conflict with active production IP addresses, preventing them from intercepting legitimate traffic intended for real systems.

Network Security

Question

In addition to securing the operating system of production honey pot hosts, what is recommended to prevent the honey pots from assuming the identities of production systems that could result in the denial of service for legitimate users?

Options

  • ADeploy the honey pot hosts as physically close as possible to production systems.
  • BDeploy the honey pot hosts in an unused part of your address space.
  • CDeploy the honey pot hosts to only respond to attacks.
  • DDeploy the honey pot hosts on used address space.

How the community answered

(22 responses)
  • A
    18% (4)
  • B
    73% (16)
  • C
    5% (1)
  • D
    5% (1)

Why each option

Placing honeypots in unused IP address space ensures they cannot claim or conflict with active production IP addresses, preventing them from intercepting legitimate traffic intended for real systems.

ADeploy the honey pot hosts as physically close as possible to production systems.

Physical proximity to production systems affects network topology considerations but does not address the IP address identity conflict that causes legitimate traffic to be misdirected.

BDeploy the honey pot hosts in an unused part of your address space.Correct

When a honeypot is deployed on an address from unused space, it has no overlap with production system addresses and therefore cannot respond to ARP or other requests meant for live hosts. If a honeypot occupied an address shared with or adjacent to a production host, it could impersonate that host and cause legitimate clients to connect to the honeypot instead of the real service, resulting in a denial of service. Unused address space creates a clean separation that preserves production availability while still attracting attackers probing non-routable or unassigned ranges.

CDeploy the honey pot hosts to only respond to attacks.

Configuring honeypots to only respond to attacks is a behavioral policy that cannot prevent IP address conflicts if the honeypot resides in used address space.

DDeploy the honey pot hosts on used address space.

Deploying on used address space is precisely the condition being avoided - it directly creates the risk of the honeypot impersonating a production host and denying service to legitimate users.

Concept tested: Honeypot deployment isolation using unused address space

Source: https://www.sans.org/white-papers/1102/

Topics

#honeypot#deception technology#address space#DoS prevention

Community Discussion

No community discussion yet for this question.

Full GSEC Practice