Privileged Identity Authentication via User Behavior Analytics

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current privileged identity management systems fail to effectively prevent privilege escalation attacks by not calculating a risk score based on continuous learning of user behaviors, leading to unauthorized access to sensitive endpoints.

Innovation Solution

Implement a system that calculates a risk score for privileged users based on their actions, using a User Behavior Analytics device to assess factors such as unusual locations, times, and previous actions, and employs multi-factor authentication or rerouting for approval when the risk score falls within specific thresholds.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If privileged users are granted access to endpoints without continuous risk assessment, then access speed and ease of operation are improved, but security and reliability deteriorate due to inability to detect privilege escalation attacks

Engineering Contradiction:
ImproveAccess speedVSAvoidSecurity
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system performs preliminary risk assessment before granting access by calculating a risk score based on user behavior patterns, location, time, and action history. This preliminary evaluation prevents privilege escalation attacks while maintaining normal access flow for authorized users.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system continuously monitors user actions during privileged sessions and provides feedback by updating risk scores in real-time. When risk thresholds are exceeded, the system responds by terminating sessions or requiring additional authentication, creating a closed-loop security mechanism.

Inventive Principle:
Principle #23Feedback

2Reliability

If risk score calculation is performed for every access request, then security is improved through continuous behavior monitoring, but system complexity and processing time increase

Engineering Contradiction:
ImproveSecurityVSAvoidSystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The risk assessment system is segmented into distinct modules: behavior pattern learning component, risk score calculation component, and decision enforcement component. This segmentation allows independent optimization and maintenance of each module while reducing overall system complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system applies partial risk assessment by focusing computational resources on high-risk scenarios. Not all access requests require full behavioral analysis - the system uses heuristic rules for low-risk contexts and reserves comprehensive behavior monitoring for situations that trigger risk thresholds.

Inventive Principle:
Principle #16Partial or excessive action

3Reliability

If multi-factor authentication is required for all users, then security is improved, but ease of operation and productivity deteriorate due to additional authentication steps

Engineering Contradiction:
ImproveSecurityVSAvoidAccess efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The authentication system is dynamic rather than static - it adjusts the level of authentication required based on real-time risk scores. Low-risk users experience minimal friction with standard authentication, while high-risk scenarios automatically trigger multi-factor authentication, optimizing both security and productivity.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS10834084B2Privileged identity authentication based on user behaviors
Publication Date: 2020.11.10 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US10834084B2 patent drawing
  • US10834084B2 patent drawing
  • US10834084B2 patent drawing

AI summary

Embodiments can provide a method for accessing an endpoint, including: receiving, from a privileged user, a request for accessing the endpoint; providing, by a user behavior analytics device, a risk score with respect to the privileged user, wherein the risk score is calculated based on at least one action performed by the privileged user. If the risk score is lower than a first predefined value, providing access to the endpoint for the privileged user. If the risk score is higher than a second predefined value, denying the request for accessing the endpoint. If the risk score is between the first predefined value and the second predefined value, performing at least one of: providing, by a privileged identity management server, a multi-factor authentication against the privileged user; and rerouting the request for accessing the endpoint for approval.