Self-learning cybersecurity threat detection system, method, and computer program for multi-domain data

Information

  • Patent Grant
  • 11178168
  • Patent Number
    11,178,168
  • Date Filed
    Thursday, December 19, 2019
    4 years ago
  • Date Issued
    Tuesday, November 16, 2021
    2 years ago
Abstract
The present disclosure describes a self-learning system, method, and computer program for detecting cybersecurity threats in a computer network based on anomalous user behavior and multi-domain data. A computer system tracks user behavior during a user session across multiple data domains. For each domain observed in a user session, a domain risk is calculated. The user's session risk is then calculated as the weighted sum of the domain risks. A domain risk is based on individual event-level risk probabilities and a session-level risk probability from the domain. The individual event-level risk probabilities and a session-level risk probability for a domain are derived from user events of the domain during the session and are based on event-feature indicators and session-feature indicators for the domain.
Description
BACKGROUND OF THE INVENTION
1. Field of the Invention

This invention relates generally to security analytics in computer networks, and, more specifically, to a self-learning threat detection system for multi-domain data.


2. Description of the Background Art

Organizations are faced with the ever-increasing risks from security threats. Some cyberattacks are perpetrated by outsiders, while others involve insiders. The insider threats are particularly hard to guard against, whether they are from someone using their legitimate access to data for nefarious purposes or conducting network activities in ways that violate acceptable user policies. Since the malicious activities and methods from an insider or an external adversary are always changing, traditional means of detecting threats that match data against blacklisted signatures or hand-crafted correlation rules are largely ineffective and irrelevant. In recent years, behavior-based anomaly detection systems have emerged to address these security threats. In particular user and entity behavior analytics (UEBA) provide a viable approach to detecting behavior anomalies. An example of a UBA/UEBA cybersecurity monitoring system is described in U.S. Pat. No. 9,798,883 issued on Oct. 24, 2017 and titled “System, Method, and Computer Program for Detecting and Assessing Security Risks in a Network,” the contents of which are incorporated by reference herein.


Current UEBA systems rely on risk rules to identify cybersecurity threats. A session is evaluated to see whether the criteria of any rules are satisfied using current session data and behavior models that encompass historical network data. In most cases, a rule is triggered when an anomaly specified by the rule is detected in a user session. Each rule is associated with expert-assigned risk points, and, when a rule is triggered in a user session, the risk points associated with the rule are added to the user's session risk score. The user's session risk score is based on the cumulative sum of the risk points.


While this is can be effective way to detect cybersecurity threats, the number of rules in a UEBA system tends to grow over time as new types of threats and ways to engage in malicious activity are discovered. The increasing number of rules results in risk score inflation and an increased number of alerts. To counter this, the system often requires manual tuning and adjusting of risk scores. Furthermore, while-rule based systems use behavior models to determine whether an event is anomaly, they require a human to assign risk points to detected anomalies. These points must be updated over time.


Moreover, enterprise security products generate a large variety and volume of entity or user activity event data of different categories or “domains.” Example activity domains include asset logon and access, account management, virtual private network (VPN), email, proxy/firewall, and physical access, etc. What may be activity of high interest in one domain may be of low interest in another domain with respect to risk assessment.


Therefore, in certain environments, there is demand for a UEBA system where the risk score is not based on a cumulation of human-assigned risk points associated with triggered rules, but is instead a probability-based model based on behavior profiles that factors in the domain and context in which an event occurs and that enables the system to self-learn the risks associated with observed events.


SUMMARY OF THE DISCLOSURE

The present disclosure describes a self-learning system, method, and computer program for detecting cybersecurity threats in a computer network based on anomalous user behavior and multi-domain data.


A computer system tracks user behavior during a user session across multiple data domains. For each domain observed in a user session, a domain risk score is calculated. The user's session risk score is then calculated as the weighted sum of the domain risk scores.


A domain risk score is based on learned individual event-level risk probabilities and a learned session-level risk probability from the domain. The individual event-level risk probabilities and a session-level risk probability for a domain are derived from user events of the domain during the session and from historical event and session data for the domain. Consequently, unlike most of rule-based systems, the user's session risk score is not cumulative sum of expert-assigned risk points associated with individual triggered rules, but instead it is based on cumulative learned risk probabilities calculated on a per-domain basis.


An alert is generated for sessions with risk scores above a threshold. In certain embodiments, a domain diversity factor is used to preference, in terms of risk ranking, sessions in which rarer domains or rarer combinations of domains are observed.


In certain embodiments, each domain is associated with a unique set of event-feature indicators comprising event-level anomaly indicators and event-level context indicators. In such embodiments, the event-level risk probability for an event of a domain is a Bayes risk probability assessed based on the evaluated values of the domain's event-feature indicators for the event, as well as on historical event data for the domain. The historical event data for the domain includes an individual user's historical event data in the domain and historical event data in the domain for the global (network-wide) user population.


Likewise, each domain may be associated with a unique set of session-feature indicators comprising session-level anomaly indicators and session-level context indicators. In such embodiments, the session-level risk probability for a domain is a Bayes risk probability assessed based on the evaluated values of the domain's session-feature indicators as a result of events of the domain during a user session. The session-level Bayes risk probability is also based on historical individual and global session data for the domain.


One of the advantages of this method is that the system does not require humans to determine and periodically update the level of risk associated with an event or an anomaly (i.e., no expert-assigned risk points for triggered rules). Rather, since event-level and session-level risks are calculated as a probability based on the user's current and historical observed behavior in a domain, as well as the global population's historical observed behavior for the domain, the system is able to learn the risks itself and improve its understanding of risks as it receives more data over time. In other words, network data drives risk assessments, not human-assigned risk points. This often leads to more accurate risk calculations for user sessions.


Another advantage of this method is that, since a user's session risk score is based on individual event-level and session-level risk probabilities for domains and not risk points associated with triggered rules, increasing the number of event-feature indicators and session-feature indicators over time does not create risk score inflation, unlike in a rule-based system where the session score would increase with more rules added over time. Instead, it likely increases the accuracy of the event-level risk probabilities and session-level probabilities.


In certain embodiments, the Bayes risk probabilities may be calculated more computationally efficiently by dividing event-feature indicators for a domain into a plurality of groups to obtain a subset of event-feature indicators for each group and then calculating probabilities associated with a Bayes risk for each of the groups. The same may be done with respect to session-feature indicators.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a flowchart that illustrate a method, according to one embodiment, for detecting cybersecurity threats in a computer network based on anomalous user behavior and multi-domain data.



FIG. 2 is a flowchart that illustrate a method, according to one embodiment, for calculating an event-level risk probability for an event of a domain.



FIG. 3 is a flowchart that illustrate a method, according to one embodiment, for calculating a session-level risk probability for an event of a domain.



FIG. 4 is a flowchart that illustrates a method, according to one embodiment, for calculating the likelihood of observing a particular event in a legitimate session.



FIG. 5 illustrates a table that shows an example of assigning event-level features for the VPN domain to four conditionally independent groups





DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS

The present disclosure describes a self-learning system, method, and computer program for detecting cybersecurity threats in a computer network based on anomalous user behavior, where user events are tracked across multiple network domains. The method is performed by a computer system that detects cyber threats in a network and performs a risk assessment of user network activity.


1. Method for Detecting Cybersecurity Risks Using Multi-Domain Data



FIG. 1 illustrates a method for detecting cybersecurity threats in a computer network based on anomalous user behavior and multi-domain data. The system tracks user behavior in the network during a session S (step 110). In one embodiment, a session is a period of time, such as a 24-hour period. In another embodiment, a session begins at a user's logon to the network and ends at the user's subsequent logout or at the end of a period of time (e.g., a 24-hour period), whichever occurs first. Tracking user behavior includes receiving information about user events across a plurality of data domains during a session. The system may receive event information from a number of different data domains, such VPN systems, emails systems, proxy/firewall systems, physical access systems, etc. The event information may be received in the form of event logs from internet technology (IT) network systems and security systems. The system normalizes event logs from the various event log sources.


Data domains are denoted herein as Cv, where v is the domain index, 1≤v≤V, and V is the total number of domains from which user activity is monitored. A user session comprises a collection of a user's observable events {etv}, where t is the event index (1≤t≤T), T is the total number of events observed in the session, and v is the domain to which the event belongs.


For each domain observed in a user session (i.e., for each domain in which at least one user event is observed in the session), the system calculates a domain risk score as the sum of the individual event-level risk probabilities (“event-level risks”) and a session-level risk probability (a “session-level risk”) from the domain (step 120). The individual event-level risks {Retv} and the session-level risk Rsv for a domain are derived from user events of the domain during the session and from historical event and session data for the user and the global network population in the domain. A domain risk score may be expressed mathematically as follows:







R

C
v


=




t
T







R

e
t

v


+

αR
s
v






Where α allows some flexibility in tuning the relative contributions of event-level and session-level risk. RCv is the domain risk score for a domain v.


The system then calculates a preliminary session risk score for the user session by summing the domain risk score(s) for the domain(s) observed in the user session (step 130). The preliminary session risk score Rprelim_total may be expressed mathematically as follows:







R
prelim_total

=




C
v




R

C
v







The system weights the preliminary risk score by a domain diversity factor WD to calculate a final risk score for the user session (step 140). This final risk score may be expressed mathematically as:

Rtotal=Rprelim_total*WD


In certain embodiments, the session risk score is updated in substantially real time throughout a session as the system receives information about user events. In one embodiment, the domain diversity factor is used to preference, in terms of risk ranking, sessions in which rarer domains or rarer combinations of domains are observed. Occurrences of domains that are statistically dependent upon each other are less surprising than domains that are independent from one another. Therefore, all other factors being equal, a combination of independent domains provides more information and is of higher interest than a combination of domains that are relatively dependent on each other.


The system generates an alert if the session risk score exceeds a threshold (step 150). For example, the system may generate an alert for sessions with the highest 5% risk scores. The alert may be displayed in a user interface for the system, typically for the benefit of IT personnel. The alert display may include a list of the events in the applicable user session or a summary of the events most responsible for the elevated risk. The alert display may include a timeline of key events in the user session.


2. Calculating an Event-Level Risk Score for an Event of a Domain


2.1 Event-Feature Indicators


In one embodiment, the individual event-level risk Retv is a Bayes risk probability assessed based on a vector of event-feature indicators derived from the event et of the domain Cv and from historical event data for the user and the global network population in the domain. Each domain is associated with a unique set of event-feature indicators. Event-feature indicators are a collection of event-level anomaly indicators and event-level context indicators, which are described in more detail below.


2.1.1 Anomaly Indicators


An event-level anomaly indicator indicates whether an aspect or a data element of an event is unusual with respected to a tracked entity behavior profile. A behavior profile is a historical description of the tracked data that is continuously updated. For example, a behavior profile may be in form of a histogram.


Where the tracked data is categorical (e.g., types of assets accessed by a user), the behavior profile may be time-based with the most recently accessed times tracked for the values of the data. For example, a behavior profile tracking a user's accessed assets comprises a list of tuples of an asset and the timestamp associated with the most recent access of the asset.


Where the tracked data is numerical (e.g., email size), the behavior profile may be a description of past observed values via a boxplot method or a parametric probability function. For example, a behavior profile tracking the size of emails a user sends may use a boxplot to describe the interquartile range of the sample.


Behaviors tracked by profiles are simple to understand and useful for interpretability. In certain embodiments, the system builds a comprehensive set of behavior profiles for all domains per user, as well as per user's peer group and per the entire organization. A user may belong to multiple peer groups. For example, he/she may belong to a department peer group, a title peer group, a geo-location peer group, a security-access peer group, etc.


In one embodiment, the value of an event-level anomaly indicator is either TRUE (1) or FALSE (0), depending on whether the current data is anomalous. The value of an anomaly indicator may be determined by an anomaly detector, which is a software routine that checks whether a current data item is considered new, unusual, or an outlier based on the applicable behavior profile. In the case of categorical data, an anomaly detector returns TRUE if the data is new to the profile or was last seen more than N days ago, where a TRUE value means the current data (i.e., the event data) is anomalous. In certain embodiments, N=30. However, if the data in question is new to the entire user population (e.g., a newly-deployed asset in the enterprise is accessed for the first time), the anomaly detector does not consider this an anomaly. The data in a behavior profile must be matured or “converged” before it is used for anomaly evaluations. In certain embodiments, the data has converged if it has aged more than M days (e.g., M=5).


In the case of numerical data, the anomaly detector returns TRUE if the data is considered an outlier that exceeds a certain threshold in a profile distribution.


2.1.2 Context Indicators


In addition to the event-level anomaly indicators, static and factual context data serve as features of an event for risk scoring. Context data is available from various IT data sources, such as a Lightweight Directory Access Protocol (LDAP) database or other IT operation database. Examples of context data include a user's privileged access status over certain assets and whether an asset is a workstation or a server.


An event-level context indicator indicates whether or not a certain fact is true for the event. In assessing the risk of an event, the role of context indicators is to provide context to calibrate the degree of risk due to positive anomaly indicators. For example, the risk due to a user running an unusual process is best calibrated by whether the machine on which the process is run is a critical server or a workstation.


2.1.3 Using Anomaly Indicators and Context Indicators to Assess an Event-Level Risk



FIG. 2 illustrate a method for calculating an event-level risk Retv for an event et of a domain Cv. As stated above, each domain is associated with a unique set of event-feature indicators comprising event-level anomaly indicators and event-level context indicators. For an event et of a domain Cv, the system evaluates the event-feature indicators associated with domain Cv (step 210). The system creates an event-feature vector for event et with the evaluated values for the event-feature indicators (step 220). The system then calculates a Bayes risk based on the event-feature vector and historical event data for the domain (230). This Bayes risk is the event-level risk for event et of domain Cv. A method for calculating a Bayes risk is described in further detail below.


3. Calculating a Session-Level Risk Score Based Events of a Domain


In one embodiment, for each domain observed in a user session, the session-level risk Rsv for the domain Cv is a Bayes risk based on a vector of session-feature indicators derived from events of the domain Cv in the user session and from historical session data for the user and the global network population in the domain. Each domain is associated with a unique set of session-feature indicators. Similar to event-feature indicators, session-level feature indicators comprise session-level anomaly indicators and session-level context indicators. An example of session-level context indicator is whether the session is a VPN session. Events from a session are aggregated to build session-based behavior profiles and session-level anomaly indicators for each domain in the network. Examples of session-level behaviors tracked and assessed for anomalies are the number of bytes transferred into a user session or the number of assets accessed in a session. The value of a session-level anomaly indicator is determined by an anomaly detector, which is a software routine that checks whether a current data item is considered new, unusual, or an outlier in accordance with the applicable session-level behavior profile.



FIG. 3 illustrates a method for calculating a session-level risk for each domain observed in a session. For each domain observed in the session, the system evaluates the unique session-feature indicators for the domain as a result of events of the domain during the user session (step 310). The system creates a session-feature vector for the session and the domain with the evaluated values for the session-feature indicators (step 320). The system then calculates a Bayes risk based on the session-feature vector and historical session data for the domain (330). This Bayes risk is the session-level risk for the session and the domain.


4. Bayes Modeling


This section sets forth a method for calculating a Bayes risk. The method applies to both event-level and session-level risks.


With respect to the Bayes formulas below, let R denote either an event-level risk Retv or a session-level risk Rsv. Let {right arrow over (f)}=(f1, f2, . . . fl) denote either an event-feature vector or a session-feature vector of length l, depending on whether an event-level risk or a session-level risk is being calculated.


R is defined as the user's posterior probability that the event or session is malicious or of high interest given the feature vector. “Malicious or of high interest” is denoted as M, and “legitimate or of no interest” is denoted as L. Therefore, R is computed as follows:







R


:=



P


(

M
|

f



)



=



P


(


f


|
M

)




P


(
M
)






P


(


f


|
M

)




P


(
M
)



+


P


(


f


|
L

)




P


(
L
)









Where:


P(M|{right arrow over (f)}) is the posterior probability that the event or session is malicious or of high interest given the feature vector {right arrow over (f)};


P({right arrow over (f)}|M) is the likelihood of observing the feature vector in a malicious/high interest event or session.


P({right arrow over (f)}|L) is the likelihood of observing the feature vector in a legitimate/low interest event or session.


P(M) is the likelihood of a malicious/high interest event or session;


P(L) is the likelihood of a legitimate/low interest event or session.


In one embodiment, P(L) and P(M) are assumed to be of equal likelihood and are set to 0.5.


In one embodiment, in computing P({right arrow over (f)}|L) in training, it is assumed that the observed historical data is largely normal and legitimate and that the volume of any present malicious or anomalous events is negligible and statistically insignificant for the purposes of the risk calculation.


The data used to computer P({right arrow over (f)}|L) is the user's local sufficient statistics smoothed by the population's global sufficient statistics:







P


(


f


|
L

)


=




(

1
-
β

)

*

C
0

*


Count
u



(

f


)



+

β
*


Count
g



(

f


)







(

1
-
β

)

*

C
0

*





f








Count
u



(


f




)




+

β
*





f








Count
g



(


f




)














Where:



C
0


=






f








Count
g



(


f




)








f








Count
u



(


f




)








Countu({right arrow over (f)}) is the count of sessions from the user's own historical session in which the feature vector {right arrow over (f)} is observed.


Σ{right arrow over (f′)}Countu({right arrow over (f)}′) is the sum of all such counts from all possible observed feature vectors with the same user's history.


Countg({right arrow over (f)}) is the the count of sessions from all users in which the feature vector {right arrow over (f)} is observed.


Σ{right arrow over (f′)}Countg({right arrow over (f)}′) is the sum of all Countg({right arrow over (f)}) counts from all possible observed feature vectors across the user population.


C0 is a scaling factor so that the mass of local sufficient statistics has 1-to-1 equal to that of the global sufficient statistics.


β is a parameter between 0 and 1 controlling the smoothing in the population-global vs. user-local sufficient statistics.


As seen from the above formula, a domain risk is learned from both the user's current and historical observed events in the domain and the historical activity of the wider (global) user population in the domain.


The likelihood P({right arrow over (f)}|M) is assumed to be uniform across all observed featured vectors, unless preferred otherwise by expert assignment or analyst feedback. Indeed, the Bayes interference scheme allows expert opinion to adjust, and user feedback to update, P({right arrow over (f)}|M) in a production setting. In absence of expert knowledge or analyst feedback, the risk in the above equation simply reflects the degree of rarity or anomalousness of the feature vector in predicting M.


5. Computationally Efficient Method for Calculating P({right arrow over (f)}|L) and P({right arrow over (f)}|M)


As indicated above, to compute a Bayes event-level risk, the system evaluates a likelihood of observing the applicable event in a legitimate session. In other words, the system computes P({right arrow over (f)}|L)) where {right arrow over (f)} is an event-feature vector. While it is possible to calculate the likelihood directly regardless of the size of {right arrow over (f)}, it is more computationally efficient to exploit the conditional independence of event-feature indicators. FIG. 4 illustrates this more computationally-efficient method.


The event-feature indicators are divided into a plurality of groups to obtain a subset of event-feature indicators for each of the groups (step 410). FIG. 5 illustrates a table that shows an example of assigning event-level features for the VPN domain to four conditionally independent groups. For each of the groups, the system calculates the likelihood observing the event in a legitimate session based on evaluated values of the subset of event-feature indicators of the group (step 420). P({right arrow over (f)}|L)) is then calculated as the product of the probabilities from step 420 (step 430). This can be denoted mathematically as follows:









P


(


f


|
L

)


)

=




j
=
1

J



P


(



g


i

|
L

)




)




Where there are J conditional independent groups {right arrow over (g)}i, each consisting of a non-overlapping subset of features {right arrow over (f)}.


The benefit of organizing event-feature indicators into independent groups are at least twofold. First, because each group has a manageable smaller number of feature indicators, the data fragmentation that comes with jointly estimating the likelihood of a large number of features is reduced. Second, structuring the features to conditionally independent groups improves the interpretability of the outcome. Given a high scoring session, rather than presenting the entire feature f, where size l may be large, the system can selectively present only the critical subset of event-feature indicators that significantly contributed to the session score, improving the readability of the outcome.


In one embodiment, the following guidelines are followed in dividing event-feature indicators into groups:

    • Anomaly indicators using behavior profiles that are built on similar data are grouped together, since they are not expected to be independent. For example, anomaly indicators that use behavior profiles related to user's source machines may be together in one group, and anomaly indicators related to the destination machine to which the user activity is intended may be together in another group.
    • Anomaly indicators for a user, a user's peers, and the organization on similar activity may be grouped together since they are not independent. For example, if the current user event is anomalous to the user's department profile, it must be anomalous for the user himself, though not necessarily vice versa.
    • Context indicators may be joined with anomaly indicators if the context indicators are useful to calibrate the risk from triggered anomaly detectors. For example, the context of whether a user is an administrator is grouped with various anomaly indicators associated with unusual access to an asset from a user, the user's peer, or the organization. The risk associated with unusual access depends on whether the user is administrator or not.


The method described in this section can also be applied to computing P({right arrow over (f)}|L)) for session-level risks too by dividing session-level indicators into groups.


To compute a Bayes event-level risk, the system also evaluates a likelihood of observing the applicable event in a malicious session. The method described in this section also can be applied to calculating P({right arrow over (f)}|M)) for both event-level risks and session-level risks.


6. Precomputing Event-Level and Session-Level Risks in a Training Phase


In one embodiment, during a training phase, an event-level Bayes risk Retv and a session-level Bayes risk Rsv are computed for each possible event-feature vector and session-feature vector in each domain. During evaluation of a user session, these risks are simply looked up based on the event and session feature vectors derived from the events of the user session. The pre-computed event-level risks and session-level risks are periodically updated (e.g., every 24 hours) to reflect the most current network data.


7. Domain Diversity Factor


In one embodiment, the domain diversity factor is used to preference, in terms of risk ranking, sessions in which rarer domains or a rarer combination of domains are observed. For example, the domain diversity factor may be computed as follows:







W
D

=



Π
v
V



P


(

C
v

)




P


(


C
1

,

C
2

,








C
V



)







Where Cv is the vth domain in which an of the anomaly indicators from the domain are TRUE in a user session. Under this calculation, WD has the property that when some domains are dependent to one another, it will be less than 1.0, decreasing the session risk score. Otherwise, when domains observed in the session are truly independent such that they provide maximum information in a session, WD, will be 1.0, preserving the session score.


8. General


The methods described with respect to FIGS. 1-5 are embodied in software and performed by a computer system (comprising one or more computing devices) executing the software. A person skilled in the art would understand that a computer system has one or more memory units, disks, or other physical, computer-readable storage media for storing software instructions, as well as one or more processors for executing the software instructions.


As will be understood by those familiar with the art, the invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. Accordingly, the above disclosure is intended to be illustrative, but not limiting, of the scope of the invention, which is set forth in the following claims.

Claims
  • 1. A method, performed by a computer system, for detecting cybersecurity threats in a computer network based on anomalous user behavior, wherein user events are tracked across multiple network domains, the method comprising: tracking user behavior in the network during a user session, wherein tracking user behavior includes receiving information about user events across a plurality of domains during the session;for each domain observed in a user session, calculating a domain risk score based on individual event-level risk probabilities and a session-level risk probability from the domain, wherein the individual event-level risk probabilities and the session-level risk probability for a domain are derived from user events of the domain during the session and from historical event and session data for the domain;calculating a preliminary session risk score for the user session by summing the domain risk scores of the domains observed in the user session;weighting the preliminary session risk score based on a domain diversity factor to calculate a final risk score for the user session; andgenerating an alert in response to the final session risk score being above a threshold.
  • 2. The method of claim 1, wherein each domain is associated with a unique set of event-feature indicators, and wherein an event-level risk probability for an event of a domain is a Bayes risk probability assessed based on evaluated values of the domain's event-feature indicators for the event and based on historical event data for the domain.
  • 3. The method of claim 2, wherein, for each domain, the event-feature indicators for the domain comprise event-level anomaly indicators and event-level context indicators.
  • 4. The method of claim 2, wherein each domain is associated with a unique set of session-feature indicators, and wherein a session-level risk probability for a domain is a Bayes risk probability assessed based on historical session data for the domain and based on evaluated values of the session-feature indicators for the domain as a result of events of the domain during the user session.
  • 5. The method of claim 4, wherein, for each domain, the session-feature indicators for the domain comprise session-level anomaly indicators and session-level context indicators.
  • 6. The method of claim 2, wherein calculating the Bayes risk probability comprises calculating a likelihood of observing the event in a legitimate session and a likelihood of observing the event in a malicious session.
  • 7. The method of claim 6, wherein the event-feature indicators for a domain are divided into a plurality of groups to obtain a subset of event-feature indicators for each of the groups, and wherein, for each domain, calculating the likelihood of observing the event in a legitimate session comprises: (a) for each of the groups associated with the domain, calculating the probability of observing the event in a legitimate session based on evaluated values of the subset of event-feature indicators of the group with respect to the event; and(b) calculating the product of the probabilities from step (b).
  • 8. The method of claim 6, wherein the event-feature indicators for a domain are divided into a plurality of groups to obtain a subset of event-feature indicators for each of the groups, and wherein, for each domain, calculating the likelihood of observing the event in a malicious session comprises: (a) for each of the groups, assigning based on domain knowledge or calculating based on data the probability of observing the event in a malicious session based on evaluated values of the subset of event-feature indicators of the group with respect to the event; and(b) calculating the product of the probabilities from step (a).
  • 9. The method of claim 1, wherein the domain diversity factor is configured to preference, in terms of risk ranking, sessions in which rarer domains or rarer combinations of domains are observed.
  • 10. A non-transitory computer-readable medium comprising a computer program, that, when executed by a computer system, enables the computer system to perform the following method for detecting cybersecurity threats in a computer network based on anomalous user behavior, wherein user events are tracked across multiple network domains, the method comprising: tracking user behavior in the network during a user session, wherein tracking user behavior includes receiving information about user events across a plurality of domains during the session;for each domain observed in a user session, calculating a domain risk score based on individual event-level risk probabilities and a session-level risk probability from the domain, wherein the individual event-level risk probabilities and the session-level risk probability for a domain are derived from user events of the domain during the session and from historical event and session data for the domain;calculating a preliminary session risk score for the user session by summing the domain risk scores of the domains observed in the user session;weighting the preliminary session risk score based on a domain diversity factor to calculate a final risk score for the user session; andgenerating an alert in response to the final session risk score being above a threshold.
  • 11. The non-transitory computer-readable medium of claim 10 wherein each domain is associated with a unique set of event-feature indicators, and wherein an event-level risk probability for an event of a domain is a Bayes risk probability assessed based on evaluated values of the domain's event-feature indicators for the event and based on historical event data for the domain.
  • 12. The non-transitory computer-readable medium of claim 11, wherein, for each domain, the event-feature indicators for the domain comprise event-level anomaly indicators and event-level context indicators.
  • 13. The non-transitory computer-readable medium of claim 11, wherein each domain is associated with a unique set of session-feature indicators, and wherein a session-level risk probability for a domain is a Bayes risk probability assessed based on historical session data for the domain and based on evaluated values of the session-feature indicators for the domain as a result of events of the domain during the user session.
  • 14. The non-transitory computer-readable medium of claim 13, wherein, for each domain, the session-feature indicators for the domain comprise session-level anomaly indicators and session-level context indicators.
  • 15. The non-transitory computer-readable medium of claim 11, wherein calculating the Bayes risk probability comprises calculating a likelihood of observing the event in a legitimate session and a likelihood of observing the event in a malicious session.
  • 16. The non-transitory computer-readable medium of claim 15, wherein the event-feature indicators for a domain are divided into a plurality of groups to obtain a subset of event-feature indicators for each of the groups, and wherein, for each domain, calculating the likelihood of observing the event in a legitimate session comprises: (a) for each of the groups associated with the domain, calculating the probability of observing the event in a legitimate session based on evaluated values of the subset of event-feature indicators of the group with respect to the event; and(b) calculating the product of the probabilities from step (b).
  • 17. The non-transitory computer-readable medium of claim 15, wherein the event-feature indicators for a domain are divided into a plurality of groups to obtain a subset of event-feature indicators for each of the groups, and wherein, for each domain, calculating the likelihood of observing the event in a malicious session comprises: (a) for each of the groups, assigning based on domain knowledge or calculating based on data the probability of observing the event in a malicious session based on evaluated values of the subset of event-feature indicators of the group with respect to the event; and(b) calculating the product of the probabilities from step (a).
  • 18. The non-transitory computer-readable medium of claim 10, wherein the domain diversity factor is configured to preference, in terms of risk ranking, sessions in which rarer domains or rarer combinations of domains are observed.
  • 19. A computer system for detecting cybersecurity threats in a computer network based on anomalous user behavior, wherein user events are tracked across multiple network domains, the system comprising: one or more processors;one or more memory units coupled to the one or more processors, wherein the one or more memory units store instructions that, when executed by the one or more processors, cause the system to perform the operations of:tracking user behavior in the network during a user session, wherein tracking user behavior includes receiving information about user events across a plurality of domains during the session;for each domain observed in a user session, calculating a domain risk score based on individual event-level risk probabilities and a session-level risk probability from the domain, wherein the individual event-level risk probabilities and the session-level risk probability for a domain are derived from user events of the domain during the session and from historical event and session data for the domain;calculating a preliminary session risk score for the user session by summing the domain risk scores of the domains observed in the user session;weighting the preliminary session risk score based on a domain diversity factor to calculate a final risk score for the user session; andgenerating an alert in response to the final session risk score being above a threshold.
  • 20. The system of claim 19 wherein each domain is associated with a unique set of event-feature indicators, and wherein an event-level risk probability for an event of a domain is a Bayes risk probability assessed based on evaluated values of the domain's event-feature indicators for the event and based on historical event data for the domain.
  • 21. The system of claim 20, wherein, for each domain, the event-feature indicators for the domain comprise event-level anomaly indicators and event-level context indicators.
  • 22. The system of claim 20, wherein each domain is associated with a unique set of session-feature indicators, and wherein a session-level risk probability for a domain is a Bayes risk probability assessed based on historical session data for the domain and based on evaluated values of the session-feature indicators for the domain as a result of events of the domain during the user session.
  • 23. The system of claim 22, wherein, for each domain, the session-feature indicators for the domain comprise session-level anomaly indicators and session-level context indicators.
  • 24. The system of claim 20, wherein calculating the Bayes risk probability comprises calculating a likelihood of observing the event in a legitimate session and a likelihood of observing the event in a malicious session.
  • 25. The system of claim 24, wherein the event-feature indicators for a domain are divided into a plurality of groups to obtain a subset of event-feature indicators for each of the groups, and wherein, for each domain, calculating the likelihood of observing the event in a legitimate session comprises: (a) for each of the groups associated with the domain, calculating the probability of observing the event in a legitimate session based on evaluated values of the subset of event-feature indicators of the group with respect to the event; and(b) calculating the product of the probabilities from step (b).
  • 26. The system of claim 24, wherein the event-feature indicators for a domain are divided into a plurality of groups to obtain a subset of event-feature indicators for each of the groups, and wherein, for each domain, calculating the likelihood of observing the event in a malicious session comprises: (a) for each of the groups, assigning based on domain knowledge or calculating based on data the probability of observing the event in a malicious session based on evaluated values of the subset of event-feature indicators of the group with respect to the event; and(b) calculating the product of the probabilities from step (a).
  • 27. The system of claim 19, wherein the domain diversity factor is configured to preference, in terms of risk ranking, sessions in which rarer domains or rarer combinations of domains are observed.
RELATED APPLICATIONS

This application claims the benefit of U.S. Provisional Application No. 62/782,824, filed on Dec. 20, 2018, and titled “BEAM: An Anomaly-Based Threat Detection System for Enterprise Multi-Domain Data,” the contents of which are incorporated by reference herein as if fully disclosed herein.

US Referenced Citations (71)
Number Name Date Kind
6223985 DeLude May 2001 B1
6594481 Johnson et al. Jul 2003 B1
8326788 Allen et al. Dec 2012 B2
8443443 Nordstrom et al. May 2013 B2
8479302 Lin Jul 2013 B1
8539088 Zheng Sep 2013 B2
8606913 Lin Dec 2013 B2
8676273 Fujisake Mar 2014 B1
8881289 Basavapatna et al. Nov 2014 B2
9055093 Borders Jun 2015 B2
9081958 Ramzan et al. Jul 2015 B2
9189623 Lin et al. Nov 2015 B1
9680938 Gil et al. Jun 2017 B1
9692765 Choi et al. Jun 2017 B2
9760240 Maheshwari et al. Sep 2017 B2
9779253 Mahaffey et al. Oct 2017 B2
9798883 Gil Oct 2017 B1
9843596 Averbuch et al. Dec 2017 B1
9898604 Fang et al. Feb 2018 B2
10063582 Feng Aug 2018 B1
10095871 Gil et al. Oct 2018 B2
10178108 Lin et al. Jan 2019 B1
10419470 Segev et al. Sep 2019 B1
10474828 Gil et al. Nov 2019 B2
10496815 Steiman et al. Dec 2019 B1
20020107926 Lee Aug 2002 A1
20030147512 Abburi Aug 2003 A1
20040073569 Knott et al. Apr 2004 A1
20060090198 Aaron Apr 2006 A1
20070156771 Hurley et al. Jul 2007 A1
20070282778 Chan et al. Dec 2007 A1
20080040802 Pierson et al. Feb 2008 A1
20080170690 Tysowski Jul 2008 A1
20080301780 Ellison Dec 2008 A1
20090144095 Shahi et al. Jun 2009 A1
20090293121 Bigus et al. Nov 2009 A1
20100125911 Bhaskaran May 2010 A1
20100269175 Stolfo et al. Oct 2010 A1
20120278021 Lin et al. Nov 2012 A1
20120316835 Maeda et al. Dec 2012 A1
20130080631 Lin Mar 2013 A1
20130117554 Ylonen May 2013 A1
20130197998 Buhrmann et al. Aug 2013 A1
20130227643 Mccoog et al. Aug 2013 A1
20130305357 Ayyagari et al. Nov 2013 A1
20130340028 Rajagopal et al. Dec 2013 A1
20140315519 Nielsen Oct 2014 A1
20150046969 Abuelsaad et al. Feb 2015 A1
20150121503 Xiong Apr 2015 A1
20150339477 Abrams et al. Nov 2015 A1
20150341379 Lefebvre et al. Nov 2015 A1
20160005044 Moss et al. Jan 2016 A1
20160021117 Harmon et al. Jan 2016 A1
20160306965 Iyer Oct 2016 A1
20160364427 Wedgeworth, III Dec 2016 A1
20170024135 Christodorescu et al. Jan 2017 A1
20170155652 Most et al. Jun 2017 A1
20170161451 Weinstein et al. Jun 2017 A1
20170213025 Srivastav et al. Jul 2017 A1
20170236081 Grady Smith et al. Aug 2017 A1
20170318034 Holland et al. Nov 2017 A1
20180004961 Gil et al. Jan 2018 A1
20180048530 Nikitaki et al. Feb 2018 A1
20180144139 Cheng et al. May 2018 A1
20180165554 Zhang et al. Jun 2018 A1
20180234443 Wolkov et al. Aug 2018 A1
20180307994 Cheng et al. Oct 2018 A1
20190034641 Gil et al. Jan 2019 A1
20190124045 Zong et al. Apr 2019 A1
20190213247 Pala et al. Jul 2019 A1
20190334784 Kvernvik et al. Oct 2019 A1
Non-Patent Literature Citations (6)
Entry
DatumBox Blog, “Machine Learning Tutorial: The Naïve Bayes Text Classifier”, DatumBox Machine Learning Blog and Software Development News, Jan. 2014, pp. 1-11.
Freeman, David, et al., “Who are you? A Statistical Approach to Measuring User Authenticity”, NDSS, Feb. 2016, pp. 1-15.
Ioannidis, Yannis, “The History of Histograms (abridged)”, Proceedings of the 29th VLDB Conference (2003), pp. 1-12.
Malik, Hassan, et al., “Automatic Training Data Cleaning for Text Classification”, 11th IEEE International Conference an Data Mining Workshops, 2011, pp. 442-449.
Wang, Alex Hai, “Don't Follow Me Spam Detection in Twitter”, International Conference on Security and Cryptography, 2010, pp. 1-10.
Chen, Jinghui, et al., “Outlier Detection with Autoencoder Ensembles”, Proceedings of the 2017 SIAM International Conference on Data Mining, pp. 90-98.
Provisional Applications (1)
Number Date Country
62782824 Dec 2018 US