nerdexam
GIAC

GCIA · Question #78

You are responsible for security at a company that specializes in e-commerce. You realize that given the high volume of Web traffic, there is a significant chance of someone being able to breach your

The correct answer is B. Implement a honey pot.. A honeypot is the correct control because it is specifically designed to lure and redirect attackers away from real sensitive systems by presenting a convincing decoy environment.

Threat Intelligence & Network Security Monitoring

Question

You are responsible for security at a company that specializes in e-commerce. You realize that given the high volume of Web traffic, there is a significant chance of someone being able to breach your perimeter. You want to make sure that should this occur, you can redirect the attacker away from sensitive data. How would you best accomplish this?

Options

  • AImplement a passive IDS
  • BImplement a honey pot.
  • CImplement a stateful packet inspection firewall.
  • DImplement a network based IDS.

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    79% (23)
  • C
    10% (3)
  • D
    3% (1)

Why each option

A honeypot is the correct control because it is specifically designed to lure and redirect attackers away from real sensitive systems by presenting a convincing decoy environment.

AImplement a passive IDS

A passive IDS only monitors and logs network traffic to generate alerts; it takes no active action to redirect or contain an attacker who has already entered the network.

BImplement a honey pot.Correct

A honeypot is a deliberately exposed decoy system configured to appear valuable so that an attacker who has breached the perimeter is drawn toward it and away from production systems containing sensitive data. It simultaneously enables defenders to monitor attacker behavior, collect indicators of compromise, and study techniques in a controlled setting without risk to real assets. This makes it uniquely suited to the goal of redirection rather than mere detection or filtering.

CImplement a stateful packet inspection firewall.

A stateful packet inspection firewall tracks TCP connection state to enforce access control at the perimeter, but it does not create a decoy environment capable of luring an attacker away from sensitive data.

DImplement a network based IDS.

A network-based IDS analyzes traffic for known attack signatures and anomalies and raises alerts, but it does not redirect an intruder who has already bypassed the perimeter toward a harmless decoy.

Concept tested: Honeypot deployment for attacker redirection and deception

Source: https://csrc.nist.gov/glossary/term/honeypot

Topics

#honeypot#deception technology#perimeter security#attacker redirection

Community Discussion

No community discussion yet for this question.

Full GCIA Practice