UNAUTHORIZED AUTHENTICATION EVENT DETECTION

Abstract
In some examples, a system identifies, for a given authentication event between a plurality of devices in a network, a context comprising a set of authentication events that are temporally related to the given authentication event. The set of authentication events occur at the devices. A classifier is applied on a collection of features associated with the set of authentication events, the collection of features comprising a number of machines or a number of users associated with the set of authentication events. The system determines, based on an output of the classifier, whether the given authentication event is an unauthorized authentication event.
Description
BACKGROUND

To gain access to a network, a user may use a credential such as a username and password, a certificate, a security key, and so forth. User credentials can be stolen by an unauthorized entity. For example, a user may disclose the user's credential to the unauthorized entity, which may be masquerading as a legitimate service. Alternatively, the unauthorized entity may include malware that can track a user's inputs to extract a credential entered by the user, or can access stored information to retrieve the credential.





BRIEF DESCRIPTION OF THE DRAWINGS

Some implementations of the present disclosure are described with respect to the following figures.



FIG. 1 is a block diagram of an arrangement that includes devices coupled over a network, and a stolen credential detection system according to some examples.



FIG. 2 shows an example context of an authentication event derived according to some examples.



FIG. 3 is a flow diagram of a training process according to some examples.



FIG. 4 is a flow diagram of a detection process of detecting unauthorized authentication events, according to some examples.



FIG. 5 is a block diagram of a system to detect unauthorized authentication events, according to further examples.



FIG. 6 is a block diagram of a storage medium storing machine-readable instructions for detecting unauthorized authentication events, according to additional examples.





Throughout the drawings, identical reference numbers designate similar, but not necessarily identical, elements. The figures are not necessarily to scale, and the size of some parts may be exaggerated to more clearly illustrate the example shown. Moreover, the drawings provide examples and/or implementations consistent with the description; however, the description is not limited to the examples and/or implementations provided in the drawings.


DETAILED DESCRIPTION

In the present disclosure, use of the term “a,” “an”, or “the” is intended to include the plural forms as well, unless the context clearly indicates otherwise. Also, the term “includes,” “including,” “comprises,” “comprising,” “have,” or “having” when used in this disclosure specifies the presence of the stated elements, but do not preclude the presence or addition of other elements.


Once an unauthorized entity has obtained (stolen) a user's credential, the unauthorized entity can move within a network. The movement of the unauthorized entity within the network using a (stolen) valid credential is referred to as lateral movement. By performing lateral movement, the unauthorized entity seeks to find other vulnerable users (to obtain credentials of such other users or to obtain sensitive information belonging to such other users), vulnerable devices, and sensitive information. With the stolen credential, the unauthorized entity can also access devices in the network to obtain information stored by or accessible by such devices, or to use resources of the devices. Devices in the network may store sensitive information, or can have access to information that ultimately allows the unauthorized entity to access a data repository containing sensitive information. Sensitive information can refer to financial information, technical information, or any other information that an enterprise or individual wishes to protect against disclosure to unauthorized entities (users, programs, or machines).


Because lateral movement involves the access of users or devices by an unauthorized entity based on use of a valid credential, traditional security mechanisms, such as malware detectors, may not be able to detect the unauthorized use of the credential. For example, traditional security mechanisms may not be able to distinguish between a user's authorized use of the user's own credential and an unauthorized entity's use of the same credential after stealing it.


In accordance with some implementations of the present disclosure, a machine-learning based approach is used to distinguish unauthorized authentication events (that use stolen or compromised credentials) from benign authentication events (which are authentication events by authorized entities). For a given authentication event between multiple devices in a network, a system according to some implementations of the present disclosure identifies a set of authentication events at the devices, where the identified set of authentication events are temporally related to the given authentication event.


To detect unauthorized authentication events (also referred to as detecting lateral movement or detecting a stolen credential), a classifier can be trained using a training data set. A classifier can also be referred to as a machine-learning model. A training data set refers to collections of features (sometimes arranged as feature vectors), where each collection of features is assigned a label indicating whether or not the collection of features is indicative of an unauthorized authorization event. A positive label specifies that the collection of features is indicative of unauthorized authentication event, while a negative label specifies that the collection of features is not indicative of an unauthorized authentication event.


A “feature” can refer to any characteristic that is extracted from event data associated with a given authentication event. The feature can include an attribute retrieved from the event data, or an attribute computed based on the event data. In either case, the feature is considered to be extracted from event data.


Once the classifier is trained, the classifier is applied on a collection of features (e.g., a feature vector) associated with authentication events, where the authentication events can include the given authentication event as well as the set of authentication events that are temporally related to the given authentication event. A classifier applied on a collection of features can refer to any of: (1) one classifier applied on the collection of features, or (2) one classifier applied on multiple collections of features, or (3) multiple classifiers applied on one collection of features, or (4) multiple classifiers applied on multiple collections of features. The system determines, based on an output of the classifier, whether the given authentication event is an unauthorized authentication event associated with lateral movement (or stolen credential).


An authentication event is generated when a user or program at a first (source) device in a network attempts to log into a second (destination) device in the network by offering a user's credential to the second device. In some examples, a credential can include a combination of a username and a password, a security certificate, a security key, or any other information that can be used to determine whether the user or the program at the first device is authorized to access the second device.


A network can log authentication events by storing information relating to authentication events into a data repository. For a given authentication event between a plurality of devices in a network, techniques or mechanisms according to some implementations of the present disclosure can identify a context that includes a set of authentication events (at the devices) that are temporally related to the given authentication event. The given authentication event can have a given timestamp. Another authentication event is associated with the given authentication event if the other authentication event occurred at a source device or a destination device and has a timestamp that is within a time window that includes the timestamp of the given authentication event.


For ease of implementation, the context can exclude certain other information, such as Domain Name System (DNS) events, netflow events, and other events. By not relying on other information such as information of DNS events netflow events, and other events, a classifier for identifying unauthorized authentication events does not have to rely on information that may not be collected in networks of some enterprises. As a result, to use unauthorized authentication event identification techniques or mechanisms according to some implementations, such enterprises would not have to first invest in additional equipment or programs to enable the logging of event data other than authentication events.


DNS events include events associated with performing a DNS lookup, in which a device issues a DNS query to determine a network address (e.g., an Internet Protocol (IP) address) assigned to a domain name of the device. For example, the source device can issue a DNS lookup to the destination device or another device. Alternatively, the destination device can issue a DNS lookup to the source device or another device. DNS events also include DNS responses to DNS queries, where a DNS response contains the network address identified by a device (e.g., a DNS server) in response to a domain name in a DNS query.


Netflow events can include events related to transfer of data between devices, such as between the source and destination devices, or between a source or destination device and a different device.


In some examples, other types of event data that classifiers according to some implementations do not have to rely upon include security events. A security event can be any event that triggers a security action at the device. For example, the device may include a malware detector that detects suspicious activities at the device caused by a virus or other malware, which can trigger the malware detector to issue a security alert or to take other action, such as to quarantine a process or to stop a process. Examples of other security events include an alert issued by an intrusion detection system (which has detected intrusion into a device or network), a firewall alert issued by a firewall, and so forth.


In further examples, other types of event data that classifiers according to some implementations do not have to rely upon include Hypertext Transfer Protocol (HTTP) events. An HTTP event can include an HTTP request issued by a device. An HTTP request can be issued by a device to obtain information of another device. Thus, for example, the source device can issue an HTTP request to the destination device, or alternatively, the source device or destination device can issue an HTTP request to a different device. The device receiving the HTTP request can issue an HTTP response, which is another HTTP event.


The classifier can be applied on a collection of features associated with the context, and an output of the classifier can be used to determine whether a given authentication event is an unauthorized authentication event.



FIG. 1 shows an example where device 1 is coupled over a network 102 to device 2. The network 102 can include a wired network, a wireless network, or a combination of wired and wireless networks. Although just two devices as shown in FIG. 1, it is noted that a network arrangement can include more than two devices. Examples of devices include any or some combination of the following: a desktop computer, a notebook computer, a tablet computer, a smartphone, a server computer, a storage system, a communication node, or any other device that is capable of communicating over the network 102.


The devices can be part of an enterprise network, which is accessible by users of an enterprise (e.g., a company, a government agency, an educational organization, etc.). In other examples, the network 102 (or a portion of the network 102) can be a public network, such as the Internet.


A user 104 or a program 106 at device 1 can initiate an authentication event 108 with device 2. For example, the user 104 can type in the user's credential, or the user can use a security device (e.g., a badge, a smartphone, a wearable device such as a smart watch, smart eyeglasses, a head-mounted device, etc.) that stores a credential that can be communicated from the security device to device 1, such as by using a wireless connection (e.g., a Bluetooth link, a Wi-Fi link, a radio frequency identification (RFID) link, etc.). In another example, the user 104 at device 1 can attempt to authenticate a different user to device 2. The program 106, which includes machine-readable instructions, can include an application program, an operating system, and so forth. The program 106 can similarly provide a user's credential to initiate the authentication event 108.


In some examples, a logging system 110 can log event data of the authentication event 108 in an authentication log 112, which can store various attributes off the authentication event 108. Examples of attributes in event data of an authentication event include any or some combination of the following: a timestamp (which indicates the time at which the authentication event 108 occurred), an identifier of an initiating user that initiated the authentication event 108 (the initiating user is already authenticated on the source device, and the initiating user wants to authenticate to the destination device—the initiating user wants to authenticate himself/herself, or authenticate a different user), an identifier of a destination user to be authenticated on a destination device (the destination user can be the same as the initiating user), an identifier of the source device (e.g., device 1), an identifier of a destination device (e.g., device 2), a type of authentication, a success/failure indication of the authentication event, and so forth. The authentication log 112 can store event data of multiple authentication events among various devices that communicate over the network 102.


The authentication log 112 can refer to a data repository (or multiple data repositories) to store event data. The authentication log 112 can be stored on a storage device or a collection of storage devices.


In addition to logging event data of authentication events, the logging system 110 can also store event data of associated authentication events in the authentication log 112. In some examples, an associated authentication event (that is associated with a given authentication event) is an authentication event that is temporally related to the given authentication event. For example, the given authentication event can have a given timestamp. Authentication events are associated with the given authentication event if the authentication events occurred at a source device or a destination device and have timestamps within a time window that includes the timestamp of the given authentication event.



FIG. 1 also shows a stolen credential detection system 114 that is connected to the network 102. The stolen credential detection system 114 is able to access the authentication log 112 over the network 102 to determine whether any given authentication event is an unauthorized authentication event. The stolen credential detection system 114 includes a stolen credential detection engine 116 and a classifier 118 that can be applied on features extracted from a context of a given authentication event, where the context includes the given authentication event and associated authentication events (that are temporally related to the given authentication event) to determine whether the given authentication event is an unauthorized authentication event.


As used here, an “engine” can refer to a hardware processing circuit, which can include any or some combination of the following: a microprocessor, a core of a multi-core microprocessor, a microcontroller, a programmable gate array, a programmable integrated circuit device, or any other hardware processing circuit.


The classifier 118 can be trained by the stolen credential detection system 114 and can be applied on features extracted from a context of a given authentication event to determine whether the given authentication event is an unauthorized authentication event. Although just one classifier 118 is shown in FIG. 1, it is noted that the stolen credential detection system 114 can use multiple classifiers (as part of an ensemble of classifiers) for application on features extracted from a context of an authentication event.


If a stolen credential is detected, the stolen credential detection engine 116 can output a stolen credential indication 120 over the network 102 to an action system 122, which includes a stolen credential action engine 124. The stolen credential action engine 124 can automatically take action to address the detected stolen credential, in response to the stolen credential indication 120. For example, the stolen credential action engine 124 can establish a communication with device 1, device 2, or both devices 1 and 2, to cause the device(s) to halt or stop any further activity (e.g., restrict the device(s) from communicating over the network 102 and/or restrict the device(s) from processing events, accessing data, and so forth). As more specific examples, the stolen credential action engine 124 can shut down processes (e.g., processes of a program or multiple programs) at device 1 and/or device 2 to prevent unauthorized access of information or resources at device 1 and/or device 2. In other examples, the stolen credential action engine 124 can take other actions, including sending a notification of the detected stolen credential to an administrator or other user, or triggering other security responses to the detected stolen credential.


By using a classifier 118 that is trained, the detection of a stolen credential is based on the intuition that authentication events surrounding a normal (benign) authentication event differs from authentication events surrounding an unauthorized authentication event. For example, consider an authentication event AE from a source device S to a destination device D at time T. If the authentication event AE is malicious, then an attacker may have established a foothold on source device S and may have conducted several authentication activities on source device S most of which may have failed. Then at some point, the authentication event AE happens and the attacker authenticates to destination device D. After the authentication, the attacker may conduct further malicious activities on destination device D.



FIG. 2 shows an example of how a context 200 for a given authentication event 202 is determined. The given authentication event 202 occurred at time TS, as represented by the timestamp of the event data representing the given authentication event 202. A time window 204 is defined with respect to the time TS of the given authentication event 202. The time window 204 includes the time TS of the authentication event 202. In examples according to FIG. 2, the time window 204 also includes a time interval W1 before the time TS, and a time interval W2 after the time TS. In some examples, W1 is equal to W2. In other examples, W1 is different from W2.


The time window 204 of FIG. 2 starts at time T1 (=TS−W1), and ends at time T2 (=TS+W2). Within the time window 204, various authentication events AE1 and AE2 can occur at the source device (e.g., device 1 in FIG. 1) in the time interval W1 before the time TS of the authentication event 202, and various authentication events AE3, AE4, and AE5 can occur at the destination device (e.g., device 2 in FIG. 1) in the time interval W2 after the time TS.


Event data associated with the authentication events AE1, AE2, AE3, AE4, and AE5 is logged by the logging system 110 (FIG. 1) into the authentication log 112 along with the event data of the given authentication event 202.


In some examples, the values of W1 and W2 can be preset, such as by an administrator or other user. In further examples, the values of W1 and W2 can be learnt by the stolen credential detection engine 116 based on an analysis of past data and based on feedback provided regarding classifications of authentication events by the classifier 118. For example, a user can indicate that a classification made by the classifier 118 is correct or incorrect, and the classifier 118 can use this feedback to update itself.



FIG. 3 is a flow diagram of a training process 300 for training a classifier, according to some examples. The training process 300 can be performed by the stolen credential detection system 114 or by a different system. The training process 300 builds (at 302) a training data set including features extracted from event data of authentication events and associated authentication events. For each respective authentication event of the authentication events, the respective context that includes associated authentication events is determined, and the features of the context are extracted. The extracted features can be provided in corresponding collections of features, where each collection of features can be in the form of a feature vector, for example.


Examples of features that can be extracted from a context of a given authentication event can include any or some combination of the events listed in Table 1 below.










TABLE 1







src_sucess
Number of successful authentication events at source device



S.


src_fail
Number of failed authentication events at source device S.


src_
Number of source users in the authentication events at


srcuser
source device S in time window [TS − W1]. This number is



computed by looking at all authentication events at source



device S and counting the number of unique source users



(based on identifiers of source users) in the authentication



events. A source user is a user that initiated an



authentication to authenticate the user at source device S.


src_
Number of destination users in the authentication events at


dstuser
source device S in time window [TS − W1]. This number is



computed by looking at all authentication events at source



device S and counting the number of unique destination



users (based on identifiers of destination users) in the



authentication events. A destination user is a user that is



to be authenticated at source device S, in response to an



authentication initiated by another user at another device.


src_
Number of source machines in the authentication events


srcmachine
at source device S in time window [TS − W1]. During the



time window [TS − W1], there is a certain number



authentication events in which source device S is the



destination, i.e., someone is trying to login to source



device S from another machine. In these authentication



events, a count is maintained of a number unique source



machines (that is, how many unique machines are trying



to login to source device S).


src_
Number of destination machines in the authentication


dstmachine
events at source device S in [TS − W1]. During the time



window [TS − W1], there is a certain number authentication



events in which source device S is the source, i.e., someone



at source device S is trying to login to destination machines



from source device S. In these authentication events,



a count is maintained of a number of unique



destination machines (that is, how many unique



destination machines source device S is trying to login to).


src_authsrc
Number of authentication events at source device S in



time window [TS − W1] in which the source user appears.


src_authdst
Number of authentication events at source device S in time



window [TS − W1] in which the destination user appears.


dst_sucess
Number of successful authentication events at the



destination device D.


dst_fail
Number of failed authentication events at the destination



device D


dst_srcuser
Number of source users in the authentication events at



the destination device D in time window [TS + W2].



This number is computed by looking at all authentication



events at the destination device D and counting the number



of unique source users (based on identifiers of source users)



in the authentication events. A source user is a user



that initiated an authentication to authenticate the user



at the destination device D.


dst_dstuser
Number of destination users in the authentication events



at the destination device D in time window [TS + W2].



This number is computed by looking at all authentication



events at the destination device D and counting the



number of unique destination users (based on identifiers



of destination users) in the authentication events.



A destination user is a user that is to be authenticated



at the destination device D, in response to an authentication



initiated by another user at another device.


dst_
Number of source machines in the authentication events


srcmachine
at the destination device D in time window [TS + W2].



During the time window [TS + W2], there is a certain



number authentication events in which destination device



D is the destination, i.e., someone is trying to login to



the destination device D from another machine.



In these authentication events, a count is maintained



of a number unique source machines (that is, how many



unique machines are trying to login to destination device



D).


dest_
Number of destination machines in the authentication


dstmachine
events at the destination device D in time window



[TS + W2]. During the time window [TS + W2], there



is a certain number of authentication events in which



destination device D is the source, i.e., someone



is trying to login to another destination machine from



the destination device D). In these authentication events,



a count is maintained of a number of unique destination



machine (that is, how many unique machines are being



logged onto from destination device D).


dst_authsrc
Number of authentication events at destination device



D in time window [TS + W2] in which the source user



appears.


dst_authdst
Number of authentication events at destination device



D in time window [TS + W2] in which the destination



user appears.









Although specific features derived based on event data of authentication events are listed above, it is noted that in other examples, other types of features can be derived from event data of authentication events.


Each feature vector in the training data set is associated with a classification label, which can be assigned by a user or another classifier. A positive classification label indicates that the respective feature vector is associated with a positive classification for an unauthorized authentication event (i.e., the respective feature vector indicates an unauthorized authentication event), while a negative classification label indicates that the respective feature vector is associated with a negative classification for an unauthorized authentication event (i.e., the respective feature vector indicates a benign authentication event).


The training process 300 then trains (at 304) the classifier using the training data set.


The classifier can be updated in response to a triggering condition. For example, the classifier can be updated periodically (a time-based triggering condition) or in response to a request of an administrator or other user, or a program. Updating the classifier can involve using feedback provided regarding classifications of the classifier to modify the classifier.


Although reference is made to training just one classifier on the training data set built (at 302), it is noted that in alternative examples, multiple classifiers can be trained on the training data set. These multiple classifiers make up an ensemble of classifiers. The different classifiers can be trained using different machine learning techniques, including, as examples, any of the following: logistic regression, random forests, gradient boosting, neural networks, and so forth.


Gradient boosting and random forests are examples of techniques for producing an ensemble of classifiers. Gradient boosting is an ensemble technique where a weighted ensemble of weak models (e.g., shallow trees) are combined to produce the prediction for a classification task. In gradient boosting, the successive models (classifiers) are trained on the gradient of the loss function in a previous iteration.


Random forests include an ensemble of decision trees. The output of a model (classifier) is based on the aggregation of the outputs of all the individual trees. The trees are trained differently, and on a slightly different data set so their outputs are diverse. Each tree is trained on a bootstrap sample of the training data. A bootstrap sample is a sample of the same size as the original data obtained by performing sampling with replacement. Further, during tree construction, at each split a random subset of features is selected, and then the split is performed on the best features among this subset.


The random forests technique is an example of a technique in which different classifiers of an ensemble of classifiers can be trained using respective different samples of the training data set.



FIG. 4 is a flow diagram of a detection process 400 of detecting an unauthorized authentication event, according to some examples. The detection process 400 can be performed by the stolen credential detection engine 116, for example. The detection process 400 detects (at 402) an authentication event that includes a user credential submitted between a plurality of devices in a network.


The detection process 400 identifies (at 404) a set of authentication events, at the devices, that are temporally related to the detected authentication event. The authentication event and the set of authentication events make up a context of the authentication event.


The detection process 400 executes (at 406) a classifier (such as one trained according to the training process 300 of FIG. 3) that is applied on features associated with the context including the set of authentication events and the detected authentication event. The features can include those listed in Table 1, according to some examples.


The detection process 400 determines (at 408), based on an output of the classifier, whether the detected authentication event is an unauthorized authentication event



FIG. 5 is a block diagram of a system 500 that includes a processor (or multiple processors) 502. The system 500 further includes a non-transitory machine-readable or computer-readable storage medium 504 storing machine-readable instructions that are executable on the processor 502 to perform various tasks. Machine-readable instructions executable on a processor to perform a task can refer to machine-readable instructions executable on a single processor or on multiple processors to perform the task. A processor can include a microprocessor, a core of a multi-core microprocessor, a microcontroller, a programmable integrated circuit, a programmable gate array, or another hardware processing circuit.


The machine-readable instructions include authentication event detecting instructions 506 to detect an authentication event that includes a user credential submitted from a source device to a destination device in a network. The machine-readable instructions further include event identifying instructions 508 to identify other authentication events within a time window including a time of the detected authentication event, the identified other authentication events comprising authentication events of the first device and the second device.


The machine-readable instructions further include stolen credential indicating instructions 510 to indicate occurrence of a stolen credential by an entity in the network based on applying a classifier on information associated with the identified other authentication events.



FIG. 6 is a block diagram of a non-transitory machine-readable or computer-readable storage medium 600 that stores machine-readable instructions executable by a system to perform various tasks. The machine-readable instructions include authentication event identifying instructions 602 to identify, for a given authentication event between a plurality of devices in a network, a set of authentication events, at the devices, that are temporally related to the given authentication event. The machine-readable instructions include classifier applying instructions 604 to apply a classifier on a collection of features associated with the set of authentication events. The machine-readable instructions further include unauthorized authentication event determining instructions 606 to determine, based on an output of the classifier, whether the given authentication event is an unauthorized authentication evented events.


The storage medium 504 (FIG. 5) or 600 (FIG. 6) can include any or some combination of the following: a semiconductor memory device such as a dynamic or static random access memory (a DRAM or SRAM), an erasable and programmable read-only memory (EPROM), an electrically erasable and programmable read-only memory (EEPROM) and flash memory; a magnetic disk such as a fixed, floppy and removable disk; another magnetic medium including tape; an optical medium such as a compact disk (CD) or a digital video disk (DVD); or another type of storage device. Note that the instructions discussed above can be provided on one computer-readable or machine-readable storage medium, or alternatively, can be provided on multiple computer-readable or machine-readable storage media distributed in a large system having possibly plural nodes. Such computer-readable or machine-readable storage medium or media is (are) considered to be part of an article (or article of manufacture). An article or article of manufacture can refer to any manufactured single component or multiple components. The storage medium or media can be located either in the machine running the machine-readable instructions, or located at a remote site (e.g., a cloud) from which machine-readable instructions can be downloaded over a network for execution.


In the foregoing description, numerous details are set forth to provide an understanding of the subject disclosed herein. However, implementations may be practiced without some of these details. Other implementations may include modifications and variations from the details discussed above. It is intended that the appended claims cover such modifications and variations.

Claims
  • 1. A non-transitory machine-readable storage medium storing instructions that upon execution cause a system to: for a given authentication event between a plurality of devices in a network, identify a context comprising a set of authentication events that are temporally related to the given authentication event, the set of authentication events occurring at the devices;apply a classifier on a collection of features associated with the set of authentication events, the collection of features comprising a number of machines or a number of users associated with the set of authentication events; anddetermine, based on an output of the classifier, whether the given authentication event is an unauthorized authentication event.
  • 2. The non-transitory machine-readable storage medium of claim 1, wherein the context excludes domain name system (DNS) events, netflow events, Hypertext Transfer Protocol (HTTP) events, or security events.
  • 3. The non-transitory machine-readable storage medium of claim 1, wherein the identifying of the set of authentication events comprises identifying authentication events within a time window that includes a time of the given authentication event.
  • 4. The non-transitory machine-readable storage medium of claim 3, wherein the identifying of the context comprising the set of authentication events comprises: identifying authentication events in a specified first time interval before the time of the given authentication event, andidentifying authentication events in a specified second time interval following the time of the given authentication event.
  • 5. The non-transitory machine-readable storage medium of claim 3, wherein the plurality of devices include a source device at which a user or program initiated the given authentication event with a destination device, and the identifying of the context comprising the set of authentication events comprises: identifying authentication events of the source device in a specified first time interval before the time of the given authentication event, andidentifying authentication events of the destination device in a specified second time interval following the time of the given authentication event.
  • 6. The non-transitory machine-readable storage medium of claim 5, wherein a length of the specified first time interval and a length of the specified second time interval is based on historical data.
  • 7. The non-transitory machine-readable storage medium of claim 1, wherein the collection of features comprises the number of users and the number of machines.
  • 8. The non-transitory machine-readable storage medium of claim 1, wherein the plurality of devices include a source device at which a user or program initiated the given authentication event with a destination device, and wherein the collection of features comprises the number of users associated with authentication events at the source device.
  • 9. The non-transitory machine-readable storage medium of claim 8, wherein the collection of features comprises the number of users associated with authentication events at the destination device.
  • 10. The non-transitory machine-readable storage medium of claim 1, wherein the plurality of devices include a source device at which a user or program initiated the given authentication event with a destination device, and wherein the collection of features comprises the number of machines associated with authentication events at the source device and the number of machines associated with authentication events at the destination device.
  • 11. The non-transitory machine-readable storage medium of claim 1, wherein the applying of the classifier on the collection of features associated with the set of authentication events comprises applying an ensemble of classifiers on the collection of features associated with the set of authentication events.
  • 12. The non-transitory machine-readable storage medium of claim 11, wherein the ensemble of classifiers comprise classifiers derived according to different machine learning techniques.
  • 13. The non-transitory machine-readable storage medium of claim 11, wherein the ensemble of classifiers comprise classifiers trained using respective different samples of a labeled data set.
  • 14. The non-transitory machine-readable storage medium of claim 1, wherein the instructions upon execution cause the system to: extract features of contexts associated with authentication events, each context of the contexts including associated authentication events of a respective authentication event; andtrain the classifier using the extracted features in a labeled data set.
  • 15. A system comprising: a processor; anda non-transitory storage medium storing instructions that are executable on the processor to: detect an authentication event that includes a user credential submitted from a source device to a destination device in a network;identify other authentication events within a time window including a time of the detected authentication event, the identified other authentication events comprising authentication events of the source device and the destination device; andindicate occurrence of a stolen credential by an entity in the network based on applying a classifier on features associated with the identified other authentication events, the features comprising a number of machines or a number of users associated with the identified other authentication events.
  • 16. The system of claim 14, wherein the classifier is part of an ensemble of classifiers, and wherein the instructions are executable on the processor to: train the classifiers of the ensemble of classifiers using different samples from a labeled data set.
  • 17. The system of claim 16, wherein the applying of the classifier comprises applying the ensemble of classifiers on the identified authentication events to detect the occurrence of the stolen credential.
  • 18. The system of claim 14, wherein the time window comprises: authentication events of the source device in a specified first time interval before the time of the detected authentication event, andauthentication events of the destination device in a specified second time interval following the time of the detected authentication event.
  • 19. A method comprising: detecting, by a system comprising a processor, an authentication event that includes a user credential submitted between a plurality of devices in a network;identifying, by the system, a set of authentication events that are temporally related to the detected authentication event, the set of authentication events occurring at the devices and comprising authentication events and excluding domain name system (DNS) events, netflow events, Hypertext Transfer Protocol (HTTP) events, and security events;executing, by the system, a classifier that is applied on features associated with the set of authentication events and the detected authentication event; anddetermining, by the system based on an output of the classifier, whether the detected authentication event is an unauthorized authentication event.
  • 20. The method of claim 19, further comprising automatically performing an action in response to determining that the detected authentication is an unauthorized authentication event, the action comprising halting any further activity at a device of the devices, or shutting down a process at a device of the devices.