CV0-004 · Question #292
A cloud developer resigned from an organization and gave a two-week notice. Within the first week since the developer resigned, a security analyst identifies large volumes of file downloads to the…
The correct answer is B. Preventing cloud developers from accessing the source code repository. The risk is that a departing developer is exfiltrating source code to their personal laptop. The most direct and effective mitigation is revoking their access to the source code repository immediately upon resignation, which stops the data loss at the source. Option A (password…
Question
A cloud developer resigned from an organization and gave a two-week notice. Within the first week since the developer resigned, a security analyst identifies large volumes of file downloads to the developer’s laptop from the source code repository. Which of the following security controls would be the best way to mitigate the organization’s risk of data loss?
Options
- AImplementing a policy to stop cloud developers from sharing passwords
- BPreventing cloud developers from accessing the source code repository
- CUpdating outbound firewall rules to block the cloud developer's IP address
- DBlocking internet access for employees that resign from the organization
- EProhibiting files on the local drive from being transferred to USB drives
How the community answered
(53 responses)- A13% (7)
- B72% (38)
- C4% (2)
- D4% (2)
- E8% (4)
Explanation
The risk is that a departing developer is exfiltrating source code to their personal laptop. The most direct and effective mitigation is revoking their access to the source code repository immediately upon resignation, which stops the data loss at the source. Option A (password sharing policy) doesn't address an employee using their own credentials. Option C (blocking their IP) is easily circumvented by changing networks. Option D (blocking all internet) is too broad and affects legitimate work. Option E (blocking USB transfers) doesn't prevent the observed behavior of downloading from a repository to a laptop - the data is already leaving the organization's control.
Topics
Community Discussion
No community discussion yet for this question.