nerdexam
GIAC

GSLC · Question #424

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…

The correct answer is D. Implement a honey pot. A honeypot is the correct control for redirecting attackers away from sensitive data because it is specifically designed as a decoy system to lure and deceive intruders, drawing them away from production assets.

Security Architecture & Engineering

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 network based IDS.
  • BImplement a passive IDS
  • CImplement a stateful packet inspection firewall.
  • DImplement a honey pot.

How the community answered

(54 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    11% (6)
  • D
    83% (45)

Why each option

A honeypot is the correct control for redirecting attackers away from sensitive data because it is specifically designed as a decoy system to lure and deceive intruders, drawing them away from production assets.

AImplement a network based IDS.

A network-based IDS detects and alerts on suspicious traffic but takes no action to redirect or deceive an attacker who has breached the perimeter.

BImplement a passive IDS

A passive IDS only monitors and generates alerts in response to detected events without actively redirecting or engaging an attacker.

CImplement a stateful packet inspection firewall.

A stateful packet inspection firewall enforces access control by tracking connection state and filtering traffic, but it does not redirect attackers to a decoy environment away from sensitive data.

DImplement a honey pot.Correct

A honeypot is a deliberately configured decoy system that mimics production resources to attract attackers and divert them away from systems containing real sensitive data. It also gives defenders visibility into attacker techniques and behavior without exposing actual assets, making it the only listed control that fulfills the redirection requirement.

Concept tested: Honeypot deployment for attacker deception and redirection

Source: https://csrc.nist.gov/publications/detail/sp/800-94/final

Topics

#honeypot#intrusion deception#perimeter defense#e-commerce security

Community Discussion

No community discussion yet for this question.

Full GSLC Practice