Identifying malicious behavior (e.g., a cyberattack, malware, and/or the like) is typically a time-consuming process for a network security team. Many products exist that attempt to lure or trap a bad actor (e.g., a network intruder) into revealing themselves, and that trigger a wide variety of actions from a network (e.g., blocking the network intruder, stopping malware and/or cyberattack, and/or the like).
According to some implementations, a method may include receiving information identifying malicious behavior by a compromised endpoint device associated with a network and traffic associated with the compromised endpoint device after the malicious behavior is identified. The method may include receiving endpoint device information identifying other endpoint devices associated with the network, wherein the compromised endpoint device may not be one of the other endpoint devices. The method may include receiving network device information identifying network devices associated with the network, and processing the traffic, the endpoint device information, and the network device information, with a machine learning model, to generate a security policy to isolate the malicious behavior. The method may include performing one or more actions based on the security policy to isolate the malicious behavior.
According to some implementations, a device may include one or more memories, and one or more processors to receive information identifying malicious behavior by a compromised endpoint device associated with a network, wherein the network may be associated with one or more network devices and one or more other endpoint devices, and wherein the compromised endpoint device may not be one of the one or more other endpoint devices. The one or more processors may receive traffic associated with the compromised endpoint device after the malicious behavior is identified and may receive endpoint device information identifying the one or more other endpoint devices. The one or more processors may receive network device information identifying the one or more network devices and may process the traffic, the endpoint device information, and the network device information, with a machine learning model, to generate a security policy to isolate the malicious behavior and the compromised endpoint device. The one or more processors may perform one or more actions based on the security policy to isolate the malicious behavior.
According to some implementations, a non-transitory computer-readable medium may store instructions that include one or more instructions that, when executed by one or more processors of a device, cause the one or more processors to receive information identifying malicious behavior by a compromised endpoint device associated with a network. The one or more instructions may cause the one or more processors to receive traffic associated with the compromised endpoint device after the malicious behavior is identified and receive endpoint device information identifying other endpoint devices associated with the network, wherein the compromised endpoint device may not be one of the other endpoint devices. The one or more instructions may cause the one or more processors to receive network device information identifying network devices associated with the network and process the traffic, the endpoint device information, and the network device information, with a model, to generate a security policy to isolate the malicious behavior. The one or more instructions may cause the one or more processors to add a network address of the compromised endpoint device to a traffic feed of the compromised endpoint device, based on the network policy, to prevent the traffic associated with the compromised endpoint device from reaching the compromised endpoint device, the network, or the other endpoint devices.
The following detailed description of example implementations refers to the accompanying drawings. The same reference numbers in different drawings may identify the same or similar elements.
Malicious behavior, such as a cyberattack, malware, and/or the like, may be caused by a bad actor (e.g., a network intruder) based on compromising an endpoint device associated with a network. The malicious behavior and/or the bad actor may be addressed if the malicious behavior and/or the bad actor are identified. However, identifying the malicious behavior and/or the bad actor provides little insight into network behavior caused by the malicious behavior. Determining insight into such network behavior may be difficult, time consuming, and waste resources (e.g., processing resources, memory resources, and/or the like). One technique detects the malicious behavior (e.g., that a malicious file has been downloaded) but provides no indication of whether the malicious file has been executed by an endpoint device and is prone to false positive and/or negative indications of the malicious behavior. Another technique detects a malicious communication to an Internet protocol (IP) or uniform resource locator (URL) address but is prone to false positive and/or negative indications of malicious behavior and does not detect targeted network attacks.
Some implementations described herein provide a security platform that generates a network security policy based on behavior detected after identification of malicious behavior. For example, the security platform may receive information identifying malicious behavior by a compromised endpoint device associated with a network and traffic associated with the compromised endpoint device after the malicious behavior is identified. The security platform may receive endpoint device information identifying other endpoint devices associated with the network, wherein the compromised endpoint device is not one of the other endpoint devices. The security platform may receive network device information identifying network devices associated with the network, and may process the traffic, the endpoint device information, and the network device information, with a machine learning model, to generate a security policy to isolate the malicious behavior. The security platform may perform one or more actions based on the security policy to isolate the malicious behavior.
In this way, the security platform reduces a time it takes to determine insights into network behavior caused by malicious behavior, which conserves resources (e.g., processing resources, memory resources, and/or the like) utilized to attempt to determine such insights. The security platform also detects targeted network attacks and reduces the occurrence of false positive and/or negative indications of the malicious behavior, which conserves resources (e.g., processing resources, memory resources, and/or the like) that may otherwise be wasted in attempting to address false positive indications of the malicious behavior.
As further shown in
As shown in
As further shown in
As shown in
In some implementations, the security platform may store the traffic associated with the compromised endpoint device, the endpoint device information, and/or the network device information in a data structure (e.g., a database, a table, a list, and/or the like) associated with the security platform. In some implementations, the security platform may store such information so that the security platform may process such information to generate a security policy to isolate the compromised endpoint device.
As shown in
Examples of security rules that may be included in the security policy include a security rule that causes a network address of the compromised endpoint device to be added to a traffic feed of the compromised endpoint device and/or to be associated with a tag and/or metadata; a security rule that temporarily adds the network address of the compromised endpoint device to a blacklist and causes the blacklist to be propagated to the network devices and/or the other endpoint devices based on network addresses of the network devices and the other endpoint devices; a security rule that defines groups of the network devices based on the network addresses of the network devices; a security rule that defines groups of the other endpoint devices based on the network addresses of the other endpoint devices; a security rule that prevents the compromised endpoint device from accessing the network; a security rule that modifies security rules associated with the network devices; a security rule that modifies intrusion prevention system rules associated with the network; a security rule that notifies one or more of the network devices of the compromised endpoint device; a security rule that causes one or more of the network devices to perform an action; and/or the like. These are merely examples of security rules that might be included in a security policy and the security rules may be different in a different context.
In some implementations, the security platform may train the machine learning model, with historical data, to identify security rules (or more likely, the machine learning model determines confidence scores for security rules and/or identifies top scoring security rules) for a current malicious behavior situation (e.g., associated with the traffic of the compromised endpoint device, the endpoint device information, and the network device information). The historical data may include information identifying malicious behavior exhibited by the compromised endpoint devices; information identifying effects of the malicious behavior on networks, network devices, and/or other endpoint devices; historical traffic associated with compromised endpoint devices; historical endpoint device information; historical network device information; historical topology information; security rules or actions that were implemented and were successful or unsuccessful; and/or the like.
The security platform may separate the historical data into a training set, a validation set, a test set, and/or the like. The training set may be utilized to the train the machine learning model. The validation set may be utilized to validate results of the trained machine learning model. The test set may be utilized to test operation of the machine learning model. In some implementations, the security platform may train the machine learning model using, for example, an unsupervised training procedure and based on the historical data. For example, the security platform may perform dimensionality reduction to reduce the historical data to a minimum feature set, thereby reducing resources (e.g., processing resources, memory resources, and/or the like) to train the machine learning model and may apply a classification technique to the minimum feature set.
In some implementations, the security platform may use a logistic regression classification technique to determine a categorical outcome (e.g., security rules generated based on the traffic of the compromised endpoint device, the endpoint device information, and the network device information). Additionally, or alternatively, the security platform may use a naïve Bayesian classifier technique. In this case, the security platform may perform binary recursive partitioning to split the historical data into partitions and/or branches and use the partitions and/or branches to perform predictions (e.g., security rules generated based on the traffic of the compromised endpoint device, the endpoint device information, and the network device information). Based on using recursive partitioning, the security platform may reduce utilization of computing resources relative to manual, linear sorting and analysis of data points, thereby enabling use of thousands, millions, or billions of data points to train the machine learning model, which may result in a more accurate model than using fewer data points.
Additionally, or alternatively, the security platform may use a support vector machine (SVM) classifier technique to generate a non-linear boundary between data points in the training set. In this case, the non-linear boundary is used to classify test data into a particular class.
Additionally, or alternatively, the security platform may train the machine learning model using a supervised training procedure that includes receiving input to the machine learning model from a subject matter expert, which may reduce an amount of time, an amount of processing resources, and/or the like to train the machine learning model relative to an unsupervised training procedure. In some implementations, the security platform may use one or more other model training techniques, such as a neural network technique, a latent semantic indexing technique, and/or the like. For example, the security platform may perform an artificial neural network processing technique (e.g., using a two-layer feedforward neural network architecture, a three-layer feedforward neural network architecture, and/or the like) to perform pattern recognition with regard to patterns of the historical data. In this case, using the artificial neural network processing technique may improve an accuracy of the trained machine learning model generated by the security platform by being more robust to noisy, imprecise, or incomplete data, and by enabling the security platform to detect patterns and/or trends undetectable to human analysts or systems using less complex techniques.
In some implementations, the security platform may include input the traffic (e.g., traffic information) associated with the comprised endpoint device, the endpoint device information, and the network device information into the machine learning model and the machine learning model may output a set of security rules (e.g., top scoring security rules) for the security policy.
As shown in
In some implementations, the security platform may add an address (e.g., an IP address) of the compromised endpoint device to a blacklist so that the compromised endpoint device may be prevented from accessing the network and/or the other endpoint devices. In this way, the compromised endpoint device may be prevented from spreading the malicious behavior to the network and/or the other endpoint devices.
In some implementations, the security platform may prevent the compromised endpoint device from accessing the network by causing a network address of the compromised endpoint device to be added to a traffic feed of the compromised endpoint device. In this way, the network devices may recognize and block traffic coming from the compromised endpoint device.
In some implementations, the security platform may modify or update security rules associated with the network devices so that the network devices may increase security associated with accessing the network and prevent the compromised endpoint device from spreading the malicious behavior to the network.
In some implementations, the security platform may modify or update rules for a network device (e.g., an intrusion prevention system) associated with the network to increase security associated with accessing the network and prevent the compromised endpoint device from spreading the malicious behavior to the network.
In some implementations, the security platform may notify one or more network devices of the compromised endpoint device. In this way, the one or more network devices may take measures to block traffic coming from the compromised endpoint device.
In some implementations, the security platform may cause one or more network devices to perform an action, such as block traffic coming from the compromised endpoint device, quarantine traffic coming from the compromised endpoint device, and/or the like. In this way, the compromised endpoint device may be prevented from spreading the malicious behavior to the network and/or the other endpoint devices.
In some implementations, the security platform may push a security update to the compromised endpoint device so that the compromised endpoint device may be better protected from a bad actor. In this way, the security update may eliminate the malicious behavior from the compromised endpoint device.
In some implementations, the security platform may cause the compromised endpoint device to initiate a malware and/or a virus scan to ensure that the compromised endpoint device is not infected with malware and/or a virus. In some implementations, the security platform may cause the compromised endpoint device to be taken offline (e.g., disconnect from the network) so that the compromised endpoint device may not harm the network. In some implementations, the security platform may send a notification for display on the compromised endpoint device (e.g., to inform a user that the endpoint device has been compromised).
As shown in
As shown in
As further shown in
As shown in
As further shown in
As shown in
As further shown in
In some implementations, the security platform may receive information identifying additional malicious behavior associated with one of the other endpoint devices and may compare the information identifying the additional malicious behavior with the security policy. In such implementations, the security platform may determine whether the additional malicious behavior is associated with one or more security rules of the security policy based on comparing the information identifying the additional malicious behavior with the security policy and may perform one or more additional actions when the additional malicious behavior is associated with the one or more security rules.
In some implementations, the security platform may process thousands, millions, billions or more of malicious behavior stored on hundreds, thousands, millions, or more endpoint devices and provided to hundreds, thousands, millions, or more network devices. In such implementations, the security platform may concurrently process identifications of tens, hundreds, thousands, or more of malicious behavior in a given time window.
In this way, several different stages of the process for remediating for malicious behavior in a network may be automated through machine learning, which may remove human subjectivity and waste from the process, and which may improve speed and efficiency of the process and conserve computing resources (e.g., processing resources, memory resources, and/or the like). Furthermore, implementations described herein use a rigorous, computerized process to perform tasks or roles that were not previously performed or were previously performed using subjective human intuition or input. For example, currently there does not exist a technique to monitor a network for malicious behavior and to generate a network security policy based on behavior detected after identification of the malicious behavior. Automating the process for monitoring a network for malicious behavior conserves computing resources (e.g., processing resources, memory resources, and/or the like) and/or network resources that would otherwise be wasted in attempting to monitor a network for malicious. Finally, automating the process for monitoring a network for malicious behavior improves network operations and improves operations of the network device and the endpoint devices associated with the network.
As indicated above,
Endpoint device 210 includes one or more devices capable of receiving, generating, storing, processing, and/or providing information, such as information described herein. For example, endpoint device 210 may include a mobile phone (e.g., a smart phone, a radiotelephone, etc.), a laptop computer, a tablet computer, a desktop computer, a handheld computer, a gaming device, a wearable communication device (e.g., a smart wristwatch, a pair of smart eyeglasses, etc.), a data center computer, a cloud computing resource, an edge device, a customer premises equipment, or a similar type of device. In some implementations, endpoint device 210 may receive information from and/or transmit information to one or more other devices of environment 200. In some implementations, endpoint device 210 may be an endpoint device of network 230.
Security platform 220 includes one or more devices that generate a network security policy based on behavior detected after identification of malicious behavior. In some implementations, security platform 220 may be designed to be modular such that certain software components may be swapped in or out depending on a particular need. As such, security platform 220 may be easily and/or quickly reconfigured for different uses. In some implementations, security platform 220 may receive information from and/or transmit information to one or more other devices of environment 200.
In some implementations, as shown, security platform 220 may be hosted in a cloud computing environment 222. Notably, while implementations described herein describe security platform 220 as being hosted in cloud computing environment 222, in some implementations, security platform 220 may not be cloud-based (i.e., may be implemented outside of a cloud computing environment, such as within one or more server devices) or may be partially cloud-based.
Cloud computing environment 222 includes an environment that hosts security platform 220. Cloud computing environment 222 may provide computation, software, data access, storage, etc. services that do not require end-user knowledge of a physical location and configuration of system(s) and/or device(s) that hosts security platform 220. As shown, cloud computing environment 222 may include a group of computing resources 224 (referred to collectively as “computing resources 224” and individually as “computing resource 224”).
Computing resource 224 includes one or more personal computers, workstation computers, server devices, or other types of computation and/or communication devices. In some implementations, computing resource 224 may host security platform 220. The cloud resources may include compute instances executing in computing resource 224, storage devices provided in computing resource 224, data transfer devices provided by computing resource 224, etc. In some implementations, computing resource 224 may communicate with other computing resources 224 via wired connections, wireless connections, or a combination of wired and wireless connections.
As further shown in
Application 224-1 includes one or more software applications that may be provided to or accessed by endpoint device 210. Application 224-1 may eliminate a need to install and execute the software applications on endpoint device 210. For example, application 224-1 may include software associated with security platform 220 and/or any other software capable of being provided via cloud computing environment 222. In some implementations, one application 224-1 may send/receive information to/from one or more other applications 224-1, via virtual machine 224-2.
Virtual machine 224-2 includes a software implementation of a machine (e.g., a computer) that executes programs like a physical machine. Virtual machine 224-2 may be either a system virtual machine or a process virtual machine, depending upon use and degree of correspondence to any real machine by virtual machine 224-2. A system virtual machine may provide a complete system platform that supports execution of a complete operating system (“OS”). A process virtual machine may execute a single program and may support a single process. In some implementations, virtual machine 224-2 may execute on behalf of a user (e.g., a user of endpoint device 210 or an operator of security platform 220), and may manage infrastructure of cloud computing environment 222, such as data management, synchronization, or long-duration data transfers.
Virtualized storage 224-3 includes one or more storage systems and/or one or more devices that use virtualization techniques within the storage systems or devices of computing resource 224. In some implementations, within the context of a storage system, types of virtualizations may include block virtualization and file virtualization. Block virtualization may refer to abstraction (or separation) of logical storage from physical storage so that the storage system may be accessed without regard to physical storage or heterogeneous structure. The separation may permit administrators of the storage system flexibility in how the administrators manage storage for end users. File virtualization may eliminate dependencies between data accessed at a file level and a location where files are physically stored. This may enable optimization of storage use, server consolidation, and/or performance of non-disruptive file migrations.
Hypervisor 224-4 may provide hardware virtualization techniques that allow multiple operating systems (e.g., “guest operating systems”) to execute concurrently on a host computer, such as computing resource 224. Hypervisor 224-4 may present a virtual operating platform to the guest operating systems and may manage the execution of the guest operating systems. Multiple instances of a variety of operating systems may share virtualized hardware resources.
Network 230 includes one or more wired and/or wireless networks. For example, network 230 may include a cellular network (e.g., a fifth generation (5G) network, a long-term evolution (LTE) network, a third generation (3G) network, a code division multiple access (CDMA) network, etc.), a public land mobile network (PLMN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), a telephone network (e.g., the Public Switched Telephone Network (PSTN)), a private network, an ad hoc network, an intranet, the Internet, a fiber optic-based network, and/or the like, and/or a combination of these or other types of networks.
Network device 240 includes one or more devices (e.g., one or more traffic transfer devices) capable of receiving, providing, storing, generating, and/or processing information described herein. For example, network device 240 may include a firewall, a router, a policy enforcer, a gateway, a switch, a hub, a bridge, a reverse proxy, a server (e.g., a proxy server), a security device, an intrusion detection device, a load balancer, or a similar device. In some implementations, network device 240 may receive information from and/or provide information to one or more other devices of environment 200. In some implementations, network device 240 may be a physical device implemented within a housing, such as a chassis. In some implementations, network device 240 may be a virtual device implemented by one or more computer devices of a cloud computing environment or a data center.
The number and arrangement of devices and networks shown in
Bus 310 includes a component that permits communication among the components of device 300. Processor 320 is implemented in hardware, firmware, or a combination of hardware and software. Processor 320 is a central processing unit (CPU), a graphics processing unit (GPU), an accelerated processing unit (APU), a microprocessor, a microcontroller, a digital signal processor (DSP), a field-programmable gate array (FPGA), an application-specific integrated circuit (ASIC), or another type of processing component. In some implementations, processor 320 includes one or more processors capable of being programmed to perform a function. Memory 330 includes a random-access memory (RAM), a read only memory (ROM), and/or another type of dynamic or static storage device (e.g., a flash memory, a magnetic memory, and/or an optical memory) that stores information and/or instructions for use by processor 320.
Storage component 340 stores information and/or software related to the operation and use of device 300. For example, storage component 340 may include a hard disk (e.g., a magnetic disk, an optical disk, a magneto-optic disk, and/or a solid-state disk), a compact disc (CD), a digital versatile disc (DVD), a floppy disk, a cartridge, a magnetic tape, and/or another type of non-transitory computer-readable medium, along with a corresponding drive.
Input component 350 includes a component that permits device 300 to receive information, such as via user input (e.g., a touch screen display, a keyboard, a keypad, a mouse, a button, a switch, and/or a microphone). Additionally, or alternatively, input component 350 may include a sensor for sensing information (e.g., a global positioning system (GPS) component, an accelerometer, a gyroscope, and/or an actuator). Output component 360 includes a component that provides output information from device 300 (e.g., a display, a speaker, and/or one or more light-emitting diodes (LEDs)).
Communication interface 370 includes a transceiver-like component (e.g., a transceiver and/or a separate receiver and transmitter) that enables device 300 to communicate with other devices, such as via a wired connection, a wireless connection, or a combination of wired and wireless connections. Communication interface 370 may permit device 300 to receive information from another device and/or provide information to another device. For example, communication interface 370 may include an Ethernet interface, an optical interface, a coaxial interface, an infrared interface, a radio frequency (RF) interface, a universal serial bus (USB) interface, a wireless local area network interface, a cellular network interface, and/or the like.
Device 300 may perform one or more processes described herein. Device 300 may perform these processes based on processor 320 executing software instructions stored by a non-transitory computer-readable medium, such as memory 330 and/or storage component 340. A computer-readable medium is defined herein as a non-transitory memory device. A memory device includes memory space within a single physical storage device or memory space spread across multiple physical storage devices.
Software instructions may be read into memory 330 and/or storage component 340 from another computer-readable medium or from another device via communication interface 370. When executed, software instructions stored in memory 330 and/or storage component 340 may cause processor 320 to perform one or more processes described herein. Additionally, or alternatively, hardwired circuitry may be used in place of or in combination with software instructions to perform one or more processes described herein. Thus, implementations described herein are not limited to any specific combination of hardware circuitry and software.
The number and arrangement of components shown in
As shown in
As further shown in
As further shown in
As further shown in
As further shown in
Process 400 may include additional implementations, such as any single implementation or any combination of implementations described below and/or in connection with one or more other processes described elsewhere herein.
In some implementations, when performing the one or more actions, the security platform may add an address of the compromised endpoint device to a blacklist and provide the blacklist to the network devices and the other endpoint devices, prevent the compromised endpoint device from accessing the network, modify security rules associated with the network devices, modify intrusion prevention system rules associated with the network, notify one or more of the network devices of the compromised endpoint device, and/or cause one or more of the network devices to perform an action.
In some implementations, when performing the one or more actions, the security platform may add a source address of the compromised endpoint device to a traffic feed of the compromised endpoint device to prevent the traffic associated with the compromised endpoint device from reaching the network.
In some implementations, when performing the one or more actions, the security platform may temporarily add a destination address of the compromised endpoint device to a blacklist and may cause the blacklist to be propagated to the network devices, where the blacklist, after the destination address is added, is to cause the network devices to prevent traffic of the network from being provided to the compromised endpoint device.
In some implementations, when performing the one or more actions, the security platform may temporarily add a source address of the compromised endpoint device to a blacklist and may cause the blacklist to be propagated to the other endpoint devices, where the blacklist, after the source address is added, is to prevent the traffic associated with the compromised endpoint device from reaching the other endpoint devices.
In some implementations, when performing the one or more actions, the security platform may temporarily add a destination address of the compromised endpoint device to a blacklist and may cause the blacklist to be propagated to the other endpoint devices, where the blacklist, after the destination address is added, is to prevent traffic of the other endpoint devices from being provided to the compromised endpoint device.
In some implementations, the machine learning model may generate the security policy by identifying network addresses of the compromised endpoint device, the other endpoint devices, and the network devices based on the traffic, the endpoint device information, and the network device information, by generating a security rule for the security policy that causes a network address of the compromised endpoint device to be added to a traffic feed of the compromised endpoint device, and by generating a security rule for the security policy that temporarily adds the network address of the compromised endpoint device to a blacklist and causes the blacklist to be propagated to the network devices and the endpoint devices based on network addresses of the network devices and the endpoint devices.
Although
As shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
Process 500 may include additional implementations, such as any single implementation or any combination of implementations described below and/or in connection with one or more other processes described elsewhere herein.
In some implementations, the security platform may train the machine learning model with historical traffic associated with compromised endpoint devices prior to processing the traffic, the endpoint device information, and the network device information with the machine learning model.
In some implementations, when performing the one or more actions, the security platform may add an address of the compromised endpoint device to a blacklist, prevent the compromised endpoint device from accessing the network, modify security rules associated with the one or more network devices, modify intrusion prevention system rules associated with the network, notify the one or more network devices of the compromised endpoint device, and/or cause the one or more network devices to perform an action.
In some implementations, when performing the one or more actions, the security platform may add a source address of the compromised endpoint device to a traffic feed of the compromised endpoint device to prevent the traffic associated with the compromised endpoint device from reaching the network and the one or more other endpoint devices.
In some implementations, when performing the one or more actions, the security platform may add a destination address of the compromised endpoint device to a blacklist and may cause the blacklist to be propagated to the one or more network devices, where the blacklist, with the destination address added, is to cause the one or more network devices to prevent traffic of the network from being provided to the compromised endpoint device.
In some implementations, when performing the one or more actions, the security platform may add a source address of the compromised endpoint device to a blacklist and may cause the blacklist to be propagated to the one or more other endpoint devices, where the blacklist, with the source address added, is to prevent the traffic associated with the compromised endpoint device from reaching the one or more other endpoint devices.
In some implementations, when performing the one or more actions, the security platform may add a destination address of the compromised endpoint device to a blacklist and may cause the blacklist to be propagated to the one or more other endpoint devices, where the blacklist, with the destination address added, is to prevent traffic of the one or more other endpoint devices from being provided to the compromised endpoint device.
Although
As shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
Process 600 may include additional implementations, such as any single implementation or any combination of implementations described below and/or in connection with one or more other processes described elsewhere herein.
In some implementations, the security platform may temporarily add a destination address of the compromised endpoint device to a blacklist based on the security policy and may cause the blacklist to be propagated to the network devices, where the blacklist, with the destination address added, is to cause the network devices to prevent traffic of the network from being provided to the compromised endpoint device.
In some implementations, the security platform may temporarily add a source address of the compromised endpoint device to a blacklist based on the security policy and may cause the blacklist to be propagated to the other endpoint devices, where the blacklist, with the source address added, is to prevent the traffic associated with the compromised endpoint device from reaching the other endpoint devices.
In some implementations, the security platform may temporarily add a destination address of the compromised endpoint device to a blacklist based on the security policy and may cause the blacklist to be propagated to the other endpoint devices, where the blacklist, with the destination address added, is to prevent traffic of the other endpoint devices from being provided to the compromised endpoint device.
In some implementations, the security platform may add the network address of the compromised endpoint device to a blacklist based on the security policy, prevent the compromised endpoint device from accessing the network based on the security policy, modify security rules associated with the network devices based on the security policy, modify intrusion prevention system rules associated with the network based on the security policy, notify one or more of the network devices of the compromised endpoint device based on the security policy, and/or cause one or more of the network devices to perform an action based on the security policy.
In some implementations, the security platform may receive information identifying additional malicious behavior associated with one of the other endpoint devices, may compare the information identifying the additional malicious behavior with the security policy, may determine whether the additional malicious behavior is associated with one or more security rules of the security policy based on comparing the information identifying the additional malicious behavior with the security policy, and may perform one or more actions when the additional malicious behavior is associated with the one or more security rules.
Although
The foregoing disclosure provides illustration and description, but is not intended to be exhaustive or to limit the implementations to the precise form disclosed. Modifications and variations may be made in light of the above disclosure or may be acquired from practice of the implementations.
As used herein, the term “component” is intended to be broadly construed as hardware, firmware, or a combination of hardware and software. As used herein, the term “traffic” is intended to be broadly construed as including one or more packets and the term “packet” is to be broadly construed as including a communication structure for communicating information, such as a protocol data unit (PDU), a network packet, a datagram, a segment, a message, a block, a cell, a frame, a subframe, a slot, a symbol, a portion of any of the above, and/or another type of formatted or unformatted unit of data capable of being transmitted via a network.
It will be apparent that systems and/or methods, described herein, may be implemented in different forms of hardware, firmware, or a combination of hardware and software. The actual specialized control hardware or software code used to implement these systems and/or methods is not limiting of the implementations. Thus, the operation and behavior of the systems and/or methods were described herein without reference to specific software code—it being understood that software and hardware may be designed to implement the systems and/or methods based on the description herein.
Even though particular combinations of features are recited in the claims and/or disclosed in the specification, these combinations are not intended to limit the disclosure of various implementations. In fact, many of these features may be combined in ways not specifically recited in the claims and/or disclosed in the specification. Although each dependent claim listed below may directly depend on only one claim, the disclosure of various implementations includes each dependent claim in combination with every other claim in the claim set.
No element, act, or instruction used herein should be construed as critical or essential unless explicitly described as such. Also, as used herein, the articles “a” and “an” are intended to include one or more items, and may be used interchangeably with “one or more.” Furthermore, as used herein, the term “set” is intended to include one or more items (e.g., related items, unrelated items, a combination of related and unrelated items, etc.), and may be used interchangeably with “one or more.” Where only one item is intended, the phrase “only one” or similar language is used. Also, as used herein, the terms “has,” “have,” “having,” or the like are intended to be open-ended terms. Further, the phrase “based on” is intended to mean “based, at least in part, on” unless explicitly stated otherwise.
Number | Name | Date | Kind |
---|---|---|---|
8346929 | Lai | Jan 2013 | B1 |
8402540 | Kapoor et al. | Mar 2013 | B2 |
8615785 | Elrod et al. | Dec 2013 | B2 |
8682812 | Ranjan | Mar 2014 | B1 |
8762298 | Ranjan | Jun 2014 | B1 |
8776168 | Gibson et al. | Jul 2014 | B1 |
8782790 | Smith | Jul 2014 | B1 |
9124636 | Rathor | Sep 2015 | B1 |
9154479 | Sethi | Oct 2015 | B1 |
9336385 | Spencer et al. | May 2016 | B1 |
10070412 | Liu | Sep 2018 | B1 |
10462171 | Weingarten | Oct 2019 | B2 |
10771506 | Kumar | Sep 2020 | B1 |
10803169 | Flatten | Oct 2020 | B1 |
10812521 | Sharifi Mehr | Oct 2020 | B1 |
10862597 | Shattil | Dec 2020 | B2 |
20070192863 | Kapoor | Aug 2007 | A1 |
20110191847 | Davis | Aug 2011 | A1 |
20120096519 | Alanara | Apr 2012 | A1 |
20140173712 | Ferdinand | Jun 2014 | A1 |
20140317735 | Kolbitsch | Oct 2014 | A1 |
20150269383 | Lang | Sep 2015 | A1 |
20160359695 | Yadav | Dec 2016 | A1 |
20170103201 | Fox | Apr 2017 | A1 |
20170118242 | Georgescu | Apr 2017 | A1 |
20170180416 | Giura | Jun 2017 | A1 |
20170300690 | Ladnai | Oct 2017 | A1 |
20170359309 | Bolte | Dec 2017 | A1 |
20180026993 | Parla | Jan 2018 | A1 |
20180097840 | Murthy | Apr 2018 | A1 |
20180139240 | Voit | May 2018 | A1 |
20180227322 | Luo | Aug 2018 | A1 |
20180278648 | Li | Sep 2018 | A1 |
20180343310 | Mishra | Nov 2018 | A1 |
20180375862 | Isola | Dec 2018 | A1 |
20180375884 | Kopp | Dec 2018 | A1 |
20190014086 | Meyer | Jan 2019 | A1 |
20190052659 | Weingarten | Feb 2019 | A1 |
20190098050 | Lumezanu | Mar 2019 | A1 |
20190108338 | Saxe | Apr 2019 | A1 |
20190109877 | Samuel | Apr 2019 | A1 |
20190312839 | Grimm | Oct 2019 | A1 |
20190312888 | Grimm | Oct 2019 | A1 |
20190387005 | Zawoad | Dec 2019 | A1 |
20200053090 | Kliger | Feb 2020 | A1 |
20200067935 | Carnes, III | Feb 2020 | A1 |
20200120121 | Aggarwal | Apr 2020 | A1 |
20200236112 | Pularikkal | Jul 2020 | A1 |
Entry |
---|
N. Nissim, A. Cohen and Y. Elovici, “ALDOCX: Detection of Unknown Malicious Microsoft Office Documents Using Designated Active Learning Methods Based on New Structural Feature Extraction Methodology,” in IEEE Transactions on Information Forensics and Security, vol. 12, No. 3, pp. 631-646, Mar. 2017. (Year: 2017). |
P. Dutta, G. Ryan, A. Zieba and S. Stolfo, “Simulated User Bots: Real Time Testing of Insider Threat Detection Systems,” 2018 IEEE Security and Privacy Workshops (SPW), San Francisco, CA, 2018, pp. 228-236. (Year: 2018). |
Pal, Partha, et al. “Adaptive resource management enabling deception (ARMED).” Proceedings of the 12th International Conference on Availability, Reliability and Security. 2017, pp. 1-8. (Year: 2017). |
Meidan, Yair, et al. “N-baiot—network-based detection of iot botnet attacks using deep autoencoders.” IEEE Pervasive Computing 17.3 (2018): 12-22. (Year: 2018). |