WO2017160409A1 - Real-time detection of abnormal network connections in streaming data - Google Patents
Real-time detection of abnormal network connections in streaming data Download PDFInfo
- Publication number
- WO2017160409A1 WO2017160409A1 PCT/US2017/015294 US2017015294W WO2017160409A1 WO 2017160409 A1 WO2017160409 A1 WO 2017160409A1 US 2017015294 W US2017015294 W US 2017015294W WO 2017160409 A1 WO2017160409 A1 WO 2017160409A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- connection
- network
- graph
- abnormal
- network connections
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/12—Discovery or management of network topologies
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3438—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/16—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using machine learning or artificial intelligence
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/22—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks comprising specially adapted graphical user interfaces [GUI]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/28—Restricting access to network management systems or functions, e.g. using authorisation function to access network configuration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/06—Generation of reports
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0805—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
- H04L43/0811—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking connectivity
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/10—Active monitoring, e.g. heartbeat, ping or trace-route
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/535—Tracking the activity of the user
Definitions
- the present invention relates to enterprise networks and, more particularly, to a system and method for real-time detection of abnormal network connections in streaming data.
- a typical enterprise network contains hundreds, even thousands of hosts, e.g., servers, desktops, laptops, etc. A single host may generate hundreds of network connections in a second.
- the total data volume in a middle-sized enterprise network can easily reach terabyte scale in a few hours.
- Enterprise networks have huge complexity in network structure and the contained entities, and both are evolving over time. The system needs to track the changes and always maintain the model.
- security-oriented missions e.g., intrusion detection
- the response time is a critical issue.
- Many security actions have to be implemented in a short period of time to stop the damage.
- the system is required to process the data and detect abnormal connections in real time.
- the training data are hard to get in the real applications.
- the users usually have no knowledge about the abnormal connection patterns and can hardly define any useful models in advance.
- the end users are not satisfied by only being informed of the abnormal network connections.
- the users also want to know the reason for the abnormal connection in order to implement actions to solve the issues. For example, if the system reports that the connection is abnormal because an unseen process connects via a port which is used by an ftp protocol, then the users may investigate the ftp server to, e.g., cut the connection.
- a computer-implemented method for real-time detecting of abnormal network connections includes collecting network connection events from at least one agent connected to a network, recording, via a topology graph, normal states of network connections among hosts in the network, and recording, via a port graph, relationships established between host and destination ports of all network connections.
- a system for real-time detecting of abnormal network connections includes a memory and a processor in communication with the memory, wherein the processor is configured to collect network connection events from at least one agent connected to a network, record, via a topology graph, normal states of network connections among hosts in the network, and record, via a port graph, relationships established between host and destination ports of all network connections.
- a non-transitory computer-readable storage medium comprising a computer- readable program for real-time detecting of abnormal network connections is presented, wherein the computer-readable program when executed on a computer causes the computer to perform the steps of collecting network connection events from at least one agent connected to a network, recording, via a topology graph, normal states of network connections among hosts in the network, and recording, via a port graph, relationships established between host and destination ports of all network connections.
- FIG. 1 is an example architecture of an automatic security intelligence system, in accordance with embodiments of the present invention.
- FIG. 2 is an example architecture of an intrusion detection engine, in accordance with embodiments of the present invention.
- FIG. 3 is an example architecture of a network analysis module, in accordance with embodiments of the present invention.
- FIG.4 is an example framework of an online anomaly detection component, in accordance with embodiments of the present invention.
- FIG.5 is an example of node similarity, in accordance with embodiments of the present invention.
- FIG. 6 is a block/flow diagram illustrating a method of implementing a blue print graph model, in accordance with embodiments of the present invention.
- FIG. 7 is a block/flow diagram illustrating a method of detecting abnormal network connections, in accordance with embodiments of the present invention.
- a Graph-based Security Monitoring Engine is introduced to monitor the enterprise network and detect abnormal connections.
- the core of GSME is a blue print graph model.
- This model has two kinds of blue print graphs: (1) the topology graph that records the normal states of network connections among the hosts in the enterprise network, and (2) the port graph that records the relationship of the process that initializes the connection with the destination ports. Both graphs are constructed via streaming big data and are maintained dynamically.
- the connecting probability i.e., how likely such a connection is established. If the connecting probability is low, the connection is reported as abnormal to end users.
- the engine also provides explanations of the abnormal connection based on the blue print graph model.
- the proposed method further detects abnormal network connections of enterprise networks in real time.
- the proposed method does not need any information in advance (e.g., training datasets, pre-defined models, etc.). Thus, it is more feasible for the real deployment scenario that the end users do not know the network very well.
- the proposed method detects the abnormal connections in real time and the system maintains the models over the streaming of big data and uses them for detection simultaneously. The detection is made as soon as the engine receives that connection event. Further, the proposed method is more accurate (higher quality) on abnormal network connection detection.
- FIG. 1 shows the overall architecture 100 of the Automatic Security Intelligence (ASI) system.
- ASI Automatic Security Intelligence
- the intrusion detection engine 3100 is a major application to detect any possible intrusion from sources inside/outside the enterprise network.
- the technique of this invention is integrated in the intrusion detection engine.
- FIG. 2 shows the architecture 200 of an intrusion detection engine.
- the data distributor 3110 that receives the data from the backend server and distributes the corresponding data to a network or host level modules.
- the network analysis module 3120 that processes the network connection events (including TCP (transmission control protocol) and UDP (user datagram protocol)) and detects the abnormal connections.
- the host level analysis module 3130 that processes the host level events, including user-to-process, process-to-file, user-to-registry, etc. The abnormal host level events are then generated.
- the anomaly fusion module 3140 that integrates the network and host level anomalies and refines the results for trustworthy intrusion events.
- the visualization module 3150 that outputs the detection results to end users.
- the technique of this invention serves as the main part of network analysis module 3120.
- Figure 3 illustrates the architecture 300 of the network analysis module.
- the blue print graph model 3121 which is a relationship model constructed and updated on the streaming network connection events from 3110; and (2) the online processing component that takes the network connections as input, conducts analysis based on the blue print graphs, and outputs the detected abnormal network connections to 3140.
- a flowchart 600 (FIG.6) summarizes such process.
- the ASI agents are installed on the hosts of the enterprise network, and they collect all the network connection events and send them to the analysis server.
- a network event contains the following information.
- the ASI agent is light-weight software. To reduce the workload and maintain privacy, the agent does not collect the content and traffic size of the network connections. Such information is thus not available for the system to analyze.
- Table 1 illustrates a list of network event samples from 11:30 am to 12:05 am in 2016-2-29. These network events can be classified to two (2) categories based on the dst_ip: if the dst_ip is in the range of enterprise network’s IP addresses (138.15.xx.xx), the network event is an inside connection between two hosts of the enterprise network. If the dst_ip is not in the range, it is an outside connection between an internal host and an external host.
- the blue print graph of topology (topology graph) is used to model the source and destination relationship of the connection events inside the enterprise network.
- the blue print graph of process- destination-port (port graph) is used to model the relationship between process and destination ports of all the network connections.
- the topology blue print graph G t ⁇ V, E>, where V is the node set of hosts inside the enterprise network and E is the edge set.
- the last_connection_time records the timestamp of the latest network connection on the node/edge. This measurement is used to update the blue print graphs. If a node/edge has no connection event for quite a long time (e.g., 2 months), the system removes such a node/edge to keep the blue print graphs up-to-date.
- the topology graph if there is a new network connection between a pair of hosts inside the enterprise network, an edge is constructed between these two host nodes.
- the last_connection_time of both nodes and edges are updated as the timestamp of the connection event.
- the topology graph does not store the total count of connection events between a pair of nodes. Since the ASI agent does not monitor the contents and traffic of the network connections, the total count of connection is not meaningful and can be misleading. In real applications, many normal processes may initialize thousands of network connection events in one second via the same edge. A large number of the total count does not indicate high traffic on the edge.
- the port graph is a bipartite graph. In this graph, a process node can only connect to port nodes, and vice versa.
- the source of the edge is always defined as the process, and the destination of the edge is always defined as the port.
- an edge may be constructed from a source process to a destination port based on the new connection event.
- the last_connection_time of both nodes and edges are updated as the timestamp of the connection event.
- Process 1 summarized below illustrates the detailed steps used to construct and update both graphs over the streaming data.
- the system first checks whether the topology graph contains the source and destination host nodes, and adds the nodes if they are not contained (Steps 1 to 2). Then the system checks the edge existence between the pair of host nodes and adds a new edge if there is no edge between both nodes (Steps 3 to 4). In the next step, the last_connection_time of the edge and nodes are updated based on the event’s timestamp (Step 5). The steps of updating the port graph are similar (Steps 6 to 12). Finally, the system removes outdated nodes and edges and returns the updated graphs (Steps 13 to 14). Note that this process is used for both constructing the graph models and maintaining them up-to-date. The constructed blue print graphs can be saved in files and loaded by a different analysis engine.
- the users may construct the graphs from one enterprise network, and load the constructed graphs on the stream of another enterprise network.
- the process automatically updates the blue print graphs. It does not require the users to provide any specific information of the enterprise network. Hence, it is more feasible for system deployment in real applications.
- FIG.7 A flowchart 700 (FIG.7) summarizes such process.
- FIG. 4 shows the framework of an online anomaly detection component 400.
- This component takes both blue print graphs and the new connection event as input.
- the system first matches the event to a blue print graph and checks whether the event is on an existing edge of the graph. If the event is on the existing edge, it means that a connection with the same topology/port information has been seen before, and such an event is normal.
- the system then updates the blue print graph based on this event. If the event cannot be matched to any edge, it means that the event has an unseen relationship. In such a case, the system needs to further compute the probability of this connection.
- connection probability For a new edge: (1) whether the source or destination node always has new edges in previous periods (node stability); (2) whether the source or destination node has many edges already (node diversity); and (3) whether the source or destination has connected to a similar node before (node similarity).
- the nodes and edges are updated based on the arriving network connection events. After a while, some nodes always have new edges, but other nodes become stable with a constant number of edges. The following measure is proposed to model the stability of a node.
- the range of node stability is [0,1], when a node has no stable window, i.e., the node always has new edges in every window, the stability is 0. If all the windows are stable, the node stability is 1.
- the window length is set to 24 hours (a day).
- the stability of a node is determined by the days that the node has no new edges and the total number of days. Note that, the node stability can be easily maintained over the stream, the system only stores three numbers for each node, and updates in every 24 hours.
- the time complexity of computing node stability is O(1).
- some nodes have many edges, e.g., a public server in the topology graph may have edges to hundreds of hosts. Thus, the probability is much higher for this node to have more new edges.
- the range of node diversity in the topology graph is [0,1]. For a node without any edge, the diversity is 0, and if the node connects to every other node in the graph, the diversity is 1.
- the port graph is a bipartite graph. For each edge in the port graph, the source is always a process node and the designation is always a port node.
- the process node diversity ⁇ src (v p ) and port node diversity ⁇ dst (v d ) are defined by Eqs.5 and 6, where
- the range of node diversity in the port graph is also [0,1]. If a process connects to all the ports, or a port has connections from every process, the node diversity reaches the maximum as 1.
- the node diversity can also be efficiently computed over the stream.
- the system stores a total number of edges from/to each node, and updates the number when a new edge is added to the graph.
- the time complexity of computing the node diversity is O(1).
- connection probability computation is the node similarity, which indicates whether the source/destination has connected to similar nodes before.
- v 1 and v 2 must be the same type, i.e., they are both host nodes in the topology graph, or both are process nodes or port nodes in the port graph.
- the source similarity (Eq.7) between the two nodes is indeed the Jaccard similarity of their destinations, and the destination similarity (Eq.8) is the Jaccard similarity of the sources that have connected to both nodes.
- the range of node similarity is [0,1]. If both nodes have the same sources/destinations in the blue print graph, their similarity is 1, if they have no common source/destinations, the similarity is 0.
- connection probability can be defined as follows.
- the abnormal score of source node v 1 is computed as shown in Eq. 10, where is the node stability, is the node diversity and dst(v 1 ) is the node set of destination that v 1 has connected to in the blue print graph G.
- the abnormal score of destination node v 2 is computed in Eq. 11, where src(v 2 ) is the source node set that has connection to v 2 .
- the measure of node similarity is different from the measures of stability and diversity.
- the stability and diversity is defined on a single node, but the similarity is a score computed by comparing two nodes.
- the node similarity is compared between v 2 and every historical destination of v 1 , and uses the maximum to compute the abnormal score.
- the intuition is that, if one can find one node that v 1 has connected in history with high similarity to v 2 , then the connection probability between v 1 and v 2 is high.
- Example 2 shows a small blue print graph 500 with six nodes. The edge from node v 2 to v 5 is a new edge. To compute the abnormal score the system
- v 4 is more similar to v 5 than v 1 .
- n the total number of nodes in the graph.
- the system has to check n-1 nodes for one round of comparison, and the comparison has to carry out for n-1 times, the total time complexity is O(n 2 ).
- the node stability and diversity can be computed in O(1) time. Therefore, the system can efficiently compute the lower bound of connection probability on streaming data. If
- connection event is definitely normal.
- the system can just let it go without further computation. Only when is less than the given threshold, the system needs more detailed computation o further decide whether e is abnormal or not.
- Process 2 shows the detailed steps of online anomaly detection.
- the system takes the connection event, two blue print graphs and a threshold of connection probability as input, and outputs the abnormal labels of the event.
- the system first matches the event to the topology graph, if the event is an existing edge, the topology abnormal label is false (i.e., the event is normal in topology perspective) (Steps 1 to 2). If the event is a new edge, the system computes the lower bound of connection probability, if the lower bound is already larger than or equal to the threshold, the topology abnormal label is still false (Steps 4 to 5). Only when the lower bound is less than the threshold, the system computes the connection probability and compares the result with the threshold.
- the system updates the topology graph based on this normal event (Step 12). Similarly, the system checks the event with the port graph to compute the abnormal port label (Steps 13 to 24). Finally, both labels are returned as output.
- the port graph (A2) is a new model for the relationship between the process and the destination port.
- the exemplary embodiments model the enterprise network by blue print graphs.
- the blue print graph model is a complete and multi-dimensional model for the complex enterprise network.
- the graph construction and updating methods enable the system to quickly build and maintain the models over streaming data. Since the method does not require any prior knowledge, it is especially feasible for real deployment.
- the three measurements and connection probability are the main factors used for determining whether a new connection is abnormal or not. These measures have higher accuracy than the measures proposed in related works.
- the proposed method can significantly reduce the computational cost of node similarity measures. Only with this method, the node similarity measures can be computed over the streaming data, and the abnormal event detection can be carried out in real time.
- the overall framework of using the blue print graphs and connection probability for abnormal network connection detection serves as the core component in the ASI analysis engine. This component has better accuracy in detecting abnormal network connections caused by, e.g., hacker attacks, malwares or viruses.
- the proposed method has several advantages over conventional intrusion detection methods.
- (1) The proposed blue print graph models are constructed and maintained over the data stream.
- (2) The exemplary methods do not need predefined values and statistical rules for abnormal detection.
- (3) The proposed method can provide an explanation regarding the abnormal event based on the blue print graph models, e.g., the abnormal event has an unseen relationship on process database.exe connections to the destination port.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Health & Medical Sciences (AREA)
- Cardiology (AREA)
- General Health & Medical Sciences (AREA)
- Human Computer Interaction (AREA)
- Computer Security & Cryptography (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Databases & Information Systems (AREA)
- Evolutionary Computation (AREA)
- Medical Informatics (AREA)
- Software Systems (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Environmental & Geological Engineering (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
A computer-implemented method for real-time detecting of abnormal network connections is presented. The computer-implemented method includes collecting network connection events from at least one agent connected to a network, recording, via a topology graph, normal states of network connections among hosts in the network, and recording, via a port graph, relationships established between host and destination ports of all network connections.
Description
REAL-TIME DETECTION OF ABNORMAL NETWORK CONNECTIONS IN
STREAMING DATA RELATED APPLICATION INFORMATION
[0001] This application claims priority to Provisional Application No. 62/309,543, filed on March 17, 2016, incorporated herein by reference in its entirety. BACKGROUND
Technical Field
[0002] The present invention relates to enterprise networks and, more particularly, to a system and method for real-time detection of abnormal network connections in streaming data. Description of the Related Art
[0003] A typical enterprise network contains hundreds, even thousands of hosts, e.g., servers, desktops, laptops, etc. A single host may generate hundreds of network connections in a second. The total data volume in a middle-sized enterprise network can easily reach terabyte scale in a few hours. Enterprise networks have huge complexity in network structure and the contained entities, and both are evolving over time. The system needs to track the changes and always maintain the model. In security-oriented missions (e.g., intrusion detection), the response time is a critical issue. Many security actions have to be implemented in a short period of time to stop the damage. Thus, the system is required to process the data and detect abnormal connections in real time.
[0004] The training data are hard to get in the real applications. It is costly and error- prone to manually label the large dataset of network connections. In addition, the users usually have no knowledge about the abnormal connection patterns and can hardly define any useful models in advance. However, the end users are not satisfied by only being informed of the abnormal network connections. The users also want to know the reason for the abnormal connection in order to implement actions to solve the issues. For example, if the system reports that the connection is abnormal because an unseen process connects via a port which is used by an ftp protocol, then the users may investigate the ftp server to, e.g., cut the connection. SUMMARY
[0005] A computer-implemented method for real-time detecting of abnormal network connections is presented. The method includes collecting network connection events from at least one agent connected to a network, recording, via a topology graph, normal states of network connections among hosts in the network, and recording, via a port graph, relationships established between host and destination ports of all network connections.
[0006] A system for real-time detecting of abnormal network connections is presented. The system includes a memory and a processor in communication with the memory, wherein the processor is configured to collect network connection events from at least one agent connected to a network, record, via a topology graph, normal states of network connections among hosts in the network, and record, via a port graph, relationships established between host and destination ports of all network connections.
[0007] A non-transitory computer-readable storage medium comprising a computer- readable program for real-time detecting of abnormal network connections is presented, wherein the computer-readable program when executed on a computer causes the computer to perform the steps of collecting network connection events from at least one agent connected to a network, recording, via a topology graph, normal states of network connections among hosts in the network, and recording, via a port graph, relationships established between host and destination ports of all network connections.
[0008] These and other features and advantages will become apparent from the following detailed description of illustrative embodiments thereof, which is to be read in connection with the accompanying drawings. BRIEF DESCRIPTION OF DRAWINGS
[0009] The disclosure will provide details in the following description of preferred embodiments with reference to the following figures wherein:
[0010] FIG. 1 is an example architecture of an automatic security intelligence system, in accordance with embodiments of the present invention;
[0011] FIG. 2 is an example architecture of an intrusion detection engine, in accordance with embodiments of the present invention;
[0012] FIG. 3 is an example architecture of a network analysis module, in accordance with embodiments of the present invention;
[0013] FIG.4 is an example framework of an online anomaly detection component, in accordance with embodiments of the present invention;
[0014] FIG.5 is an example of node similarity, in accordance with embodiments of the present invention;
[0015] FIG. 6 is a block/flow diagram illustrating a method of implementing a blue print graph model, in accordance with embodiments of the present invention; and
[0016] FIG. 7 is a block/flow diagram illustrating a method of detecting abnormal network connections, in accordance with embodiments of the present invention. DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
[0017] In the exemplary embodiments, a Graph-based Security Monitoring Engine (GSME) is introduced to monitor the enterprise network and detect abnormal connections. The core of GSME is a blue print graph model. This model has two kinds of blue print graphs: (1) the topology graph that records the normal states of network connections among the hosts in the enterprise network, and (2) the port graph that records the relationship of the process that initializes the connection with the destination ports. Both graphs are constructed via streaming big data and are maintained dynamically. When a new network connection arrives, the system checks the blue print graph and calculates the connecting probability (i.e., how likely such a connection is established). If the connecting probability is low, the connection is reported as abnormal to end users. The engine also provides explanations of the abnormal connection based on the blue print graph model.
[0018] The proposed method further detects abnormal network connections of enterprise networks in real time. The proposed method does not need any information in advance (e.g., training datasets, pre-defined models, etc.). Thus, it is more feasible for the
real deployment scenario that the end users do not know the network very well. Moreover, the proposed method detects the abnormal connections in real time and the system maintains the models over the streaming of big data and uses them for detection simultaneously. The detection is made as soon as the engine receives that connection event. Further, the proposed method is more accurate (higher quality) on abnormal network connection detection.
[0019] Figure 1 shows the overall architecture 100 of the Automatic Security Intelligence (ASI) system. There are three major components: (1) the agent 1000 is installed in each host of the enterprise network to collect operational data; (2) the backend servers 2000 receive the data from agents, pre-process them and send such processed data to the analysis server; and (3) the analysis server 3000 runs the security application programs to analyze the data. The intrusion detection engine 3100 is a major application to detect any possible intrusion from sources inside/outside the enterprise network. The technique of this invention is integrated in the intrusion detection engine.
[0020] Figure 2 shows the architecture 200 of an intrusion detection engine. There are five modules in the engine. (1) The data distributor 3110 that receives the data from the backend server and distributes the corresponding data to a network or host level modules. (2) The network analysis module 3120 that processes the network connection events (including TCP (transmission control protocol) and UDP (user datagram protocol)) and detects the abnormal connections. (3) The host level analysis module 3130 that processes the host level events, including user-to-process, process-to-file, user-to-registry, etc. The abnormal host level events are then generated. (4) The anomaly fusion module 3140 that integrates the network and host level anomalies and refines the results for trustworthy
intrusion events. (5) The visualization module 3150 that outputs the detection results to end users. The technique of this invention serves as the main part of network analysis module 3120.
[0021] Figure 3 illustrates the architecture 300 of the network analysis module. There are two major components: (1) the blue print graph model 3121, which is a relationship model constructed and updated on the streaming network connection events from 3110; and (2) the online processing component that takes the network connections as input, conducts analysis based on the blue print graphs, and outputs the detected abnormal network connections to 3140.
[0022] The main techniques of this invention are in the two parts of 3121 and 3122. They solve the following issues with the conventional art:
[0023] (1) How to construct a model to profile the normal states of an enterprise network? (Solved by 3121; FIG.6)
[0024] (2) How to detect the abnormal network connections based on the normal state model? (Solved by 3122; FIG.7)
[0025] Constructing and maintaining the enterprise network model over streaming big data (3121) is now described. A flowchart 600 (FIG.6) summarizes such process.
[0026] The ASI agents are installed on the hosts of the enterprise network, and they collect all the network connection events and send them to the analysis server. A network event contains the following information.
[0027] Definition 1 (Network Event). A network connection event e is a 7-tuple, e = <src_ip, src_port, dst_ip, dst_port, connecting_process, protocol_num, timestamp>, where src_ip and src_port are the IP address and port of the source host, dst_ip and
dst_port are the IP and port of the destination host, connecting_process is the process that initializes the connection, protocol_num indicates the protocol of the connection, and timestamp records the connection time.
[0028] Note that, the ASI agent is light-weight software. To reduce the workload and maintain privacy, the agent does not collect the content and traffic size of the network connections. Such information is thus not available for the system to analyze.
[0029] In a first example, Table 1 below illustrates a list of network event samples from 11:30 am to 12:05 am in 2016-2-29. These network events can be classified to two (2) categories based on the dst_ip: if the dst_ip is in the range of enterprise network’s IP addresses (138.15.xx.xx), the network event is an inside connection between two hosts of the enterprise network. If the dst_ip is not in the range, it is an outside connection between an internal host and an external host.
[0030] In Table 1 below, e1, e3, e5 and e6 are inside connections and e2 and e4 are outside connections.
[0031] After analyzing large amounts of real connection events in enterprise networks, the following observations can be made:
[0032] Observation 1. The dst_ips of outside connections are quite diverse, however, the dst_ips of inside connections are regular and exhibit one or more patterns. For example, the hosts belonging to the same group all connect to the private servers of the group, and they rarely connect to other groups’ private servers.
[0033] Observation 2. For both inside and outside connections, there is a binding relation on the process and the dst_port. For example, chrome.exe is used to load web pages and it usually connects to the dst_ports 80 and 8080. The ntoskrnl.exe is used for windows network neighbor discovery and it always connects to the dst_port 445.
[0034] Based on the above observations, two data structures are introduced to model the normal states of connection events in the enterprise network. The blue print graph of topology (topology graph) is used to model the source and destination relationship of the connection events inside the enterprise network. The blue print graph of process- destination-port (port graph) is used to model the relationship between process and destination ports of all the network connections.
[0035] Definition 2 (Topology Graph). The topology blue print graph Gt = <V, E>, where V is the node set of hosts inside the enterprise network and E is the edge set. A host node v is a 3-tuple, v = <host_id, ip, last_connection_time>; an edge l is a 4-tuple, l = <edge_id, src_ip, dst_ip, last_connection_time>.
[0036] The last_connection_time records the timestamp of the latest network connection on the node/edge. This measurement is used to update the blue print graphs. If a node/edge has no connection event for quite a long time (e.g., 2 months), the system removes such a node/edge to keep the blue print graphs up-to-date.
[0037] In the topology graph, if there is a new network connection between a pair of hosts inside the enterprise network, an edge is constructed between these two host nodes. The last_connection_time of both nodes and edges are updated as the timestamp of the connection event. Note that the topology graph does not store the total count of connection events between a pair of nodes. Since the ASI agent does not monitor the contents and traffic of the network connections, the total count of connection is not meaningful and can be misleading. In real applications, many normal processes may initialize thousands of network connection events in one second via the same edge. A large number of the total count does not indicate high traffic on the edge.
[0038] Definition 3 (Port Graph). The port blue print graph Gp = <Vp, Vd, E>, where Vp is the node set of processes that initialize the connection, Vd is the node set of the destination port, and E is the edge set. A process node vp is a 2-tuple, vp = <process, last_connection_time>; a destination port node vd is a 2-tuple, vd = <port, last_connection_time>; and an edge l is a 4-tuple, l = <edge_id, process, port, last_connection_time>.
[0039] The port graph is a bipartite graph. In this graph, a process node can only connect to port nodes, and vice versa. The source of the edge is always defined as the process, and the destination of the edge is always defined as the port.
[0040] In the port graph, an edge may be constructed from a source process to a destination port based on the new connection event. The last_connection_time of both nodes and edges are updated as the timestamp of the connection event.
[0041] Process 1 summarized below illustrates the detailed steps used to construct and update both graphs over the streaming data. For each new connection event, the system first checks whether the topology graph contains the source and destination host nodes, and adds the nodes if they are not contained (Steps 1 to 2). Then the system checks the edge existence between the pair of host nodes and adds a new edge if there is no edge between both nodes (Steps 3 to 4). In the next step, the last_connection_time of the edge and nodes are updated based on the event’s timestamp (Step 5). The steps of updating the port graph are similar (Steps 6 to 12). Finally, the system removes outdated nodes and edges and returns the updated graphs (Steps 13 to 14). Note that this process is used for both constructing the graph models and maintaining them up-to-date. The constructed blue print graphs can be saved in files and loaded by a different analysis engine.
[0042] For example, the users may construct the graphs from one enterprise network, and load the constructed graphs on the stream of another enterprise network. The process automatically updates the blue print graphs. It does not require the users to provide any specific information of the enterprise network. Hence, it is more feasible for system deployment in real applications.
Process 1: Constructing and Updating Blue Print Graphs
[0043] Detecting abnormal network connections based on the blue print graphs is now described. A flowchart 700 (FIG.7) summarizes such process.
[0044] The main usage of the blue print graph model is to detect abnormal network connections. Figure 4 shows the framework of an online anomaly detection component 400. This component takes both blue print graphs and the new connection event as input. The system first matches the event to a blue print graph and checks whether the event is on an existing edge of the graph. If the event is on the existing edge, it means that a connection with the same topology/port information has been seen before, and such an event is normal. The system then updates the blue print graph based on this event. If the event cannot be matched to any edge, it means that the event has an unseen relationship. In such a case, the system needs to further compute the probability of this connection. If the probability is larger than a threshold, such an event is still normal and the system updates the blue print graph by adding a new edge based on the event. If the probability is low, it means that the connection is not likely to happen. Then, the system outputs the event as an abnormal connection.
[0045] There are three key factors in computing the connection probability for a new edge: (1) whether the source or destination node always has new edges in previous periods (node stability); (2) whether the source or destination node has many edges already (node diversity); and (3) whether the source or destination has connected to a similar node before (node similarity).
[0046] In the blue print graphs, the nodes and edges are updated based on the arriving network connection events. After a while, some nodes always have new edges, but other nodes become stable with a constant number of edges. The following measure is proposed to model the stability of a node.
[0047] Definition 4 (Node Stability). Let v be a node in the blue print graph, and m be a fixed time window length. The time period, from v is added to the blue print graph to the current timestamp and can be partitioned to a sequence of time windows, T = {T0, T1, T2,…Tn}, where Ti is a time window with length m. If there is no new edge from/to node v in window Ti, Ti is defined as a stable window. The node stability is thus defined in Eqs.1 and 2, where ห is the count of stable windows in which no edge connects
from
is the count of stable windows in which no edge connects to v, and |T| is the total number of windows.
[0050] There are two stability scores for each node, since a node that is not stable as a source may be stable as a destination. For example, a host may constantly have new edges from it, however, there is no other host that connects to it. In such a case, even the
host has very low stability as a source and its stability score is very high as a destination. If there is suddenly a connection to this host, it is considered abnormal.
[0051] The range of node stability is [0,1], when a node has no stable window, i.e., the node always has new edges in every window, the stability is 0. If all the windows are stable, the node stability is 1.
[0052] In real applications, the window length is set to 24 hours (a day). Hence the stability of a node is determined by the days that the node has no new edges and the total number of days. Note that, the node stability can be easily maintained over the stream, the system only stores three numbers
for each node, and updates in every 24 hours. The time complexity of computing node stability is O(1).
[0053] In the blue print graph, some nodes have many edges, e.g., a public server in the topology graph may have edges to hundreds of hosts. Thus, the probability is much higher for this node to have more new edges.
[0054] Definition 5 (Node Diversity). Let v be a node in the topology graph, Efrom(v) be the set of edges that connect from v and Eto(v) be the set of edges that connect to v, the node diversity is defined in Eqs. 3 and 4, where |V| is the size of the node set in the topology graph.
[0055]
[0056]
[0057] The range of node diversity in the topology graph is [0,1]. For a node without any edge, the diversity is 0, and if the node connects to every other node in the graph, the diversity is 1.
[0058] The port graph is a bipartite graph. For each edge in the port graph, the source is always a process node and the designation is always a port node. The process node diversity θsrc(vp) and port node diversity θdst(vd) are defined by Eqs.5 and 6, where |Vd| is the size of the port node set and |Vp| is the size of the process node set.
[0061] The range of node diversity in the port graph is also [0,1]. If a process connects to all the ports, or a port has connections from every process, the node diversity reaches the maximum as 1.
[0062] The node diversity can also be efficiently computed over the stream. The system stores a total number of edges from/to each node, and updates the number when a new edge is added to the graph. The time complexity of computing the node diversity is O(1).
[0063] Beside stability and diversity, the main factor of connection probability computation is the node similarity, which indicates whether the source/destination has connected to similar nodes before.
[0064] Definition 6 (Node Similarity). Let v1 and v2 be two nodes of the same type in the blue print graph, dst(v) and src(v) denote the destinations/sources that have edges from/to v. The node similarity is defined as Eqs.7 and 8.
[0067] Note that, v1 and v2 must be the same type, i.e., they are both host nodes in the topology graph, or both are process nodes or port nodes in the port graph. The source
similarity (Eq.7) between the two nodes is indeed the Jaccard similarity of their destinations, and the destination similarity (Eq.8) is the Jaccard similarity of the sources that have connected to both nodes. The range of node similarity is [0,1]. If both nodes have the same sources/destinations in the blue print graph, their similarity is 1, if they have no common source/destinations, the similarity is 0.
[0068] Based on the above three measures, the connection probability can be defined as follows.
[0069] Definition 7 (Connection Probability). Let e be a new connection event, G be a blue print graph, v1 and v2 be source and destination nodes when matching e to G, the connection probability,
is defined as shown in Eq. 9, where
[0071] The abnormal score of source node v1 is computed as shown in Eq. 10, where
is the node stability,
is the node diversity and dst(v1) is the node set of destination that v1 has connected to in the blue print graph G. Similarly, the abnormal score of destination node v2 is computed in Eq. 11, where src(v2) is the source node set that has connection to v2.
[0072]
[0073]
[0074] Note that the measure of node similarity is different from the measures of stability and diversity. The stability and diversity is defined on a single node, but the similarity is a score computed by comparing two nodes. In Eq. 10, the node similarity is
compared between v2 and every historical destination of v1, and uses the maximum to compute the abnormal score. The intuition is that, if one can find one node that v1 has connected in history with high similarity to v2, then the connection probability between v1 and v2 is high.
[0075] Example 2. Figure 5 shows a small blue print graph 500 with six nodes. The edge from node v2 to v5 is a new edge. To compute the abnormal score the system
needs to check the node similarity between v5 and the old destination nodes that v2 has connected before (v4 and v6).
[0076] Based o
[0077] v4 is more similar to v5 than v1.
[0078] Thus, the system uses to compute
[0079] Compared to node stability and node diversity, the computation cost of node similarity is much higher. Let n be the total number of nodes in the graph. In the worst case scenario, if every pair of nodes in the blue print graph are connected, the system has to check n-1 nodes for one round of comparison, and the comparison has to carry out for n-1 times, the total time complexity is O(n2).
[0080] In order to process such big streaming data, the computation of node similarity must be done in real time. Fortunately, the following theorem provides a way to significantly reduce the computation cost.
[0081] Theorem 1. Let e be a new connection event, G be a blue print graph, v1 and v2 be source and destination nodes when matching e to G, the lower-bound of connection probability are the
upper-bounds of v1 and v2’s abnormal scores, which are computed in Eqs.13 and 14.
[0089] Note that, the node stability and diversity can be computed in O(1) time. Therefore, the system can efficiently compute the lower bound of connection probability on streaming data. If
| is larger than or equal to the given threshold,
the connection event is definitely normal. The system can just let it go without further computation. Only when
is less than the given threshold, the system needs more detailed computation o further decide whether e is abnormal or not.
[0090] Process 2 shows the detailed steps of online anomaly detection. The system takes the connection event, two blue print graphs and a threshold of connection probability as input, and outputs the abnormal labels of the event. The system first matches the event to the topology graph, if the event is an existing edge, the topology abnormal label is false (i.e., the event is normal in topology perspective) (Steps 1 to 2). If the event is a new edge, the system computes the lower bound of connection probability, if the lower bound is already larger than or equal to the threshold, the topology abnormal
label is still false (Steps 4 to 5). Only when the lower bound is less than the threshold, the system computes the connection probability and compares the result with the threshold. If the probability is larger than the threshold, the topology abnormal label is false, otherwise it is true (Steps 6 to 11). Finally, if the topology abnormal label is false, the system updates the topology graph based on this normal event (Step 12). Similarly, the system checks the event with the port graph to compute the abnormal port label (Steps 13 to 24). Finally, both labels are returned as output.
[0091] Regarding constructing and modeling of the enterprise network, traditional methods cannot construct both the topology and port graphs on streaming data. Specifically, the port graph (A2), is a new model for the relationship between the process and the destination port.
[0092] Regarding real-time anomaly detection, traditional methods do not consider the three measurements for connection probability, especially the node stability and node similarity measures.
[0093] In conclusion, the exemplary embodiments model the enterprise network by blue print graphs. The blue print graph model is a complete and multi-dimensional model for the complex enterprise network. The graph construction and updating methods enable the system to quickly build and maintain the models over streaming data. Since the method does not require any prior knowledge, it is especially feasible for real deployment. The three measurements and connection probability are the main factors used for determining whether a new connection is abnormal or not. These measures have higher accuracy than the measures proposed in related works. The proposed method can significantly reduce the computational cost of node similarity measures. Only with this
method, the node similarity measures can be computed over the streaming data, and the abnormal event detection can be carried out in real time. The overall framework of using the blue print graphs and connection probability for abnormal network connection detection serves as the core component in the ASI analysis engine. This component has better accuracy in detecting abnormal network connections caused by, e.g., hacker attacks, malwares or viruses.
[0094] The proposed method has several advantages over conventional intrusion detection methods. (1) The proposed blue print graph models are constructed and maintained over the data stream. (2) The exemplary methods do not need predefined values and statistical rules for abnormal detection. (3) The proposed method can provide an explanation regarding the abnormal event based on the blue print graph models, e.g., the abnormal event has an unseen relationship on process database.exe connections to the destination port.
[0095] The foregoing is to be understood as being in every respect illustrative and exemplary, but not restrictive, and the scope of the invention disclosed herein is not to be determined from the Detailed Description, but rather from the claims as interpreted according to the full breadth permitted by the patent laws. It is to be understood that the embodiments shown and described herein are only illustrative of the principles of the present invention and that those skilled in the art may implement various modifications without departing from the scope and spirit of the invention. Those skilled in the art could implement various other feature combinations without departing from the scope and spirit of the invention. Having thus described aspects of the invention, with the details and particularity required by the patent laws, what is claimed and desired protected by Letters
Patent is set forth in the appended claims.
Claims
WHAT IS CLAIMED IS: 1. A computer-implemented method for real-time detecting of abnormal network connections, the method comprising:
collecting network connection events from at least one agent connected to a network;
recording, via a topology graph, normal states of network connections among hosts in the network; and
recording, via a port graph, relationships established between host and destination ports of all network connections.
2. The method of claim 1, wherein, for each connection event, check whether the topology graph includes source and destination host nodes.
3. The method of claim 2, wherein, for each connection event, check whether edges exist between pairs of host nodes.
4. The method of claim 3, wherein outdated nodes and edges are removed.
5. The method of claim 1, wherein, for each connection event, if no edge exists, compute a connection probability for a new edge.
6. The method of claim 5, wherein, if the connection probability is greater than a predetermined threshold, update the topology graph and the port graph.
7. The method of claim 5, wherein, if the connection probability is less than a predetermined threshold, return an indication for an abnormal connection.
8. The method of claim 5, wherein the connection probability is based on whether the host or destination nodes:
always have new edges in previous periods;
have several edges already; and
have connected to a similar node before.
9. A system for real-time detecting of abnormal network connections, the system comprising:
a memory; and
a processor in communication with the memory, wherein the processor is configured to:
collect network connection events from at least one agent connected to a network;
record, via a topology graph, normal states of network connections among hosts in the network; and
record, via a port graph, relationships established between host and destination ports of all network connections.
10. The system of claim 9, wherein, for each connection event, check whether the topology graph includes source and destination host nodes.
11. The system of claim 10, wherein, for each connection event, check whether edges exist between pairs of host nodes.
12. The system of claim 11, wherein outdated nodes and edges are removed.
13. The system of claim 9, wherein, for each connection event, if no edge exists, compute a connection probability for a new edge.
14. The system of claim 13, wherein, if the connection probability is greater than a predetermined threshold, update the topology graph and the port graph.
15. The system of claim 13, wherein, if the connection probability is less than a predetermined threshold, return an indication for an abnormal connection.
16. The system of claim 13, wherein the connection probability is based on whether the host or destination nodes:
always have new edges in previous periods;
have several edges already; and
have connected to a similar node before.
17. A non-transitory computer-readable storage medium comprising a computer- readable program for real-time detecting of abnormal network connections, wherein the computer-readable program when executed on a computer causes the computer to perform the steps of:
collecting network connection events from at least one agent connected to a network;
recording, via a topology graph, normal states of network connections among hosts in the network; and
recording, via a port graph, relationships established between host and destination ports of all network connections.
18. The non-transitory computer-readable storage medium of claim 17, wherein, for each connection event, if no edge exists, compute a connection probability for a new edge.
19. The non-transitory computer-readable storage medium of claim 18, wherein, if the connection probability is greater than a predetermined threshold, update the topology graph and the port graph.
20. The non-transitory computer-readable storage medium of claim 18, wherein, if the connection probability is less than a predetermined threshold, return an indication for an abnormal connection.
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201662309543P | 2016-03-17 | 2016-03-17 | |
| US62/309,543 | 2016-03-17 | ||
| US15/413,812 US10333815B2 (en) | 2016-03-17 | 2017-01-24 | Real-time detection of abnormal network connections in streaming data |
| US15/413,812 | 2017-01-24 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017160409A1 true WO2017160409A1 (en) | 2017-09-21 |
Family
ID=59851851
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2017/015294 Ceased WO2017160409A1 (en) | 2016-03-17 | 2017-01-27 | Real-time detection of abnormal network connections in streaming data |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US10333815B2 (en) |
| WO (1) | WO2017160409A1 (en) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111404956A (en) * | 2020-03-25 | 2020-07-10 | 深信服科技股份有限公司 | Risk information acquisition method and device, electronic equipment and storage medium |
| WO2021180009A1 (en) * | 2020-03-13 | 2021-09-16 | 深圳前海微众银行股份有限公司 | Data detection method and apparatus |
| US11799888B2 (en) | 2019-06-07 | 2023-10-24 | Hewlett Packard Enterprise Development Lp | Automatic identification of roles and connection anomalies |
| US12301583B2 (en) | 2022-05-06 | 2025-05-13 | International Business Machines Corporation | Access configuration in hybrid network environments |
Families Citing this family (62)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10505954B2 (en) * | 2017-06-14 | 2019-12-10 | Microsoft Technology Licensing, Llc | Detecting malicious lateral movement across a computer network |
| US11973784B1 (en) | 2017-11-27 | 2024-04-30 | Lacework, Inc. | Natural language interface for an anomaly detection framework |
| US11785104B2 (en) | 2017-11-27 | 2023-10-10 | Lacework, Inc. | Learning from similar cloud deployments |
| US12058160B1 (en) | 2017-11-22 | 2024-08-06 | Lacework, Inc. | Generating computer code for remediating detected events |
| US12563071B1 (en) | 2017-11-27 | 2026-02-24 | Fortinet, Inc. | Using generative artificial intelligence to interface with a knowledge graph |
| US12495052B1 (en) | 2017-11-27 | 2025-12-09 | Fortinet, Inc. | Detecting package execution for threat assessments |
| US12418555B1 (en) | 2017-11-27 | 2025-09-16 | Fortinet Inc. | Guiding query creation for a generative artificial intelligence (AI)-enabled assistant |
| US12549575B1 (en) | 2017-11-27 | 2026-02-10 | Fortinet, Inc. | Determining user risk based on user posture and activity |
| US12348545B1 (en) | 2017-11-27 | 2025-07-01 | Fortinet, Inc. | Customizable generative artificial intelligence (‘AI’) assistant |
| US11770398B1 (en) | 2017-11-27 | 2023-09-26 | Lacework, Inc. | Guided anomaly detection framework |
| US12381901B1 (en) | 2017-11-27 | 2025-08-05 | Fortinet, Inc. | Unified storage for event streams in an anomaly detection framework |
| US12126643B1 (en) | 2017-11-27 | 2024-10-22 | Fortinet, Inc. | Leveraging generative artificial intelligence (‘AI’) for securing a monitored deployment |
| US12463996B1 (en) | 2017-11-27 | 2025-11-04 | Fortinet, Inc. | Risk engine that utilizes key performance indicators |
| US12095796B1 (en) | 2017-11-27 | 2024-09-17 | Lacework, Inc. | Instruction-level threat assessment |
| US12563064B2 (en) | 2017-11-27 | 2026-02-24 | Fortinet, Inc. | Distinguishing user-initiated activity from application-initiated activity |
| US12355626B1 (en) | 2017-11-27 | 2025-07-08 | Fortinet, Inc. | Tracking infrastructure as code (IaC) asset lifecycles |
| US12457231B1 (en) | 2017-11-27 | 2025-10-28 | Fortinet, Inc. | Initiating and utilizing pedigree for content |
| US12549577B1 (en) | 2017-11-27 | 2026-02-10 | Fortinet, Inc. | Tracking and relating discovered security issues over time |
| US11792284B1 (en) | 2017-11-27 | 2023-10-17 | Lacework, Inc. | Using data transformations for monitoring a cloud compute environment |
| US12401669B1 (en) | 2017-11-27 | 2025-08-26 | Fortinet, Inc. | Container vulnerability management by a data platform |
| US12284197B1 (en) | 2017-11-27 | 2025-04-22 | Fortinet, Inc. | Reducing amounts of data ingested into a data warehouse |
| US11741238B2 (en) | 2017-11-27 | 2023-08-29 | Lacework, Inc. | Dynamically generating monitoring tools for software applications |
| US12580932B1 (en) | 2017-11-27 | 2026-03-17 | Fortinet, Inc. | Customer onboarding and integration with anomaly detection systems |
| US12452272B1 (en) | 2017-11-27 | 2025-10-21 | Fortinet, Inc. | Reducing resource consumption spikes in an anomaly detection framework |
| US12511110B1 (en) | 2017-11-27 | 2025-12-30 | Fortinet, Inc. | Development and distribution of components for an anomaly detection framework |
| US20220232024A1 (en) | 2017-11-27 | 2022-07-21 | Lacework, Inc. | Detecting deviations from typical user behavior |
| US11894984B2 (en) | 2017-11-27 | 2024-02-06 | Lacework, Inc. | Configuring cloud deployments based on learnings obtained by monitoring other cloud deployments |
| US12580935B1 (en) | 2017-11-27 | 2026-03-17 | Fortinet, Inc. | Scoring of events in an edge-based data platform |
| US12309236B1 (en) | 2017-11-27 | 2025-05-20 | Fortinet, Inc. | Analyzing log data from multiple sources across computing environments |
| US12368745B1 (en) | 2017-11-27 | 2025-07-22 | Fortinet, Inc. | Using natural language queries to conduct an investigation of a monitored system |
| US20220224707A1 (en) | 2017-11-27 | 2022-07-14 | Lacework, Inc. | Establishing a location profile for a user device |
| US12261866B1 (en) | 2017-11-27 | 2025-03-25 | Fortinet, Inc. | Time series anomaly detection |
| US12355793B1 (en) | 2017-11-27 | 2025-07-08 | Fortinet, Inc. | Guided interactions with a natural language interface |
| US12407701B1 (en) | 2017-11-27 | 2025-09-02 | Fortinet, Inc. | Community-based generation of policies for a data platform |
| US12335348B1 (en) | 2017-11-27 | 2025-06-17 | Fortinet, Inc. | Optimizing data warehouse utilization by a data ingestion pipeline |
| US12309185B1 (en) | 2017-11-27 | 2025-05-20 | Fortinet, Inc. | Architecture for a generative artificial intelligence (AI)-enabled assistant |
| US11818156B1 (en) | 2017-11-27 | 2023-11-14 | Lacework, Inc. | Data lake-enabled security platform |
| US12489771B1 (en) | 2017-11-27 | 2025-12-02 | Fortinet, Inc. | Detecting anomalous behavior of nodes in a hierarchical cloud deployment |
| US12613930B1 (en) | 2017-11-27 | 2026-04-28 | Fortinet, Inc. | Ensuring exactly once data ingestion |
| US12537836B1 (en) | 2017-11-27 | 2026-01-27 | Fortinet, Inc. | Risk scoring based on entity correlation |
| US12407702B1 (en) | 2017-11-27 | 2025-09-02 | Fortinet, Inc. | Gathering and presenting information related to common vulnerabilities and exposures |
| US12463995B1 (en) | 2017-11-27 | 2025-11-04 | Fortinet, Inc. | Tiered risk engine with user cohorts |
| US12267345B1 (en) | 2017-11-27 | 2025-04-01 | Fortinet, Inc. | Using user feedback for attack path analysis in an anomaly detection framework |
| US12323449B1 (en) | 2017-11-27 | 2025-06-03 | Fortinet, Inc. | Code analysis feedback loop for code created using generative artificial intelligence (‘AI’) |
| US12463994B1 (en) | 2017-11-27 | 2025-11-04 | Fortinet, Inc. | Handling of certificates by intermediate actors |
| US11979422B1 (en) | 2017-11-27 | 2024-05-07 | Lacework, Inc. | Elastic privileges in a secure access service edge |
| US12526297B2 (en) | 2017-11-27 | 2026-01-13 | Fortinet, Inc. | Annotating changes in software across computing environments |
| US11765249B2 (en) | 2017-11-27 | 2023-09-19 | Lacework, Inc. | Facilitating developer efficiency and application quality |
| US20220232025A1 (en) | 2017-11-27 | 2022-07-21 | Lacework, Inc. | Detecting anomalous behavior of a device |
| US12034754B2 (en) | 2017-11-27 | 2024-07-09 | Lacework, Inc. | Using static analysis for vulnerability detection |
| US10425437B1 (en) * | 2017-11-27 | 2019-09-24 | Lacework Inc. | Extended user session tracking |
| US11849000B2 (en) | 2017-11-27 | 2023-12-19 | Lacework, Inc. | Using real-time monitoring to inform static analysis |
| US12130878B1 (en) | 2017-11-27 | 2024-10-29 | Fortinet, Inc. | Deduplication of monitored communications data in a cloud environment |
| US12598205B1 (en) | 2017-11-27 | 2026-04-07 | Fortinet, Inc. | Browser-based detection of data exfiltration |
| US12309182B1 (en) | 2017-11-27 | 2025-05-20 | Fortinet, Inc. | Customer onboarding and integration with anomaly detection systems |
| CN108260155B (en) * | 2018-01-05 | 2021-05-07 | 西安电子科技大学 | Wireless sensor network anomaly detection method based on space-time similarity |
| US12556559B1 (en) | 2018-03-30 | 2026-02-17 | Fortinet, Inc. | Providing generative artificial intelligence (AI)-enabled notebook interfaces for a security framework |
| CN110958164B (en) * | 2019-12-09 | 2021-11-16 | 武汉瑞嵘欣信息科技有限公司 | Communication network control method |
| US11201955B1 (en) | 2019-12-23 | 2021-12-14 | Lacework Inc. | Agent networking in a containerized environment |
| US11256759B1 (en) | 2019-12-23 | 2022-02-22 | Lacework Inc. | Hierarchical graph analysis |
| CN112804255B (en) * | 2021-02-09 | 2022-10-18 | 中国人民解放军国防科技大学 | A network abnormal node detection method based on multi-dimensional features of nodes |
| CN113726865B (en) * | 2021-08-24 | 2023-10-17 | 浙江御安信息技术有限公司 | Data transmission and collaboration system based on edge calculation |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100202322A1 (en) * | 2007-04-13 | 2010-08-12 | Sean Cai | Method for Terminating Connection to Wireless Relay Station |
| CN102624607A (en) * | 2011-12-31 | 2012-08-01 | 山东电力工程咨询院有限公司 | Intelligent transformer substation communication method capable of modeling on basis of physical port of Ethernet switch |
| US20150180889A1 (en) * | 2012-03-22 | 2015-06-25 | Los Alamos National Security, Llc | Using new edges for anomaly detection in computer networks |
| US9225730B1 (en) * | 2014-03-19 | 2015-12-29 | Amazon Technologies, Inc. | Graph based detection of anomalous activity |
| US20160072831A1 (en) * | 2013-06-14 | 2016-03-10 | Catbird Networks, Inc. | Systems and methods for network analysis and reporting |
Family Cites Families (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5590120A (en) * | 1995-10-31 | 1996-12-31 | Cabletron Systems, Inc. | Port-link configuration tracking method and apparatus |
| US5883621A (en) * | 1996-06-21 | 1999-03-16 | Sony Corporation | Device control with topology map in a digital network |
| US7698396B2 (en) * | 2000-01-31 | 2010-04-13 | Hitachi Software Engineering Co., Ltd. | Method of automatically recognizing network configuration including intelligent packet relay equipment, method of displaying network configuration chart, and system thereof |
| US7565610B2 (en) * | 2004-03-30 | 2009-07-21 | Emc Corporation | System and method providing detailed network object performance information to locate root cause |
| WO2006063118A2 (en) * | 2004-12-07 | 2006-06-15 | Pure Networks, Inc. | Network management |
| US7624448B2 (en) * | 2006-03-04 | 2009-11-24 | 21St Century Technologies, Inc. | Intelligent intrusion detection system utilizing enhanced graph-matching of network activity with context data |
| US8811224B2 (en) * | 2006-05-30 | 2014-08-19 | McAfee Ireland Holdings, Limited | Method and system for determining physical connectivity in a dynamic network |
| US20080148398A1 (en) * | 2006-10-31 | 2008-06-19 | Derek John Mezack | System and Method for Definition and Automated Analysis of Computer Security Threat Models |
| US10404608B2 (en) * | 2014-10-31 | 2019-09-03 | Huawei Technologies Co., Ltd. | Systems, devices, and methods for low-jitter communication over a packet-switched network |
| US20160219066A1 (en) * | 2015-01-26 | 2016-07-28 | Cisco Technology, Inc. | Event correlation in a network merging local graph models from distributed nodes |
| US9667439B2 (en) * | 2015-05-23 | 2017-05-30 | Cisco Technology, Inc. | Determining connections between disconnected partial trees |
| US10432484B2 (en) * | 2016-06-13 | 2019-10-01 | Silver Peak Systems, Inc. | Aggregating select network traffic statistics |
-
2017
- 2017-01-24 US US15/413,812 patent/US10333815B2/en active Active
- 2017-01-27 WO PCT/US2017/015294 patent/WO2017160409A1/en not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100202322A1 (en) * | 2007-04-13 | 2010-08-12 | Sean Cai | Method for Terminating Connection to Wireless Relay Station |
| CN102624607A (en) * | 2011-12-31 | 2012-08-01 | 山东电力工程咨询院有限公司 | Intelligent transformer substation communication method capable of modeling on basis of physical port of Ethernet switch |
| US20150180889A1 (en) * | 2012-03-22 | 2015-06-25 | Los Alamos National Security, Llc | Using new edges for anomaly detection in computer networks |
| US20160072831A1 (en) * | 2013-06-14 | 2016-03-10 | Catbird Networks, Inc. | Systems and methods for network analysis and reporting |
| US9225730B1 (en) * | 2014-03-19 | 2015-12-29 | Amazon Technologies, Inc. | Graph based detection of anomalous activity |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11799888B2 (en) | 2019-06-07 | 2023-10-24 | Hewlett Packard Enterprise Development Lp | Automatic identification of roles and connection anomalies |
| WO2021180009A1 (en) * | 2020-03-13 | 2021-09-16 | 深圳前海微众银行股份有限公司 | Data detection method and apparatus |
| CN111404956A (en) * | 2020-03-25 | 2020-07-10 | 深信服科技股份有限公司 | Risk information acquisition method and device, electronic equipment and storage medium |
| US12301583B2 (en) | 2022-05-06 | 2025-05-13 | International Business Machines Corporation | Access configuration in hybrid network environments |
Also Published As
| Publication number | Publication date |
|---|---|
| US20170272344A1 (en) | 2017-09-21 |
| US10333815B2 (en) | 2019-06-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10333815B2 (en) | Real-time detection of abnormal network connections in streaming data | |
| US12273412B2 (en) | System and method for analyzing network objects in a cloud environment | |
| US10915625B2 (en) | Graph model for alert interpretation in enterprise security system | |
| CN111741023B (en) | Attack research and judgment method, system and medium for network attack and defense test platform | |
| US10476749B2 (en) | Graph-based fusing of heterogeneous alerts | |
| US10367838B2 (en) | Real-time detection of abnormal network connections in streaming data | |
| CN107683586B (en) | Method and apparatus for calculating cell density-based rarity in anomaly detection | |
| US7904456B2 (en) | Security monitoring tool for computer network | |
| US11902333B2 (en) | Static analysis techniques for determining reachability properties of network and computing objects | |
| US10476752B2 (en) | Blue print graphs for fusing of heterogeneous alerts | |
| US10623371B2 (en) | Providing network behavior visibility based on events logged by network security devices | |
| CN114401516A (en) | 5G slice network anomaly detection method based on virtual network traffic analysis | |
| US20240356935A1 (en) | Event-based threat detection with weak learner models data signal aggregation | |
| GB2541034A (en) | Network operation | |
| KR102745296B1 (en) | Apparatus and Method for Cybersecurity Threat Detection Using Generative Artificial Intelligence Technology | |
| US20250047693A1 (en) | Systems and methods for machine learning based network alert sequence anomaly detection | |
| US20250286899A1 (en) | Identifying unauthorized entities from network traffic | |
| JP6616045B2 (en) | Graph-based combination of heterogeneous alerts | |
| EP4702482A1 (en) | Event-based threat detection with weak learner models data signal aggregation | |
| EP4702706A1 (en) | Iterative cross-product threat detection based on network telemetry relationships | |
| WO2019032502A1 (en) | Knowledge transfer system for accelerating invariant network learning | |
| US12506775B2 (en) | Malware process injection detection | |
| WO2017176673A1 (en) | Blue print graphs for fusing of heterogeneous alerts | |
| CN116361720A (en) | Method and device for discovering network abnormal assets based on assets' own characteristics |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17767110 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 04/02/2019) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 17767110 Country of ref document: EP Kind code of ref document: A1 |



















