PCCET · Question #150
What should a security operations engineer de when reviewing suspicious, but successful, login activity?
The correct answer is B. Look for other types of suspicious activity in the moments before or after the login. When reviewing suspicious but successful login activity, a security operations engineer should investigate surrounding activities to identify a broader attack pattern or confirm compromise.
Question
What should a security operations engineer de when reviewing suspicious, but successful, login activity?
Options
- AImmediately disable the suspicious user until they conclude their investigation.
- BLook for other types of suspicious activity in the moments before or after the login.
- CInspect the network firewall for any open ports and include those in their investigation.
- DReview who else was logged in at the same time and inspect all active user accounts.
How the community answered
(30 responses)- A3% (1)
- B83% (25)
- C10% (3)
- D3% (1)
Why each option
When reviewing suspicious but successful login activity, a security operations engineer should investigate surrounding activities to identify a broader attack pattern or confirm compromise.
Immediately disabling the user without full investigation could disrupt legitimate business operations if the activity was benign or a false positive, and may alert an attacker, allowing them to cover their tracks.
A successful login, even if suspicious, requires further context to determine if a breach occurred. Looking for preceding or subsequent activities like unusual data access, privilege escalation attempts, or connections from new locations helps establish a comprehensive timeline and identify the scope of potential compromise beyond the initial login.
Inspecting network firewalls for open ports is a network hygiene task, not an immediate step for investigating a specific suspicious user login activity; it's a general security posture check.
While reviewing other logged-in users and active accounts might be part of a broader incident response, the immediate next step for *this specific* suspicious login is to contextualize it with other activities related to that account.
Concept tested: Incident response initial investigation steps
Source: https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final
Topics
Community Discussion
No community discussion yet for this question.