UBA Compromised Account Detection: Three Key Activities
A security team is implementing User Behavior Analytics (UBA) to detect insider threats. Which THREE types of activities would most likely indicate a compromised account?
Quick Answer
Accessing sensitive files after hours is exactly the kind of temporal anomaly User Behavior Analytics is built to catch, because UBA doesn't evaluate access requests against a fixed permissions list the way traditional access control does. It builds a rolling baseline of when, where, and how each individual user normally works, then scores deviations from that baseline. A login or file access that falls well outside a user's typical working hours breaks the temporal pattern in the same way that authenticating from an unfamiliar system breaks the pattern for other UBA categories, so the same test applies: is this happening at a time, place, or system the user doesn't normally touch? That's also why UBA maps naturally onto MITRE ATT&CK technique T1078 (Valid Accounts): attackers who steal legitimate credentials still can't perfectly imitate the account owner's habitual schedule and access footprint, so their activity stands out statistically even though the login itself is technically valid. Contrast this with rule-based detection, which would need an explicit policy forbidding after-hours access to catch the same event; UBA instead learns the baseline automatically per user. On future questions, look for language describing activity that is technically permitted but behaviorally unusual for that specific person, since that's the signature UBA and UEBA platforms are designed to surface.
⚠ Common exam trap
A common mix-up: candidates assume any 'sensitive file access' is automatically malicious, but UBA requires a deviation from the user's baseline—accessing sensitive files after hours (E) is anomalous only if the user never does so during normal hours, whereas accessing systems not normally used (A) is a clearer deviation from established patterns.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Accessing systems not normally used by the user
Accessing systems not normally used by the user (A) is a strong indicator of a compromised account because User Behavior Analytics (UBA) builds a baseline of each user's typical access patterns, including which servers, applications, or network segments they routinely interact with. A deviation from this baseline—such as authenticating to a system outside the user's job function—triggers an anomaly score, as it suggests an attacker is using stolen credentials to move laterally. This aligns with the MITRE ATT&CK technique T1078 (Valid Accounts) and is a core detection signal in UBA platforms like Splunk UBA or Microsoft Sentinel UEBA.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Accessing systems not normally used by the user
Why this is correct
Correct: Lateral movement often involves accessing unusual systems.
- ✓
Downloading large volumes of data
Why this is correct
Correct: Data exfiltration often involves large downloads.
- ✗
Logging in during normal business hours from a known workstation
Why it's wrong here
This is normal behavior and not indicative of compromise.
- ✗
Printing a document
Why it's wrong here
Printing is not typically a strong indicator of compromise.
- ✓
Accessing sensitive files after hours
Why this is correct
Correct: After-hours access is a common anomaly.
Go deeper
Related to this question
About these practice questions
One of 920 original SSCP practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
2 more ways this is tested on SSCP
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A security analyst is reviewing logs from a SIEM and notices multiple failed login attempts for a privileged account from an IP address in a foreign country, followed by a successful login after hours. Which type of security monitoring tool would be most effective at detecting this pattern as anomalous behavior based on user baseline?
medium- A.Signature-based IDS
- B.Network-based IPS
- C.Host-based IDS
- ✓ D.User Behavior Analytics (UBA)
Why D: User Behavior Analytics (UBA) is designed to establish a baseline of normal user activity and detect anomalies such as a privileged account logging in from an unusual geographic location after hours. Unlike signature or rule-based tools, UBA uses statistical modeling and machine learning to identify deviations from the user's historical patterns, making it ideal for detecting this type of credential misuse.
Variation 2. An organization uses User Behavior Analytics (UBA) to detect insider threats. Which of the following activities would most likely trigger an alert for a compromised account?
hard- A.User receives a large number of emails
- B.User logs in from a recognized corporate device
- ✓ C.User attempts to access a database at 2:00 AM, which is outside their normal pattern
- D.User accesses the same files as usual during business hours
Why C: User Behavior Analytics (UBA) establishes a baseline of normal user activity, including typical login times, locations, and access patterns. An attempt to access a database at 2:00 AM, which falls outside the user's established temporal baseline, represents a significant deviation that UBA algorithms flag as anomalous. This behavior is a classic indicator of a compromised account, as attackers often operate during off-hours to avoid detection.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SSCP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SSCP exam.