PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #238
Your organization uses Google Workspace Enterprise Edition for authentication. You are concerned about employees leaving their laptops unattended for extended periods of time after authenticating…
The correct answer is D. Set the session length timeout for Google Cloud services to a shorter duration. To prevent unauthorized access to a Google Cloud environment from an unattended, authenticated laptop, you should shorten the session length timeout for Google Cloud services.
Question
Options
- ACreate a policy that requires employees to not leave their sessions open for long durations.
- BReview and disable unnecessary Google Cloud APIs.
- CRequire strong passwords and 2SV through a security token or Google authenticator.
- DSet the session length timeout for Google Cloud services to a shorter duration.
How the community answered
(21 responses)- A5% (1)
- B5% (1)
- C14% (3)
- D76% (16)
Why each option
To prevent unauthorized access to a Google Cloud environment from an unattended, authenticated laptop, you should shorten the session length timeout for Google Cloud services.
Creating a policy relies on user compliance and does not provide a technical enforcement mechanism to prevent unauthorized access from unattended laptops.
Reviewing and disabling unnecessary Google Cloud APIs is a general security best practice but does not address the specific risk of an already authenticated, unattended session.
Requiring strong passwords and 2-Step Verification (2SV) protects the initial authentication process but does not prevent access once a session is already established and left unattended.
Setting a shorter session length timeout for Google Cloud services directly mitigates the risk of an unattended, authenticated laptop being used by malicious actors. This ensures that users are re-prompted for authentication after a specified period of inactivity, thereby protecting access to Google Cloud resources even if a device is left unlocked.
Concept tested: Google Cloud session management and security
Source: https://cloud.google.com/docs/authentication/security-keys
Topics
Community Discussion
No community discussion yet for this question.