Investigate Suspicious Service Account Login Attempt | PCSE
During a routine security review, your team discovered a suspicious login attempt to impersonate a highly privileged but regularly used service account by an unknown IP address. You need to effectively investigate in order to respond to this potential security incident. What should you do?
Community Votes
62% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Tests knowledge of centralized threat detection versus manual log review, with the common trap being choosing basic audit log inspection over automated security alerting platforms.
This PCSE question tests effective incident response using Google Cloud’s native security tools. Community consensus confirms that leveraging Security Command Center’s Event Threat Detection alongside Cloud Audit Logs is the optimal approach for investigating suspicious service account logins.
Many candidates select B because Cloud Audit Logs are always available, but they overlook that Event Threat Detection provides contextualized, prioritized alerts specifically designed for rapid incident investigation and correlation.
Community Discussion (5 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Event Threat Detection (ETD) in Security Command Center is purpose-built to identify anomalous behavior, such as unauthorized service account access from unknown IPs. By checking ETD alerts first, engineers can quickly triage threats before diving into raw logs. Cross-referencing these alerts with Cloud Audit Logs validates findings and provides the granular details needed for forensic analysis.Why the Other Options Are Wrong
Option A is reactive and inefficient since enabling logs after an incident delays investigation. Option B relies solely on manual log review, which lacks the correlation and prioritization features of a dedicated threat detection platform. Option C addresses infrastructure vulnerabilities rather than authentication anomalies, making it irrelevant to a credential compromise scenario.Community Comment Notes
Candidates frequently debate whether Security Command Center must be explicitly enabled in the prompt. However, PCSE exams assume foundational security tools are active when evaluating best practices. Comments highlight that ETD’s near-real-time analysis significantly reduces mean time to detect (MTTD), aligning with professional security engineering standards.Official Reference
Exam Strategy
Always prioritize managed security services like Security Command Center over manual log inspection during incident response questions. Look for keywords indicating proactive threat detection, correlation, and cross-service validation.
Frequently Asked Questions
Why is reviewing Cloud Audit Logs alone insufficient for this scenario?
Manual log review lacks automated correlation and prioritization. Event Threat Detection surfaces relevant alerts faster, enabling efficient triage before deep-diving into raw logs.
Does the question imply Security Command Center is already enabled?
Yes, PCSE assumes core security posture tools are active. The exam tests optimal incident response workflows, not infrastructure provisioning steps.