VAULT-ASSOCIATE-002 · Question #1
What can be used to limit the scope of a credential breach?
The correct answer is C. Use of a short-lived dynamic secrets. Using short-lived dynamic secrets helps limit the damage of a credential breach by ensuring that stolen credentials expire quickly and are not valid for extended periods.
Question
Options
- AStorage of secrets in a distributed ledger
- BEnable audit logging
- CUse of a short-lived dynamic secrets
- DSharing credentials between applications
How the community answered
(62 responses)- A2% (1)
- B6% (4)
- C89% (55)
- D3% (2)
Why each option
Using short-lived dynamic secrets helps limit the damage of a credential breach by ensuring that stolen credentials expire quickly and are not valid for extended periods.
Storing secrets in a distributed ledger does not inherently limit the scope or impact of a credential breach if the secrets themselves are static and long-lived once compromised.
Enabling audit logging provides visibility into who accessed what and when, which is crucial for incident response, but it does not prevent or limit the scope of a breach itself.
Short-lived dynamic secrets are automatically generated by Vault for a specific purpose and expire after a short, predefined period, significantly reducing the window of opportunity for an attacker to use compromised credentials even if they are breached. This mechanism inherently limits the 'blast radius' of a compromised credential by making it invalid quickly.
Sharing credentials between applications is a poor security practice that increases the blast radius of a credential breach, as one compromised application can expose credentials used by many others.
Concept tested: Dynamic secrets benefits and breach mitigation
Source: https://www.vaultproject.io/docs/secrets/dynamic-secrets
Topics
Community Discussion
No community discussion yet for this question.