Sentinel UEBA and Entity Behavior¶
Atlanta, USA
Last updated: 2026-07-27
References
User and entity behavior analytics (UEBA) adds behavioral context to events by building profiles for users, hosts, IP addresses, and other entities. It improves prioritization, but it does not replace raw event validation or a clear entity mapping strategy.
Prepare the data¶
- Onboard supported identity, endpoint, network, and activity sources with stable timestamps and source identifiers.
- Map account, host, IP, URL, cloud application, and resource entities consistently in analytics rules.
- Resolve naming differences across systems before correlating them. A display name alone is not a reliable identity key.
- Restrict UEBA access and data handling to the same privacy and employment-policy standards that govern the underlying telemetry.
Use behavior safely¶
| Signal | Analyst question |
|---|---|
| New sign-in pattern | Is the location, device, application, and time consistent with approved work? |
| Unusual process or network activity | Does the host role or change record explain the activity? |
| Anomalous data access | Is the data sensitivity and account privilege sufficient to escalate? |
| Entity relationship | Are the mapped entities authoritative, current, and correlated by stable identifiers? |
Investigation workflow¶
- Start with the behavior insight and affected entity.
- Pivot to the raw events and source system that produced the signal.
- Confirm account, device, IP, and time relationships with stable identifiers.
- Consider business role, maintenance window, approved automation, and known changes before declaring malicious behavior.
- Preserve the entity timeline, query, source records, decision, and response.
Business example¶
UEBA flags an administrator account logging in from a new device and accessing an unusual set of Azure resources. The analyst checks the change calendar and sees a planned migration, but the account is using a non-approved client app. The security operations center (SOC) escalates the identity check, confirms the client is unauthorized, and updates the Conditional Access policy after preserving the raw sign-in evidence.