An organization aims to enhance its threat detection capabilities against internal lateral movement and credential theft within a cloud-native environment. The security team decides to deploy deception technologies to lure attackers into revealing their presence without exposing actual production assets. Which of the following techniques should the security team implement to meet these objectives? (Select TWO).
- Honeytokens embedded within deployment configuration files to trigger alerts when invokedAnswer
- Low-interaction honeypots disguised as vulnerable microservice API endpoints to detect unauthorized probesAnswer
- CInline network intrusion prevention systems configured to dynamically route suspicious production traffic into decoy environments
- DNetwork access control policies configured to quarantine unauthorized endpoints following authentication failures
Answer
The organization should implement honeytokens embedded within configuration files and low-interaction honeypots disguised as vulnerable API endpoints.
Honeytokens embedded in configuration files and low-interaction honeypots simulating API endpoints are direct implementations of deception technology. Honeytokens alert security operations when unauthorized entities attempt to use fake tokens, while low-interaction honeypots capture reconnaissance probes safely without risking production data.
Step-by-Step Solution
Key Concept
Deception technologies strategically deploy fake assets, credentials, or services (such as honeytokens and honeypots) to allure adversaries and detect unauthorized activity early in the attack lifecycle.