WO2018071355A1 - Constructing graph models of event correlation in enterprise security systems - Google Patents

Constructing graph models of event correlation in enterprise security systems Download PDF

Info

Publication number
WO2018071355A1
WO2018071355A1 PCT/US2017/055825 US2017055825W WO2018071355A1 WO 2018071355 A1 WO2018071355 A1 WO 2018071355A1 US 2017055825 W US2017055825 W US 2017055825W WO 2018071355 A1 WO2018071355 A1 WO 2018071355A1
Authority
WO
WIPO (PCT)
Prior art keywords
events
processes
kill
event correlation
tendency
Prior art date
Application number
PCT/US2017/055825
Other languages
French (fr)
Inventor
Luan Tang
Hengtong Zhang
Zhengzhang CHEN
Bo Zong
Zhichun Li
Guofei Jiang
Kenji Yoshihira
Original Assignee
Nec Laboratories America, Inc.
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Priority claimed from US15/725,994 external-priority patent/US10298607B2/en
Application filed by Nec Laboratories America, Inc. filed Critical Nec Laboratories America, Inc.
Publication of WO2018071355A1 publication Critical patent/WO2018071355A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/552Detecting local intrusion or implementing counter-measures involving long-term monitoring or reporting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/554Detecting local intrusion or implementing counter-measures involving event detection and direct action

Definitions

  • FIG. 2 is a block/flow diagram directed to an intrusion detection engine architecture in accordance with an embodiment of the present principles.
  • APT advanced persistent threat
  • most attack steps are well- camouflaged as normal events whose malicious intent cannot be readily determined.
  • rule-based event detectors will generate false positives, marking innocuous events as being potentially malicious. It can be difficult for a system administrator to locate and recover real APT attacks from a high volume of false positives.
  • the kill chains discovered by the present embodiments can be generated automatically and can be part of a fully automated security system that does not involve the direct intervention by an administrator. No prior knowledge about the attack is needed, nor are any labeled training datasets used.
  • kill chain generation 310 a greedy algorithm may be used to generate sub-graphs in block 312, the sub-graphs having a high likelihood of representing the procedures of APT attacks.
  • Block 314 generates a kill chain from the malicious subgraph to identify malicious events and organize them into meaningful stories.
  • Block 316 polishes and refines the kill chains.
  • the first stage 302 finds triggering correlations among isolated events, making use of use of Hawkes processes to model the event data and then describing the proposed model that learns the triggering correlations from observed system sequences.
  • the multivariate Hawkes process is an extension of the univariate Hawkes process.
  • the multivariate Hawkes process can be used to model the influence among individual dimensions.
  • the intensity function of the z th dimension, based on past events, is defined as:
  • a first step updates a, B, and ⁇ .
  • L(O id includes a sum of logarithm fractions, which do not have succinct derivative results, a surrogate approximation is introduced using Jensen's inequality to produce the following closed-form solutions:
  • V ⁇ K denotes a function that assigns a non-negative value w(v) to each event v based on anomaly labels.
  • the kill chains inferred by this process may be too chaotic for interpretation by end users.
  • the goal of block 316 is to keep the longest possible kill chain.
  • Block 316 sorts the system events v E V in ascending order of timestamp. For each event v, block 316 finds the last event l v that may trigger v and deletes edges other than (l v , v) from G that point to v.
  • the resulting polished kill chain is output by block 310 for use in subsequent analysis.
  • a first storage device 522 and a second storage device 524 are operatively coupled to system bus 502 by the I/O adapter 520.
  • the storage devices 522 and 524 can be any of a disk storage device (e.g., a magnetic or optical disk storage device), a solid state magnetic device, and so forth.
  • the storage devices 522 and 524 can be the same type of storage device or different types of storage devices.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Methods and systems for detecting anomalous events include detecting anomalous events (42,43) in monitored system data. An event correlation graph is generated (302) by determining a tendency for a first process to access a system target, include an innate tendency of the first process to access the system target, an influence of previous events from the first process, and an influence of processes other than the first process. Kill chains are generated (310) from the event correlation graph that characterize events in an attack path over time. A security management action is performed (412) based on the kill chains.

Description

CONSTRUCTING GRAPH MODELS OF EVENT CORRELATION IN ENTERPRISE SECURITY SYSTEMS
RELATED APPLICATION INFORMATION
[0001] This application claims priority to provisional application serial numbers 62/407,573 and 62/407,576, filed on October 13, 2016, both of which are incorporated herein in their entirety.
BACKGROUND
Technical Field
[0002] The present invention relates to computer and network security and, more particularly, to discovery of attack chains from system monitoring logs.
Description of the Related Art
[0003] Enterprise networks are key systems in corporations and they carry the vast majority of mission-critical information. As a result of their importance, these networks are often the targets of attack. Communications on enterprise networks are therefore frequently monitored and analyzed to detect anomalous network communication as a step toward detecting attacks.
[0004] In particular, advanced persistent threat (APT) attacks, which persistently use multiple complex phases to penetrate a targeted network and steal confidential information, have become major threats to enterprise information systems. Existing rule/feature-based approaches for APT detection may only discover isolated phases of an attack. As a result, these approaches may suffer from a high false-positive rate and cannot provide a high-level picture of the whole attack. SUMMARY
[0005] A method for detecting anomalous events includes detecting anomalous events in monitored system data. An event correlation graph is generated using a processor by determining a tendency for a first process to access a system target, including an innate tendency of the first process to access the system target, an influence of previous events from the first process, and an influence of processes other than the first process. Kill chains are generated from the event correlation graph that characterize events in an attack path over time. A security management action is performed based on the kill chains.
[0006] A system for detecting anomalous events includes an anomaly detection module configured to detect anomalous events in monitored system data. A kill chain module is configured to generate an event correlation graph using a processor by determining a tendency for a first process to access a system target, including an innate tendency of the first process to access the system target, an influence of previous events from the first process, and an influence of processes other than the first process, and to generate kill chains from the event correlation graph that characterize events in an attack path over time. A security module is configured to perform a security management action based on the kill chains.
[0007] 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
[0008] The disclosure will provide details in the following description of preferred embodiments with reference to the following figures wherein: [0009] FIG. 1 is a block/flow diagram directed to an automatic security intelligence system architecture in accordance with an embodiment of the present principles.
[0010] FIG. 2 is a block/flow diagram directed to an intrusion detection engine architecture in accordance with an embodiment of the present principles.
[0011] FIG. 3 is a block/flow diagram of a method/system for discovering attack chains in accordance with an embodiment of the present principles.
[0012] FIG. 4 is a block diagram of an intrusion detection system in accordance with an embodiment of the present principles.
[0013] FIG. 5 is a block diagram of a processing system accordance with an embodiment of the present principles.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
[0014] In accordance with the present principles, the present embodiments provide a two-stage framework that takes massive system monitoring logs and record-level alert labels and recovers well-organized attack chains (also referred to herein as "kill chains"). The present embodiments thereby decrease the false positive rate of alert labels. The two-stage framework constructs an event correlation graph from the monitored log data and then generates kill chains from the event correlation graph.
[0015] In an advanced persistent threat (APT) graph, most attack steps are well- camouflaged as normal events whose malicious intent cannot be readily determined. At the same time, rule-based event detectors will generate false positives, marking innocuous events as being potentially malicious. It can be difficult for a system administrator to locate and recover real APT attacks from a high volume of false positives. The kill chains discovered by the present embodiments can be generated automatically and can be part of a fully automated security system that does not involve the direct intervention by an administrator. No prior knowledge about the attack is needed, nor are any labeled training datasets used.
[0016] This problem is a result of the fact that isolated events do not provide enough contextual information to determine that they are malicious. To this end, the present embodiments jointly consider multiple alerts and normal events to more accurately identify APT attacks. The present embodiments therefore output graphs of linked events that recover the procedures of possible APT attacks, referred to herein as "kill chains."
[0017] Referring now in detail to the figures in which like numerals represent the same or similar elements and initially to FIG. 1, an automatic security intelligence system (ASI) architecture is shown. The ASI system includes three major components: an agent 10 is installed in each machine of an enterprise network to collect operational data; backend servers 200 receive data from the agents 10, pre- process the data, and sends the pre-processed data to an analysis server 30; and an analysis server 30 that runs the security application program to analyze the data.
[0018] Each agent 10 includes an agent manager 11 , an agent updater 12, and agent data 13, which in turn may include information regarding active processes, file access, net sockets, number of instructions per cycle, and host information. The backend server 20 includes an agent updater server 21 and surveillance data storage. Analysis server 30 includes intrusion detection 31 , security policy compliance assessment 32, incident backtrack and system recovery 33, and centralized threat search and query 34.
[0019] Referring now to FIG. 2, additional detail on intrusion detection 31 is shown. There are five modules in an intrusion detection engine: a data distributor 41 that receives the data from backend server 20 and distributes the corresponding to network level module 42 and host level module 43; network analysis module 42 that processes the network communications (including TCP and UDP) and detects abnormal communication events; host level analysis module 43 that processes host level events, including user-to-process events, process-to-file events, and user-to- registry events; anomaly fusion module 44 that integrates network level anomalies and host level anomalies and refines the results for trustworthy intrusion events; alert ranking module 46 that takes the intrusion events and ranks them according to degree of suspicion; attack chain discovery module 47 that filters out untrustworthy alerts (e.g., by removing alerts that have a rank or degree of suspicion below a threshold value) and organizes trustworthy alerts into kill chains; and visualization module 45 that outputs the detection results to end users.
[0020] Referring now to FIG. 3, additional detail on the attack chain discovery module 46 is shown. As noted above, kill chain discovery includes two stages: event correlation/graph construction block 302 and kill chain generation 310. In the first stage 302, the present embodiments learn the behavioral characteristics of processes as well as the interactive patterns that occur between processes, further discovering the correlations among isolated system events. The monitored system events and alerts are provided as input 304 to the event correlation/graph construction block 302. Event correlation is performed in block 306 and an event triggering graph is created in block 308.
[0021] In kill chain generation 310, a greedy algorithm may be used to generate sub-graphs in block 312, the sub-graphs having a high likelihood of representing the procedures of APT attacks. Block 314 generates a kill chain from the malicious subgraph to identify malicious events and organize them into meaningful stories. Block 316 then polishes and refines the kill chains. [0022] Each system event that is input in block 304 can be represented as a four- tuple (iv, tv, dv, δν), where iv is an index among all the events, iv is a host process of the Vth event, tv is the timestamp for the vth event, dv is the target (e.g., documents, network addresses, etc.) of the vth event, and δν is the malicious label generated by the analysis engine (though it should be noted that this label may be incorrect). The set of all system events is denoted as O = {{lv, tv, dv, Sv }^^ .
[0023] The present embodiments accomplish the following goals:
[0024] 1. Construct a directed event correlation graph: G = {V, E, w}, where each vertex v E V in the graph corresponds to an observed system event and each edge e E E corresponds to an event triggering correlation, which is inferred from the sequence of system events. The function w: V→ M denotes a function that assigns a non-negative value w(v) to each event v based on the anomaly labels generated by the analysis engine (the online anomaly fusion module 44).
[0025] 2. Find subsets of events S c V which have high maliciousness scores and are sufficiently compact. The subgraphs that include these subsets of events are considered as kill-chains.
[0026] Thus the first stage 302 finds triggering correlations among isolated events, making use of use of Hawkes processes to model the event data and then describing the proposed model that learns the triggering correlations from observed system sequences.
[0027] Hawkes processes are a family of counting processes that model sequences of "event arrivals" over time. Each event arrival "excites" the process by increasing the likelihood of event arrivals for some time period after an initial event. The univariate Hawkes process is defined to be a point process N(t) having an intensity function X(t) is defined as: (t) = μ + a (t - t,)
tt<t
where μ is the non-negative base intensity, a is the non-negative self-exciting coefficient, κ(·) is the decay function. The intensity captures the tendency of new events to occur within a time interval after t.
[0028] The multivariate Hawkes process is an extension of the univariate Hawkes process. The multivariate Hawkes process can be used to model the influence among individual dimensions. The intensity function of the zth dimension, based on past events, is defined as:
Figure imgf000009_0001
where is the base intensity of the i dimension, i{ is the dimension identity of the event, aii( is a coefficient that captures the influence between the itb dimension and the i 1 dimension. A larger au corresponds to a greater tendency of the i h dimension to trigger the
[0029] It is specifically contemplated that the decay function may be defined as / (x) = e~cx, where c is an exponential coefficient. It should be understood, however, that this particular definition is only exemplary— other choices for the decay function may be used instead.
[0030] The occurrence of a system event may be caused not only by mechanisms internal to a process of interest itself, but by the influence of events created by other processes. The degree of influence between different kinds of process may vary. For example, version control software tends to interact more with code editors than email clients. Therefore, events between version control software and code editors are more likely to be correlated. However, the innate character of each host process and the underlying triggering correlations among events are not known in advance. The present embodiments therefore learn the character of each host process as well as interactive tendencies between host processes from the observed individual events, discovering the triggering correlations between events.
[0031] At any given time tv, for each pair of host process and target, the estimated tendency function id (tv) indicates the tendency that a process i accesses a target d at time tv. The estimated tendency function may be written as:
Figure imgf000010_0001
where Sid denotes the base tendency rate for the process i to access target d, at is a process-specific parameter modeling the impact of historical events on z's future behaviors, and is a non-negative parameter representing how likely process j is to trigger processes i. Low-rank constraints are added to 5id. These constraints are based on the observation that interactions between processes and targets can be categorized into a limited number of types. Ojd is the sequence of events executed by host process j on target d.
[0032] The intensity of system event sequences between the process i and the target b is captured by three separate terms. The first term captures the tendency of the process / to access the target d, the second term captures the influence of past events from the process / toward the current event, and the third term captures the influence of events from processes other than i toward the occurrence tendency of current events. The inter-process interactions may be carried out via some shared targets. As a result, the number of events from processes other than i that can potentially influence the current event can be narrowed down.
[0033] If Ojd is the sequence of events carried out by host process j on target d, the negative log-likelihood for such observation is denoted as: £(Oid) = - \ gXid {tv) + Tid 8id + ^ aiG(T - tp)
vEOld peold
Figure imgf000011_0001
where Tid is the timespan of this sequence and G(t) = J* e~sds. By the summation of all possible Oid, the negative log-likelihood of all observations can be determined.
[0034] Adding structural regularization terms to the negative log likelihood function, the following optimization is performed:
Figure imgf000011_0002
+
Such that a≥ 0, B≥ 0, Δ > 0. The terms a, β, and / are hyper-parameters that are predetermined based on previous experience. There are furthermore three normalization functions, and the hyper-parameters control the weight of each. Δ is the matrix formed by .
[0035] To solve the optimization problem, an alternating direction method of multipliers (ADMM) framework is used to convert the original optimization problem into simpler sub-problems. The optimization problem is rewritten as an equivalent formulation using the auxiliary variable Z1 = Δ as: flmm θϋ)2 + xllZiH* + ΡΗΧι ( ~ i))
Figure imgf000011_0003
+ ^ \\A - Z1 \ \ j such that a≥ 0, B≥ 0, Δ > 0, where p is a penalty coefficient and Xx is a dual variable associated with the constraints Δ = Z1; which can be solved iteratively by the following steps. [0036] A first step updates a, B, and Δ. As L(Oid includes a sum of logarithm fractions, which do not have succinct derivative results, a surrogate approximation is introduced using Jensen's inequality to produce the following closed-form solutions:
Figure imgf000012_0001
where:
id veold
N d=i peOid
Figure imgf000012_0002
JV
B3 =∑∑ G(Tid ~ ^
d=l qeOjd
N t{<tv d=l veOid teOjd and a is the vector of at and B is the matrix formed by b^.
[0037] The second step updates Z1 using the updated parameters from the first step. This is performed by solving: min/Jll jL+ ^ ΙΐΔ- ί+ ^ΙΙ^ A closed form solution can be obtained by soft-thresholding:
Zk+1 = Sp/p (Ak+1 + Xk)
where S(-) is a soft-thresholding function defined as:
Sa (X) = Udiag«at - a)+)VT
where U and V are two square matrices and diag(-) is a matrix that has zeros for every element off the diagonal.
[0038] The third step updates the dual variable Xx according to the ADMM framework: Xk+1 <- Xk + (Ak+1— Zk The following pseudo-code summarizes the optimization:
[0039] Randomly initialize a, B, A and set X1 = 0.
[0040] while (a, B, A not converged) do
[0041] update α, Β, Α by iteratively optimizing as described in the first step above
[0042] update Zk+1 as described in the second step above
[0043] update X +1 - Xf + (Ak+1 - Z£+1)
[0044] end while
[0045] return a, B, A
[0046] Through event sequence modeling, α, Β, Α are obtained that capture the inner-process and inter-process triggering pattems of every event. The correlation matrix R = [rmn] E +Xx, where rmn represents how likely it is that the nth event will trigger the mth event. For a pair of events carried out by the same process, the strength of event triggering tendency are correlated to the self-influence factor of that process and the timespan between them. For a pair of events carried out by different processes, their interactions should be build upon accessing some shared targets historically. As such:
Figure imgf000014_0001
[0047] By thresholding continuous event correlations, a directed event correlation graph G = {V, E, w} can be constructed where each vertex v E V in the graph corresponds to an observed system event and each edge e E E corresponds to an event triggering correlation, which can be inferred from the system events. w. V→K denotes a function that assigns a non-negative value w(v) to each event v based on anomaly labels.
[0048] Block 302 thereby generates the event correlation graph G, which may include multiple connected components {G1, G2, ...} . If the malicious value of each connected component is written as {\w\t, |w|2, ... }, alerts that are not in the top-K connected components are treated as false positive alerts. Those connected components may still not be precise, however, so after generating the kill-chains, block 316 polishes them.
[0049] As noted above, block 312 discovers dense sub-subgraphs by finding a subset of correlated events S c V, for each connected component, that has a large maliciousness value and is sufficiently compact. More formally, the subset S maximizes the objective function:
Figure imgf000014_0002
where η is a trade-off normalization coefficient and d(m, n stands for the distance of a shortest path through G from m to n, with d(m, n) =∞ if there is no path from m to n through G.
[0050] Finding S that minimizes Q(S) in general graphs is an NP-hard problem. The present embodiments therefore approximate the optimization using a linear-time ½ approximation based on a random double-greedy search. Because such an approximation needs the objective function to be non-negative, Q (S) is rewritten as follows:
Figure imgf000015_0001
[0051] Finding a suitable trade-off parameter 77 is important. The approximation is therefore extended by adding a strategy to automatically search for the optimal η. The following pseudo-code provides approximation details, where h(X) denotes the number of events with alert labels in event set X.
[0052] for /e = 1,2, ... do
[0053] X0 - Φ, Y0 - V
[0054] for i = 1 to 171 do
[0055] a£ <- max{Q + U }) - Q + (X^ , 0}
[0056] ¼ <- max½+ (^-i U {vt}) - + 0}
[0057] Draw δ ~ Bernoulli (-^- , -^-)
L J ai+bi ai+bi
[0058] if 5 = 0 then
Figure imgf000015_0002
[0060] else
Figure imgf000015_0003
[0062] end if
[0063] end for
[0064] if h(X) < Λ (7) then
[0065] Increase η by ?7fe+1 - ηΙί · 2
[0066] else [0067] Decrease η by ?7fe+1 <- /2
[0068] end if
[0069] end for
[0070] return X{ v{
[0071] The kill chains inferred by this process may be too chaotic for interpretation by end users. The goal of block 316 is to keep the longest possible kill chain. Block 316 sorts the system events v E V in ascending order of timestamp. For each event v, block 316 finds the last event lv that may trigger v and deletes edges other than (lv, v) from G that point to v. The resulting polished kill chain is output by block 310 for use in subsequent analysis.
[0072] Embodiments described herein may be entirely hardware, entirely software or including both hardware and software elements. In a preferred embodiment, the present invention is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.
[0073] Embodiments may include a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. A computer- usable or computer readable medium may include any apparatus that stores, communicates, propagates, or transports the program for use by or in connection with the instruction execution system, apparatus, or device. The medium can be magnetic, optical, electronic, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium. The medium may include a computer-readable storage medium such as a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk, etc. [0074] Each computer program may be tangibly stored in a machine-readable storage media or device (e.g., program memory or magnetic disk) readable by a general or special purpose programmable computer, for configuring and controlling operation of a computer when the storage media or device is read by the computer to perform the procedures described herein. The inventive system may also be considered to be embodied in a computer-readable storage medium, configured with a computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner to perform the functions described herein.
[0075] A data processing system suitable for storing and/or executing program code may include at least one processor coupled directly or indirectly to memory elements through a system bus. The memory elements can include local memory employed during actual execution of the program code, bulk storage, and cache memories which provide temporary storage of at least some program code to reduce the number of times code is retrieved from bulk storage during execution. Input/output or I/O devices (including but not limited to keyboards, displays, pointing devices, etc.) may be coupled to the system either directly or through intervening I/O controllers.
[0076] Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modem and Ethernet cards are just a few of the currently available types of network adapters.
[0077] Referring now to FIG. 4, an intrusion detection system 400 is shown. The intrusion detection system 400 includes a hardware processor 402 and memory 404. The intrusion detection system 400 further includes one or more functional modules that, in some embodiments, may be implemented as software that is executed by the hardware processor 402 and stored in the memory 404. In other embodiments, the functional modules may be implemented as one or more discrete hardware components in the form of, e.g., application specific integrated chips or field programmable gate arrays.
[0078] An anomaly detection module 406 analyzes collected host-level and network-level events and finds events that appear to be anomalous, generating an alert associated with the event. Kill chain module 410 correlates anomalous events and creates a graph representation, then generates and polishes kill chains from the graph.
[0079] A security module 412 performs manual or automated security actions in response to the kill chains. In particular, the security module 412 may have rules and policies that trigger when kill chains indicate certain kinds of attacker behavior. Upon such triggers, the security module 412 may automatically trigger security management actions such as, e.g., shutting down devices, stopping or restricting certain types of network communication, raising alerts to system administrators, changing a security policy level, and so forth. The security module 412 may also accept instructions from a human operator to manually trigger certain security actions in view of analysis of the kill chains.
[0080] A visualization module 414 presents kill chain and security management information to a user. The visualization module 414 in particular shows the events of the kill chain over time, relating them to one another in a manner that provides an easy-to-understand progression and potentially suggesting future attack paths. Based on the display of the kill chains at the visualization module 414, the user can trigger security management actions using the security module 412. [0081] Referring now to FIG. 5, an exemplary processing system 500 is shown which may represent the transmitting device 100 or the receiving device 120. The processing system 500 includes at least one processor (CPU) 504 operatively coupled to other components via a system bus 502. A cache 506, a Read Only Memory (ROM) 508, a Random Access Memory (RAM) 510, an input/output (I/O) adapter 520, a sound adapter 530, a network adapter 540, a user interface adapter 550, and a display adapter 560, are operatively coupled to the system bus 502.
[0082] A first storage device 522 and a second storage device 524 are operatively coupled to system bus 502 by the I/O adapter 520. The storage devices 522 and 524 can be any of a disk storage device (e.g., a magnetic or optical disk storage device), a solid state magnetic device, and so forth. The storage devices 522 and 524 can be the same type of storage device or different types of storage devices.
[0083] A speaker 532 is operatively coupled to system bus 502 by the sound adapter 530. A transceiver 542 is operatively coupled to system bus 502 by network adapter 540. A display device 562 is operatively coupled to system bus 502 by display adapter 560.
[0084] A first user input device 552, a second user input device 554, and a third user input device 556 are operatively coupled to system bus 502 by user interface adapter 550. The user input devices 552, 554, and 556 can be any of a keyboard, a mouse, a keypad, an image capture device, a motion sensing device, a microphone, a device incorporating the functionality of at least two of the preceding devices, and so forth. Of course, other types of input devices can also be used, while maintaining the spirit of the present principles. The user input devices 552, 554, and 556 can be the same type of user input device or different types of user input devices. The user input devices 552, 554, and 556 are used to input and output information to and from system 500.
[0085] Of course, the processing system 500 may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements. For example, various other input devices and/or output devices can be included in processing system 500, depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art. For example, various types of wireless and/or wired input and/or output devices can be used.
Moreover, additional processors, controllers, memories, and so forth, in various configurations can also be utilized as readily appreciated by one of ordinary skill in the art. These and other variations of the processing system 500 are readily contemplated by one of ordinary skill in the art given the teachings of the present principles provided herein.
[0086] 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 method for detecting anomalous events, comprising:
detecting anomalous events (42, 43) in monitored system data;
generating an event correlation graph (302) using a processor by determining a tendency for a first process to access a system target, including an innate tendency of the first process to access the system target, an influence of previous events from the first process, and an influence of processes other than the first process; and
generating kill chains (310) from the event correlation graph that characterize events in an attack path over time; and
performing a security management action (412) based on the kill chains.
2. The method of claim 1, wherein generating the event correlation graph comprises modeling processes as multivariate Hawkes processes.
3. The method of claim 1, wherein generating the event correlation graph comprises calculating the tendency id(tv) at a time tv as:
Figure imgf000021_0001
where 5id denotes the base tendency rate for the process i to access target d, Ot is a set of events associated with the process i, E is a set of processes, Ojd is a set of events associated with the process j accessing target d, at is a process-specific parameter modeling the impact of historical events on z's future behaviors, κ(·) is a decay function, and btj is a non-negative parameter representing how likely process j is to trigger processes i.
4. The method of claim 1, wherein generating an event correlation graph comprises calculating a negative log-likelihood for the first process accessing the system target.
5. The method of claim 4, wherein generating the event correlation graph further comprises calculating the negative log-likelihood for a set of processes accessing system targets and iteratively solving an optimization problem over said negative log- likelihoods.
6. The method of claim 5, wherein solving the optimization problem comprises formulating the optimization problem using the alternating direction method of multipliers and iteratively updating parameters, an auxiliary variable, and a dual variable until the parameters converge.
7. The method of claim 1, wherein performing the security action further comprises automatically performing at least one security action selected from the group consisting of shutting down devices, stopping or restricting certain types of network communication, raising alerts to system administrators, and changing a security policy level.
8. The method of claim 1, further comprising ranking the anomalous events according to a degree of suspicion.
9. The method of claim 8, further comprising removing anomalous events below a threshold rank.
10. The method of claim 1, further comprising displaying the kill chains on a graphical user interface for review by a user.
11. A system for detecting anomalous events, comprising:
an anomaly detection module (406) configured to detect anomalous events in monitored system data;
a kill chain module (410) configured to generate an event correlation graph using a processor by determining a tendency for a first process to access a system target, including an innate tendency of the first process to access the system target, an influence of previous events from the first process, and an influence of processes other than the first process, and to generate kill chains from the event correlation graph that characterize events in an attack path over time; and
a security module (410) configured to perform a security management action based on the kill chains.
12. The system of claim 11, wherein the kill chain module is further configured to model processes as multivariate Hawkes processes.
13. The system of claim 11, wherein the kill chain module is further configured to calculate the tendency id(tv) at a time tv as:
Figure imgf000023_0001
where 5id denotes the base tendency rate for the process i to access target d, Ot is a set of events associated with the process i, E is a set of processes, Ojd is a set of events associated with the process j accessing target d, at is a process-specific parameter modeling the impact of historical events on z's future behaviors, κ(·) is a decay function, and is a non-negative parameter representing how likely process j is to trigger processes i.
14. The system of claim 11 , wherein the kill chain module is further configured to calculate a negative log-likelihood for the first process accessing the system target.
15. The system of claim 14, wherein the kill chain module is further configured to calculate the negative log-likelihood for a set of processes accessing system targets and iteratively solving an optimization problem over said negative log-likelihoods.
16. The system of claim 15, wherein the kill chain module is further configured to formulate the optimization problem using the alternating direction method of multipliers and to iteratively updating parameters, an auxiliary variable, and a dual variable until the parameters converge.
17. The system of claim 1 1, wherein the security module is further configured to automatically perform at least one security action selected from the group consisting of shutting down devices, stopping or restricting certain types of network
communication, raising alerts to system administrators, and changing a security policy level.
18. The system of claim 11 , further comprising an alert ranking module configured to rank the anomalous events according to a degree of suspicion.
19. The system of claim 18, further wherein the alert ranking module is further configured to remove anomalous events below a threshold rank.
20. The system of claim 11 , further comprising a visualization module configured to display the kill chains on a graphical user interface for review by a user.
PCT/US2017/055825 2016-10-13 2017-10-10 Constructing graph models of event correlation in enterprise security systems WO2018071355A1 (en)

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US201662407576P 2016-10-13 2016-10-13
US201662407573P 2016-10-13 2016-10-13
US62/407,576 2016-10-13
US62/407,573 2016-10-13
US15/725,994 US10298607B2 (en) 2015-04-16 2017-10-05 Constructing graph models of event correlation in enterprise security systems
US15/725,994 2017-10-05

Publications (1)

Publication Number Publication Date
WO2018071355A1 true WO2018071355A1 (en) 2018-04-19

Family

ID=61905922

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2017/055825 WO2018071355A1 (en) 2016-10-13 2017-10-10 Constructing graph models of event correlation in enterprise security systems

Country Status (1)

Country Link
WO (1) WO2018071355A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9256739B1 (en) * 2014-03-21 2016-02-09 Symantec Corporation Systems and methods for using event-correlation graphs to generate remediation procedures
US9363149B1 (en) * 2015-08-01 2016-06-07 Splunk Inc. Management console for network security investigations
US20160164916A1 (en) * 2014-12-03 2016-06-09 Phantom Cyber Corporation Automated responses to security threats
US20160226893A1 (en) * 2015-01-30 2016-08-04 Wipro Limited Methods for optimizing an automated determination in real-time of a risk rating of cyber-attack and devices thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9256739B1 (en) * 2014-03-21 2016-02-09 Symantec Corporation Systems and methods for using event-correlation graphs to generate remediation procedures
US20160164916A1 (en) * 2014-12-03 2016-06-09 Phantom Cyber Corporation Automated responses to security threats
US20160226893A1 (en) * 2015-01-30 2016-08-04 Wipro Limited Methods for optimizing an automated determination in real-time of a risk rating of cyber-attack and devices thereof
US9363149B1 (en) * 2015-08-01 2016-06-07 Splunk Inc. Management console for network security investigations

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LI QIANG ET AL.: "A Reasoning Method of Cyber-Attack Attribution Based on Th reat Intelligence", WORLD ACADEMY OF SCIENCE , ENGINEERING AND TECHNOLOGY, vol. 10, no. 5, 31 May 2016 (2016-05-31), pages 920 - 924, XP055475371 *

Similar Documents

Publication Publication Date Title
US10289841B2 (en) Graph-based attack chain discovery in enterprise security systems
US10298607B2 (en) Constructing graph models of event correlation in enterprise security systems
US10986121B2 (en) Multivariate network structure anomaly detector
EP3528463B1 (en) An artificial intelligence cyber security analyst
US20160308725A1 (en) Integrated Community And Role Discovery In Enterprise Networks
EP2828753B1 (en) Anomaly detection to identify coordinated group attacks in computer networks
US9043905B1 (en) System and method for insider threat detection
Chauhan et al. A comparative study of classification techniques for intrusion detection
US10333952B2 (en) Online alert ranking and attack scenario reconstruction
US20160330226A1 (en) Graph-based Instrusion Detection Using Process Traces
WO2018071356A1 (en) Graph-based attack chain discovery in enterprise security systems
Ullah et al. A filter-based feature selection model for anomaly-based intrusion detection systems
JP6557774B2 (en) Graph-based intrusion detection using process trace
Ghosh et al. Proposed GA-BFSS and logistic regression based intrusion detection system
US20230336581A1 (en) Intelligent prioritization of assessment and remediation of common vulnerabilities and exposures for network nodes
US20180183680A1 (en) Behavior-based host modeling
US20230011004A1 (en) Cyber security sandbox environment
US20230132703A1 (en) Capturing Importance In A Network Using Graph Theory
Ghosh et al. An efficient hybrid multilevel intrusion detection system in cloud environment
Al-Utaibi et al. Intrusion detection taxonomy and data preprocessing mechanisms
Marchetti et al. Identification of correlated network intrusion alerts
Dubey et al. A novel approach to intrusion detection system using rough set theory and incremental SVM
US20180183681A1 (en) Behavior-based community detection in enterprise information networks
Kajal et al. A hybrid approach for cyber security: improved intrusion detection system using Ann-Svm
CN115664784A (en) Network attack immune defense method and system adopting multi-module learning

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17860188

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17860188

Country of ref document: EP

Kind code of ref document: A1