312-50V9 · Question #105
Which solution can be used to emulate computer services, such as mail and ftp, and to capture information related to logins or actions?
The correct answer is B. Honeypot. A honeypot is a security decoy system designed to emulate real services like mail and FTP in order to attract attackers and capture their credentials and actions.
Question
Which solution can be used to emulate computer services, such as mail and ftp, and to capture information related to logins or actions?
Options
- AFirewall
- BHoneypot
- CCore server
- DLayer 4 switch
How the community answered
(26 responses)- B92% (24)
- C4% (1)
- D4% (1)
Why each option
A honeypot is a security decoy system designed to emulate real services like mail and FTP in order to attract attackers and capture their credentials and actions.
A firewall enforces access control rules to permit or deny traffic - it does not emulate services or capture attacker actions beyond logging connection attempts.
A honeypot intentionally mimics legitimate network services to lure attackers, logging all interaction including login attempts, credentials used, and commands executed. This provides threat intelligence and early warning of intrusion attempts without exposing production systems. Tools like Honeyd or specialized appliances can emulate mail, FTP, HTTP, and other services convincingly.
A 'core server' is a generic infrastructure term referring to a central production server, not a deception-based security tool.
A Layer 4 switch forwards traffic based on transport-layer port and IP information - it has no capability to emulate application services or capture attacker behavior.
Concept tested: Honeypot deception and service emulation
Source: https://www.sans.org/white-papers/1220/
Topics
Community Discussion
No community discussion yet for this question.