This application claims priority under 35 USC § 120 to U.S. patent application Ser. No. 15/382,056, filed on Dec. 16, 2016, the entire contents of which are hereby incorporated by reference.
Enterprise threat detection (ETD) typically collects and stores a large amount of log data from various systems associated with an enterprise computing system to permit security of heterogeneous computing landscapes (for example, Big Data and other computing systems). The stored log data is normally purged on a periodic basis to conserve storage and computing resources. As a result, threats which can be found only in correlation with several events and in comparison with known past behavior are difficult to determine and to visualize once the collected log data is unavailable for further processing. The stored log data is usually analyzed using statistical analysis and forensic-type data analysis tools to identify suspicious behavior and to allow an appropriate response. Statistical analysis using standard normal deviation permits identification of anomalies in the log data, but not the building of individual evaluations/patterns or the reduction of anomaly alert/indication false positives. Enhanced ETD functionality with a more precise evaluation method is needed to detect anomalies and to support related ETD functions.
The present disclosure describes methods and systems, including computer-implemented methods, computer program products, and computer systems for anomaly detection in enterprise threat detection (ETD) using statistical methods.
In an implementation, a selection of data types is defined from available log data for an evaluation of events associated with an entity. One or more evaluations associated with the entity are defined and reference data is generated from the selection of data types based on the one or more defined evaluations. The one or more evaluations are grouped into a pattern. A three dimensional (3D) score diversity diagram visualization is initialized for display in a graphical user interface, where a point representing the entity in the visualization is localized in 3D space at a coordinate based on two-dimensional (2D) coordinates in a 2D coordinate system of a centroid of the calculated area of a polygon placed to into the 2D coordinate system and defined by the values of each evaluation associated with the entity.
The above-described implementation is implementable using a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer-implemented system comprising a computer memory interoperably coupled with a hardware processor configured to perform the computer-implemented method/the instructions stored on the non-transitory, computer-readable medium.
The subject matter described in this specification can be implemented in particular implementations so as to realize one or more of the following advantages. First, the described methodology and user interface (UI) permit large of amounts of raw log data from various systems associated with an enterprise computing system to be analyzed in order to find suspicious behavior. Additionally, threats can be discovered due to correlation between several events and known prior behavior. Second, the methodology and UI provide rich statistical and visualizations which permit a security expert to quickly note outlier values for a particular evaluation and to determine whether the detected outlier value is critical and requires further investigation. Other advantages will be apparent to those of ordinary skill in the art.
The details of one or more implementations of the subject matter of this specification are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.
Like reference numbers and designations in the various drawings indicate like elements.
The following detailed description describes enhanced enterprise threat detection (ETD) using statistical methods and is presented to enable any person skilled in the art to make and use the disclosed subject matter in the context of one or more particular implementations. Various modifications to the disclosed implementations will be readily apparent to those skilled in the art, and the general principles defined herein may be applied to other implementations and applications without departing from scope of the disclosure. Thus, the present disclosure is not intended to be limited to the described or illustrated implementations, but is to be accorded the widest scope consistent with the principles and features disclosed herein.
Enterprise threat detection (ETD) typically collects and stores a large amount of log data from various systems associated with an enterprise computing system to permit security of heterogeneous computing landscapes (for example, Big Data and other computing systems). The stored log data is normally purged on a periodic basis to conserve storage and computing resources. As a result, threats which can be found only in correlation with several events and in comparison with known past behavior are difficult to determine and to visualize once the collected log data is unavailable for further processing. The stored log data is usually analyzed using statistical analysis and forensic-type data analysis tools to identify suspicious behavior and to allow an appropriate response. Statistical analysis using standard normal deviation permits identification of anomalies in the log data, but not the building of individual evaluations/patterns or the reduction of anomaly alert/indication false positives. Enhanced ETD functionality with a more precise evaluation method is needed to detect anomalies and to support related ETD functions.
At a high-level, the discussed enhanced ETD functionality includes the ability to handle individuality of customer data. Each evaluation can define, for example, characteristics including: 1) generation of charts created in an ETD Forensic Lab, which define what is being observed; 2) choosing an underlying evaluation method, which can be a statistical analysis based on a Standard Normal Distribution or detecting a new occurrence of what is being observed; and 3) defining a time range and a time unit of the reference data to be analyzed.
Patterns based on the created evaluations can then be created. Variables associated with patterns can include: 1) a selected set of evaluations which are relevant for a particular pattern; 2) notification options (for example, using some type of indicator—such as on a Graphical User Interface (GUI), message, etc.—or an alert) for when at least one evaluation indicates an anomaly, all evaluations indicate an anomaly, an average of Evaluations indicate an anomaly, etc. The result of pattern executions are integrated into an ETD Alert framework and GUI. Additionally, an alert-associated GUI is enhanced with visualizing observation data deviation to verify which observation(s) indicate anomalies.
For a particular entity (for example, a user—human being, technical user, etc., system—backend server system, etc.), relevant data for specified evaluations associated with the entity (for example, characteristics and on time-based information such as day-of-week, hour-of-day, etc.) received in raw log file data is copied to a database as reference data (for example, in one or more dedicated database tables). In typical implementations, the database can be an in-memory database. In alternative implementations, the database can be a conventional database, a combination of in-memory and conventional databases, or other type of database consistent with the requirements of this disclosure as would be understood by those of ordinary skill in the art. The reference data is typically a subset of the received raw log file data. Database tables for the reference data (and further processed reference data) are designed to store data for specified evaluations for outlier value detection. For example, if a specified evaluation is “number of logons,” a number of logons grouped by user can be stored together with current date/time information as reference data for the “number of logons” evaluation.
Stored reference data is processed based on a particularly defined aggregation level for a particular evaluation determined by entity-based characteristics and on time-based information (for example, day-of-week and hour-of-day). In some implementations, data that “maps” a level of aggregation and particular entity-based characteristics/time-based information associated with a particular evaluation can be stored (for example, in the database) for reference by the described methodology. Other methods of determining particular aggregation levels are also considered to be within the scope of this disclosure. As an example, for the above-described “number of logons” example, from the generated reference data, the reference data can be processed where the “mapping” data specifies that the processed reference data is stored not on a current date/time information level (as with the reference data) but is instead aggregated on, for example, a day-of-week, hour-of-day, etc. basis and according to relevant attributes associated with the “number of logons” evaluation (for example, user, terminal, system identification, etc.). Aggregation can be performed on one or more values depending on particular needs, desires, or particular implementations of the described subject matter. During processing of the reference data, an expected value and standard deviation for each evaluation is typically calculated.
Each particular entity is associated with an “evaluation space” storing evaluations associated with the particular entity (for example, number of report calls, number of outbound calls, number of inbound calls, number of logon attempts, number of failed logon attempts, number of all successful logon attempts, and number of transaction calls. A standard deviation evaluation score is calculated and normalized for each evaluation in the evaluation space associated with the particular entity. For example, for a particular evaluation, data from a certain time frame (for example, Wednesday, July 4th, 13:00-14:00) is checked against the standard deviation value for the evaluation for this hour. If at any point an actual evaluation score exceeds (outlies) the calculated standard deviation evaluation score, the actual evaluation score is indicated as an outlier value on a user interface to permit a security expert to quickly visualize a deviation of the evaluation values for the particular evaluation to allow the security expert to judge whether the detected outlier is critical and needs further investigation (for example, the outlier value exceeds a determined threshold value, the particular evaluation is itself deemed critical, etc.).
The ETD system is able to calculate/re-calculate the processed reference data at any time based on the stored reference data. For example, for an example evaluation “Transaction Call” in an evaluation space named “User,” all transaction calls for a certain day are read and stored (for example, as described above) as reference data. The data is then aggregated (for example, as described above) by day-of-week, hour-of-day, user, and transaction code and then stored for ETD use. Afterwards all reference data for that evaluation can be re-read and again aggregated on day-of-week, hour-of-day, user, and transaction code and the newly processed reference data used to replace the previously generated processed reference data. In other examples, the reference data can be re-read and aggregated using different aggregation parameters (for example, day-of month, minute-of-hour, user, and transaction code).
As will be appreciated by those of ordinary skill in the art, the following example user interfaces are just one possible implementation of user interfaces capable of providing the functionality described in this disclosure. The example figures are not considered to limit the inventive concept and not all aspects, elements, or particular implementations of the provided example figures are considered to be necessary/required to accomplish the described functionalities. In some implementations, various user interfaces, elements of user interfaces, etc. can be combined or separated into fewer or more user interfaces, respectively, to accomplish the described functionality. Unless otherwise specified, other user interfaces consistent with the specification and claims are considered to also be within the scope of this disclosure.
For base evaluation value 206, besides the illustrated “Standard Normal Distribution,” other available evaluation methods consistent with this disclosure can also be made available for selection. For example, “new occurrence” is also an available option for the purposes of this disclosure. For time range 208, the time range of the reference data to evaluate is typically measured in weeks with a minimum of four weeks selectable). In other implementations, time can be measured in different units and minimum selectable time ranges can be greater or smaller than the equivalent of four weeks' time.
Value 210 allows a time comparison value. Here, “same hour” indicates that comparisons should be made for the same hour every day for the specified time period (for example, 13:00-14:00 every day). In other implementations, time comparison values can be selectable in different units, multiple time range selections, or other variations consistent with this disclosure. In the alternative, if element 202 is selected, an existing (previously defined) pattern can be selected from a resulting user interface (see, for example,
In typical implementations, Evaluation Output (here “Alert”), Create Output When (here, “Average of evaluations shows an anomaly”), Severity (here “Medium”), Status (here “Active”), and Test Mode (here checked ON)) means:
In this example user interface 400, selecting element 412 will result in an evaluation score diagram for the selected pattern (see, for example,
The evaluations 406, 408, and 410 (refer to
A single entity (510) is identified in
Evaluation graphs 512, 514, and 516, detail information for evaluations 410, 406, and 408, respectively. Each evaluation graph is shown with a threshold score of 63. Anything above this is score value is considered an outlier. The evaluation graphs 512, 514, and 516 show the distribution of the entities (for example, systems, users, etc.) over their score. Note that for the purposes of this disclosure, evaluation graph 512 will be largely ignored as it is based on a different calculation method that is different from that used in evaluation graphs 514 and 516. For purposes of completeness, at a high level, evaluation 410 means that, for a corresponding system (here Y3Y—the actor system), a set of target systems is defined that the actor system communicates with. Here, in case a new target system (detected by System Id) is communicated with, an anomaly should be indicated (for example, a score of 73) could be assigned if entity 510 communicates with an unknown target system). For this discussion, the normalized score value here can be considered to be 0 as the entity 510 is only communicating with known target systems.
Note that the evaluation graphs 512, 514, and 516, corresponding to evaluations 410, 406, and 408, respectively, are not directly connected to the evaluation score diagram 501a the entity table 501c, or score selector 501d. The evaluation graphs provide the user with a distribution of how many entities (here systems) are acting within and without the acceptable range (here 63). The evaluation graphs indicate data for all entities.
As shown in
Continuing the prior example, the value 98 in evaluation graph 516 means that there are approximately 98 systems with normalized score values between 1 and 2. The value 29 in evaluation graph 514 means that there are approximately 29 systems with normalized score values between 2 and 3.
Referring back to
Returning to
Turning to
As with
The Score Diversity visualization 701a represents entities 606 as with a graphical indicator (for example, an individual circle/sphere) in a three-dimensional (3D) coordinate system to emphasize similarity or diversity of the entities 606 based on characteristics of the entities 606. In the Score Diversity diagram 701a visualization, the further apart entities are from each other (in 3D space), the more diverse entity characteristics are considered to be. Conversely, the closer the entities are to each other in 3D space, the more similar they considered to be. For example, entity 702a is more diverse from entity 702b than entity 702c. Note that it can be easily seen that entities in entity group 704 should be relatively similar in characteristics based on how they are displayed in the Score Diversity diagram 701a.
The method used to determine entity 606 similarity or diversity is based on a geometric aspect. Geometrically in the evaluation score diagrams 501a and 601a of
In contrast, a Score Diversity diagram (for example, 701a) is based on three axes adding an additional dimension to the visualization:
1. Centroid[X]=>x value of the polygons centroids,
2. Centroid[Y]=>y value of the polygons centroids, and
3. Area=>area of the polygons.
The Score Diversity diagram configuration can be considered a different way of clustering entity 606 characteristics to provide for more intuitive visual processing.
In typical implementations, there can be different numbers of entities in each type of analysis. The described methodology calculates each x/y value and a corresponding area of the polygon associated with each entity selected by an analyst. For additional information, refer to
From a usability and security aspect, a desired use case for a Score Diversity diagram (for example, 701a) is for a user to be able to easily and quickly be able to detect entities which behave differently from other entities. The different behavior might be an indicator for anomalous behavior or activity by differently-acting entities. Note that in the example user interface 700b, the specific normalized score value range 604 has been reduced to a narrower range which results in fewer visualized entities in the Score Diversity diagram 701a and the entity table 601c. As visualized, entity “ABAP/Q7Q/000” (labeled 706 in the entity table 601c and in the Score Diversity diagram 701a) indicates possible suspicious behavior as entity 706 is geometrically deviated (here, down and slightly to the left) of the position of the other visualized entities in entity table 601c (which are clustered at 708). Here a user can easily see the deviation of characteristics values for each entity and can judge whether a detected outlier (here, entity 706) is critical and needs further investigation. In some implementations, if a user “hovers” a pointer (for example, a mouse pointer or other pointer associated with some other type of pointing device) over an entity within the Score Diversity Diagram 701a, the GUI can present information (such as, entity name, entity value, and other values associated with the entity) in a GUI tooltip-type dialog (not illustrated).
Once an entity has been determined to be suspicious, the use case would involve further understanding details associated with the particular entity. The Score Diversity diagram 701a is configured to permit selection of entities (for example, entity 706 or among entity cluster 708. In some implementations, selecting the cluster 708 would result in a GUI element appearing that would allow a finer selection of the clustered entities associated with entity cluster 708. Additionally, in some implementations, hovering over an entity cluster can present a GUI element that permits a finer selection of the clustered entities associated with entity cluster 708. Other configurations of the GUI to permit finer selection of entities are also possible and considered to be within the scope of this disclosure.
As an example, a user selects entity 706 in the Score Diversity diagram 701a. Following selection of entity 706, a “Sunburst” diagram 801a is displayed as illustrated in
Moving outward to the next level ring, concrete values of the evaluation are identified (for example, value 808 “SAPMSSY1.” These values identify programs that have been executed.
Moving outward to the outermost level ring, the user who executed a particular program (identified in the previous ring value) is identified. In this example, the Sunburst diagram 801a indicates that an unusual number of program calls occurred in system 706 (ABAP/Q7Q/000) and it shows which programs were executed by whom. For example, the program for value 808 (SAPM55YI) was executed by user 810 (“SAPSYS”). In case of a pattern where a user is the observed entity, the last level would instead show systems. This configuration would answer the question as to what the particular user did in which system.
In normal operation, once the evaluation basis 924 is selected, the general taxonomy is to: 1) build a chart, 2) view charts, 3) group charts into an evaluation, 4) group evaluations into a pattern, and 5) group patterns into scenarios. This layered grouping functionality permits development of reusable and robust anomaly detection capabilities.
As an example, Table 1 lists data collected over a twelve week time period:
For a new occurrence, Table 2 illustrates that for system “Q7Q/000” no anomalous behavior is indicated because this connection is already contained in the list collected:
However, in Table 3, for system Q7Q/000, an anomalous behavior is detected (and an alert generated) because a new connection to system ABC has taken place:
Similarly, in Table 4, for system Q7Q/000, anomalous behavior is detected (and an alert generated) because new network protocol “RFC” has been used:
Any change in the unselected attributes are evaluated as anomaly. In an example illustrated in Table 5, with Attributes A and B and Event 1 is a reference with values of 1 and 1 for Attributes A and B, respectively:
Table 5 illustrates that if Attribute B is marked as a viewed Atribute, then an alert will be generated if a change is Related to B. Event 2 produces an anomaly as A changed and there is a relationship with B. Event 3 produces an anomaly because there is a change in B itself and there is a relationship to A.
At 1202a, a chart is created, for example in a forensic lab application, to define a selection of data types from available log data for one or more evaluations of log events associated with an entity. The chart defines what is desired to be observed in the log data (for example, “Program Calls of Systems” as content). From 1202a, method 1200a proceeds to 1204a.
At 1204a, one or more evaluations associated with the entity are defined. Each evaluation defines, for example, time-based information and an evaluation method. From 1204a, method 1200a proceeds to 1206a.
At 1206a, reference data is generated based on each defined evaluation. Once a defined evaluation is activated, reference data is built up on regular basis (for example, through a scheduled job). From 1206a, method 1200a proceeds to 1208a.
At 1208a, the one or more evaluations are grouped into a pattern. From 1208a, method 1200a proceeds to 1210a.
At 1210a, initialize a visualization for display in a graphical user interface of a normalized score for each entity for each evaluation associated with the pattern against a determined anomaly threshold. For example, a security analyst can start a manual analysis to compare a selected time frame of reference data in a visualization (for example,
At 1212a, a selection is received to change the diversity diagram visualization to a score diversity visualization. From 1212a, method 1200a proceeds to 1214a.
At 1214a, the score diversity diagram is initialized for visualization (for example, refer to
At 1216a, a selection is received for a particular graphical indicator in the score diversity diagram representing a particular entity. From 1216a, method 1200a proceeds to 1218a.
At 1218a, a Sunburst visualization is generated providing details of the particular entity. After 1218a, method 1200a stops.
At 1202b, an evaluation-based polygon is defined for each entity (for example, using the score selector 604 as in
At 1204b, the defined polygon is placed into a two-dimensional (2D) coordinate system. Referring to
At 1206b, the area of the polygon is calculated based on the 2D coordinate system 1300b. Referring to
At 1208b, a centroid coordinate of the polygon in the 2D coordinate system is calculated. Referring to
At 1210b, a 3D coordinate system is defined (here calculated centroid coordinates (x1, y1) and calculated polygon area from 1202b-1208b above). Referring to
At 1212b, the calculated centroid coordinates (x1, y1) and calculated polygon area for each entity is plotted onto the 3D coordinate system 1300e. Referring to
The computer 1402 can serve in a role as a client, network component, a server, a database or other persistency, or any other component (or a combination of roles) of a computer system for performing the subject matter described in the instant disclosure. The illustrated computer 1402 is communicably coupled with a network 1430. In some implementations, one or more components of the computer 1402 may be configured to operate within environments, including cloud-computing-based, local, global, or other environment (or a combination of environments).
At a high level, the computer 1402 is an electronic computing device operable to receive, transmit, process, store, or manage data and information associated with the described subject matter. According to some implementations, the computer 1402 may also include or be communicably coupled with an application server, e-mail server, web server, caching server, streaming data server, or other server (or a combination of servers).
The computer 1402 can receive requests over network 1430 from a client application (for example, executing on another computer 1402) and responding to the received requests by processing the said requests in an appropriate software application. In addition, requests may also be sent to the computer 1402 from internal users (for example, from a command console or by other appropriate access method), external or third-parties, other automated applications, as well as any other appropriate entities, individuals, systems, or computers.
Each of the components of the computer 1402 can communicate using a system bus 1403. In some implementations, any or all of the components of the computer 1402, both hardware or software (or a combination of hardware and software), may interface with each other or the interface 1404 (or a combination of both) over the system bus 1403 using an application programming interface (API) 1412 or a service layer 1413 (or a combination of the API 1412 and service layer 1413). The API 1412 may include specifications for routines, data structures, and object classes. The API 1412 may be either computer-language independent or dependent and refer to a complete interface, a single function, or even a set of APIs. The service layer 1413 provides software services to the computer 1402 or other components (whether or not illustrated) that are communicably coupled to the computer 1402. The functionality of the computer 1402 may be accessible for all service consumers using this service layer. Software services, such as those provided by the service layer 1413, provide reusable, defined functionalities through a defined interface. For example, the interface may be software written in JAVA, C++, or other suitable language providing data in extensible markup language (XML) format or other suitable format. While illustrated as an integrated component of the computer 1402, alternative implementations may illustrate the API 1412 or the service layer 1413 as stand-alone components in relation to other components of the computer 1402 or other components (whether or not illustrated) that are communicably coupled to the computer 1402. Moreover, any or all parts of the API 1412 or the service layer 1413 may be implemented as child or sub-modules of another software module, enterprise application, or hardware module without departing from the scope of this disclosure.
The computer 1402 includes an interface 1404. Although illustrated as a single interface 1404 in
The computer 1402 includes a processor 1405. Although illustrated as a single processor 1405 in
The computer 1402 also includes a database 1406 that can hold data for the computer 1402 or other components (or a combination of both) that can be connected to the network 1430 (whether illustrated or not). For example, database 1406 can be an in-memory, conventional, or other type of database storing data consistent with this disclosure. In some implementations, database 1406 can be a combination of two or more different database types (for example, a hybrid in-memory and conventional database) according to particular needs, desires, or particular implementations of the computer 1402 and the described functionality. Although illustrated as a single database 1406 in
The computer 1402 also includes a memory 1407 that can hold data for the computer 1402 or other components (or a combination of both) that can be connected to the network 1430 (whether illustrated or not). For example, memory 1407 can be random access memory (RAM), read-only memory (ROM), optical, magnetic, and the like storing data consistent with this disclosure. In some implementations, memory 1407 can be a combination of two or more different types of memory (for example, a combination of RAM and magnetic storage) according to particular needs, desires, or particular implementations of the computer 1402 and the described functionality. Although illustrated as a single memory 1407 in
The application 1408 is an algorithmic software engine providing functionality according to particular needs, desires, or particular implementations of the computer 1402, particularly with respect to functionality described in this disclosure. For example, application 1408 can serve as one or more components, modules, applications, etc. Further, although illustrated as a single application 1408, the application 1408 may be implemented as multiple applications 1407 on the computer 1402. In addition, although illustrated as integral to the computer 1402, in alternative implementations, the application 1408 can be external to the computer 1402.
There may be any number of computers 1402 associated with, or external to, a computer system containing computer 1402, each computer 1402 communicating over network 1430. Further, the term “client,” “user,” and other appropriate terminology may be used interchangeably as appropriate without departing from the scope of this disclosure. Moreover, this disclosure contemplates that many users may use one computer 1402, or that one user may use multiple computers 1402.
The computer 1402 also includes a memory 1407 that can hold data for the computer 1402 or other components (or a combination of both) that can be connected to the network 1430 (whether illustrated or not). For example, memory 1407 can be random access memory (RAM), read-only memory (ROM), optical, magnetic, and the like storing data consistent with this disclosure. In some implementations, memory 1407 can be a combination of two or more different types of memory (for example, a combination of RAM and magnetic storage) according to particular needs, desires, or particular implementations of the computer 1402 and the described functionality. Although illustrated as a single memory 1407 in
The application 1408 is an algorithmic software engine providing functionality according to particular needs, desires, or particular implementations of the computer 1402, particularly with respect to functionality described in this disclosure. For example, application 1408 can serve as one or more components, modules, applications, etc. Further, although illustrated as a single application 1408, the application 1408 may be implemented as multiple applications 1407 on the computer 1402. In addition, although illustrated as integral to the computer 1402, in alternative implementations, the application 1408 can be external to the computer 1402.
There may be any number of computers 1402 associated with, or external to, a computer system containing computer 1402, each computer 1402 communicating over network 1430. Further, the term “client,” “user,” and other appropriate terminology may be used interchangeably as appropriate without departing from the scope of this disclosure. Moreover, this disclosure contemplates that many users may use one computer 1402, or that one user may use multiple computers 1402.
Described implementations of the subject matter can include one or more features, alone or in combination.
For example, in a first implementation, a computer-implemented method, comprising: defining a selection of data types from available log data for an evaluation of events associated with an entity; defining one or more evaluations associated with the entity; generating reference data from the selection of data types based on the one or more defined evaluations; grouping the one or more evaluations into a pattern; and initializing for display in a graphical user interface a three dimensional (3D) score diversity diagram visualization, wherein a point representing the entity in the visualization is localized in 3D space at a coordinate based on two-dimensional (2D) coordinates in a 2D coordinate system of a centroid of the calculated area of a polygon placed to into the 2D coordinate system and defined by the values of each evaluation associated with the entity.
The foregoing and other described implementations can each optionally include one or more of the following features:
A first feature, combinable with any of the following features, further comprising defining the polygon for the entity based on the values of the one or more evaluations associated with the entity.
A second feature, combinable with any of the previous or following features, further comprising defining the 2D coordinate system for calculating the area of the polygon and the coordinates of the centroid of the calculated area of the polygon in the 2D coordinate system.
A third feature, combinable with any of the previous or following features, further comprising calculating the area of the polygon in the 2D coordinate system.
A fourth feature, combinable with any of the previous or following features, further comprising calculating the centroid coordinate of the calculated area of the polygon in the 2D coordinate system.
A fifth feature, combinable with any of the previous or following features, further comprising defining a 3D coordinate system, where the axes of the 3D coordinate system include the 2D coordinates of the calculated centroid of the calculated area of the polygon and the calculated area of the polygon.
A sixth feature, combinable with any of the previous or following features, further comprising plotting a point representing the entity in the 3D coordinate system using the values of the 2D coordinates of the calculated centroid of the calculated area of the polygon and the calculated area of the polygon.
In a second implementation, a non-transitory, computer-readable medium storing one or more instructions executable by a computer system to perform operations comprising: defining a selection of data types from available log data for an evaluation of events associated with an entity; defining one or more evaluations associated with the entity; generating reference data from the selection of data types based on the one or more defined evaluations; grouping the one or more evaluations into a pattern; and initializing for display in a graphical user interface a three dimensional (3D) score diversity diagram visualization, wherein a point representing the entity in the visualization is localized in 3D space at a coordinate based on two-dimensional (2D) coordinates in a 2D coordinate system of a centroid of the calculated area of a polygon placed to into the 2D coordinate system and defined by the values of each evaluation associated with the entity.
The foregoing and other described implementations can each optionally include one or more of the following features:
A first feature, combinable with any of the following features, further comprising one or more instructions to define the polygon for the entity based on the values of the one or more evaluations associated with the entity.
A second feature, combinable with any of the previous or following features, further comprising one or more instructions to define the 2D coordinate system for calculating the area of the polygon and the coordinates of the centroid of the calculated area of the polygon in the 2D coordinate system.
A third feature, combinable with any of the previous or following features, further comprising one or more instructions to calculate the area of the polygon in the 2D coordinate system.
A fourth feature, combinable with any of the previous or following features, further comprising one or more instructions to calculate the centroid coordinate of the calculated area of the polygon in the 2D coordinate system.
A fifth feature, combinable with any of the previous or following features, further comprising one or more instructions to define a 3D coordinate system, where the axes of the 3D coordinate system include the 2D coordinates of the calculated centroid of the calculated area of the polygon and the calculated area of the polygon.
A sixth feature, combinable with any of the previous or following features, further comprising one or more instructions to plot a point representing the entity in the 3D coordinate system using the values of the 2D coordinates of the calculated centroid of the calculated area of the polygon and the calculated area of the polygon.
In a third implementation, a computer-implemented system, comprising: a computer memory; and a hardware processor interoperably coupled with the computer memory and configured to perform operations comprising: defining a selection of data types from available log data for an evaluation of events associated with an entity; defining one or more evaluations associated with the entity; generating reference data from the selection of data types based on the one or more defined evaluations; grouping the one or more evaluations into a pattern; and initializing for display in a graphical user interface a three dimensional (3D) score diversity diagram visualization, wherein a point representing the entity in the visualization is localized in 3D space at a coordinate based on two-dimensional (2D) coordinates in a 2D coordinate system of a centroid of the calculated area of a polygon placed to into the 2D coordinate system and defined by the values of each evaluation associated with the entity.
The foregoing and other described implementations can each optionally include one or more of the following features:
A first feature, combinable with any of the following features, further configured to define the polygon for the entity based on the values of the one or more evaluations associated with the entity.
A second feature, combinable with any of the previous or following features, further configured to define the 2D coordinate system for calculating the area of the polygon and the coordinates of the centroid of the calculated area of the polygon in the 2D coordinate system.
A third feature, combinable with any of the previous or following features, further configured to calculate the area of the polygon in the 2D coordinate system.
A fourth feature, combinable with any of the previous or following features, further configured to calculate the centroid coordinate of the calculated area of the polygon in the 2D coordinate system.
A fifth feature, combinable with any of the previous or following features, further configured to define a 3D coordinate system, where the axes of the 3D coordinate system include the 2D coordinates of the calculated centroid of the calculated area of the polygon and the calculated area of the polygon.
A sixth feature, combinable with any of the previous or following features, further configured to plot a point representing the entity in the 3D coordinate system using the values of the 2D coordinates of the calculated centroid of the calculated area of the polygon and the calculated area of the polygon.
Implementations of the subject matter and the functional operations described in this specification can be implemented in digital electronic circuitry, in tangibly embodied computer software or firmware, in computer hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them. Implementations of the subject matter described in this specification can be implemented as one or more computer programs, that is, one or more modules of computer program instructions encoded on a tangible, non-transitory, computer-readable computer-storage medium for execution by, or to control the operation of, data processing apparatus. Alternatively, or additionally, the program instructions can be encoded on an artificially generated propagated signal, for example, a machine-generated electrical, optical, or electromagnetic signal that is generated to encode information for transmission to suitable receiver apparatus for execution by a data processing apparatus. The computer-storage medium can be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of computer-storage mediums.
The term “real-time,” “real time,” “realtime,” “real (fast) time (RFT),” “near(ly) real-time (NRT),” “quasi real-time,” or similar terms (as understood by one of ordinary skill in the art), means that an action and a response are temporally proximate such that an individual perceives the action and the response occurring substantially simultaneously. For example, the time difference for a response to display (or for an initiation of a display) of data following the individual's action to access the data may be less than 1 ms, less than 1 sec., less than 5 secs., etc. While the requested data need not be displayed (or initiated for display) instantaneously, it is displayed (or initiated for display) without any intentional delay, taking into account processing limitations of a described computing system and time required to, for example, gather, accurately measure, analyze, process, store, or transmit the data.
The terms “data processing apparatus,” “computer,” or “electronic computer device” (or equivalent as understood by one of ordinary skill in the art) refer to data processing hardware and encompass all kinds of apparatus, devices, and machines for processing data, including by way of example, a programmable processor, a computer, or multiple processors or computers. The apparatus can also be or further include special purpose logic circuitry, for example, a central processing unit (CPU), an FPGA (field programmable gate array), or an ASIC (application-specific integrated circuit). In some implementations, the data processing apparatus or special purpose logic circuitry (or a combination of the data processing apparatus or special purpose logic circuitry) may be hardware- or software-based (or a combination of both hardware- and software-based). The apparatus can optionally include code that creates an execution environment for computer programs, for example, code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of execution environments. The present disclosure contemplates the use of data processing apparatuses with or without conventional operating systems, for example LINUX, UNIX, WINDOWS, MAC OS, ANDROID, IOS, or any other suitable conventional operating system.
A computer program, which may also be referred to or described as a program, software, a software application, a module, a software module, a script, or code can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. A computer program may, but need not, correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data, for example, one or more scripts stored in a markup language document, in a single file dedicated to the program in question, or in multiple coordinated files, for example, files that store one or more modules, sub-programs, or portions of code. A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network. While portions of the programs illustrated in the various figures are shown as individual modules that implement the various features and functionality through various objects, methods, or other processes, the programs may instead include a number of sub-modules, third-party services, components, libraries, and such, as appropriate. Conversely, the features and functionality of various components can be combined into single components as appropriate. Thresholds used to make computational determinations can be statically, dynamically, or both statically and dynamically determined.
The methods, processes, logic flows, etc. described in this specification can be performed by one or more programmable computers executing one or more computer programs to perform functions by operating on input data and generating output. The methods, processes, logic flows, etc. can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, for example, a CPU, an FPGA, or an ASIC.
Computers suitable for the execution of a computer program can be based on general or special purpose microprocessors, both, or any other kind of CPU. Generally, a CPU will receive instructions and data from a read-only memory (ROM) or a random access memory (RAM), or both. The essential elements of a computer are a CPU, for performing or executing instructions, and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to, receive data from or transfer data to, or both, one or more mass storage devices for storing data, for example, magnetic, magneto-optical disks, or optical disks. However, a computer need not have such devices. Moreover, a computer can be embedded in another device, for example, a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a global positioning system (GPS) receiver, or a portable storage device, for example, a universal serial bus (USB) flash drive, to name just a few.
Computer-readable media (transitory or non-transitory, as appropriate) suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, for example, erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), and flash memory devices; magnetic disks, for example, internal hard disks or removable disks; magneto-optical disks; and CD-ROM, DVD+/−R, DVD-RAM, and DVD-ROM disks. The memory may store various objects or data, including caches, classes, frameworks, applications, backup data, jobs, web pages, web page templates, database tables, repositories storing dynamic information, and any other appropriate information including any parameters, variables, algorithms, instructions, rules, constraints, or references thereto. Additionally, the memory may include any other appropriate data, such as logs, policies, security or access data, reporting files, as well as others. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
To provide for interaction with a user, implementations of the subject matter described in this specification can be implemented on a computer having a display device, for example, a CRT (cathode ray tube), LCD (liquid crystal display), LED (Light Emitting Diode), or plasma monitor, for displaying information to the user and a keyboard and a pointing device, for example, a mouse, trackball, or trackpad by which the user can provide input to the computer. Input may also be provided to the computer using a touchscreen, such as a tablet computer surface with pressure sensitivity, a multi-touch screen using capacitive or electric sensing, or other type of touchscreen. Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, for example, visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input. In addition, a computer can interact with a user by sending documents to and receiving documents from a device that is used by the user; for example, by sending web pages to a web browser on a user's client device in response to requests received from the web browser.
The term “graphical user interface,” or “GUI,” may be used in the singular or the plural to describe one or more graphical user interfaces and each of the displays of a particular graphical user interface. Therefore, a GUI may represent any graphical user interface, including but not limited to, a web browser, a touch screen, or a command line interface (CLI) that processes information and efficiently presents the information results to the user. In general, a GUI may include a plurality of user interface (UI) elements, some or all associated with a web browser, such as interactive fields, pull-down lists, and buttons. These and other UI elements may be related to or represent the functions of the web browser.
Implementations of the subject matter described in this specification can be implemented in a computing system that includes a back-end component, for example, as a data server, or that includes a middleware component, for example, an application server, or that includes a front-end component, for example, a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of wireline or wireless digital data communication (or a combination of data communication), for example, a communication network. Examples of communication networks include a local area network (LAN), a radio access network (RAN), a metropolitan area network (MAN), a wide area network (WAN), Worldwide Interoperability for Microwave Access (WIMAX), a wireless local area network (WLAN) using, for example, 802.11 a/b/g/n or 802.20 (or a combination of 802.11 xand 802.20 or other protocols consistent with this disclosure), all or a portion of the Internet, or any other communication system or systems at one or more locations (or a combination of communication networks). The network may communicate with, for example, Internet Protocol (IP) packets, Frame Relay frames, Asynchronous Transfer Mode (ATM) cells, voice, video, data, or other suitable information (or a combination of communication types) between network addresses.
The computing system can include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
While this specification contains many specific implementation details, these should not be construed as limitations on the scope of any invention or on the scope of what may be claimed, but rather as descriptions of features that may be specific to particular implementations of particular inventions. Certain features that are described in this specification in the context of separate implementations can also be implemented, in combination, in a single implementation. Conversely, various features that are described in the context of a single implementation can also be implemented in multiple implementations, separately, or in any suitable sub-combination. Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can, in some cases, be excised from the combination, and the claimed combination may be directed to a sub-combination or variation of a sub-combination.
Particular implementations of the subject matter have been described. Other implementations, alterations, and permutations of the described implementations are within the scope of the following claims as will be apparent to those skilled in the art. While operations are depicted in the drawings or claims in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed (some operations may be considered optional), to achieve desirable results. In certain circumstances, multitasking or parallel processing (or a combination of multitasking and parallel processing) may be advantageous and performed as deemed appropriate.
Moreover, the separation or integration of various system modules and components in the implementations described above should not be understood as requiring such separation or integration in all implementations, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.
Accordingly, the above description of example implementations does not define or constrain this disclosure. Other changes, substitutions, and alterations are also possible without departing from the spirit and scope of this disclosure.
Furthermore, any claimed implementation below is considered to be applicable to at least a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer system comprising a computer memory interoperably coupled with a hardware processor configured to perform the computer-implemented method or the instructions stored on the non-transitory, computer-readable medium.
Number | Name | Date | Kind |
---|---|---|---|
5440726 | Fuchs | Aug 1995 | A |
5960170 | Chen | Sep 1999 | A |
6173418 | Fujino et al. | Jan 2001 | B1 |
6629106 | Narayanaswamy | Sep 2003 | B1 |
6779001 | Kanai et al. | Aug 2004 | B1 |
7376969 | Njemanze | May 2008 | B1 |
7380205 | Bezrukov et al. | May 2008 | B2 |
7441197 | Tschiegg et al. | Oct 2008 | B2 |
7457792 | Weigt et al. | Nov 2008 | B2 |
7457793 | Weigt et al. | Nov 2008 | B2 |
7457794 | Weigt et al. | Nov 2008 | B2 |
7545969 | Bennett | Jun 2009 | B2 |
7624092 | Lieske et al. | Nov 2009 | B2 |
7627544 | Chkodrov | Dec 2009 | B2 |
7756808 | Weigt et al. | Jul 2010 | B2 |
7756809 | Weigt et al. | Jul 2010 | B2 |
7761396 | Weigt et al. | Jul 2010 | B2 |
7783723 | Peng et al. | Aug 2010 | B2 |
7788718 | Fei | Aug 2010 | B1 |
7872982 | Atkins | Jan 2011 | B2 |
7908660 | Bahl | Mar 2011 | B2 |
7934257 | Kienzle | Apr 2011 | B1 |
7961633 | Shankar | Jun 2011 | B2 |
7971209 | Eberlein et al. | Jun 2011 | B2 |
8051034 | Mehta et al. | Nov 2011 | B2 |
8091117 | Williams | Jan 2012 | B2 |
8474047 | Adelstein | Jun 2013 | B2 |
8484726 | Sutton | Jul 2013 | B1 |
8554907 | Chen et al. | Oct 2013 | B1 |
8661103 | Mehta et al. | Feb 2014 | B2 |
8775671 | Rodeck et al. | Jul 2014 | B2 |
8892454 | Rabetge et al. | Nov 2014 | B2 |
8954602 | Seifert et al. | Feb 2015 | B2 |
8973147 | Pearcy | Mar 2015 | B2 |
9037678 | Mehta et al. | May 2015 | B2 |
9075633 | Nos | Jul 2015 | B2 |
9106697 | Capalik et al. | Aug 2015 | B2 |
9116906 | Nos et al. | Aug 2015 | B2 |
9148488 | Rabetge et al. | Sep 2015 | B2 |
9170951 | He | Oct 2015 | B1 |
9251011 | Meier et al. | Feb 2016 | B2 |
9262519 | Saurabh | Feb 2016 | B1 |
9304978 | Bezrukov et al. | Apr 2016 | B2 |
9313421 | Deshpande | Apr 2016 | B2 |
9336385 | Spencer | May 2016 | B1 |
9348665 | Storz et al. | May 2016 | B2 |
9383934 | Likacs | Jul 2016 | B1 |
9419989 | Harris | Aug 2016 | B2 |
9524389 | Roth | Dec 2016 | B1 |
9619984 | Donovan | Apr 2017 | B2 |
9690931 | Anantharaju et al. | Jun 2017 | B1 |
9779147 | Sherman et al. | Oct 2017 | B1 |
9779150 | Sherman | Oct 2017 | B1 |
9843596 | Averbuch | Dec 2017 | B1 |
9979741 | Fuhrman | May 2018 | B2 |
10001389 | Das et al. | Jun 2018 | B1 |
10079842 | Brandwine et al. | Sep 2018 | B1 |
10102379 | Seifert et al. | Oct 2018 | B1 |
10140447 | Rahaman et al. | Nov 2018 | B2 |
10148675 | Brandwine et al. | Dec 2018 | B1 |
20020070953 | Barg | Jun 2002 | A1 |
20030074471 | Anderson | Apr 2003 | A1 |
20030115484 | Moriconi et al. | Jun 2003 | A1 |
20030217137 | Roese | Nov 2003 | A1 |
20040015481 | Zinda | Jan 2004 | A1 |
20040044912 | Connary | Mar 2004 | A1 |
20040078490 | Anderson | Apr 2004 | A1 |
20040093513 | Cantrell | May 2004 | A1 |
20060028470 | Bennett et al. | Feb 2006 | A1 |
20060037075 | Frattura | Feb 2006 | A1 |
20060059115 | Gutfleisch et al. | Mar 2006 | A1 |
20060106847 | Eckardt et al. | May 2006 | A1 |
20060161816 | Gula et al. | Jul 2006 | A1 |
20060218140 | Whitney | Sep 2006 | A1 |
20060253907 | McConnell | Nov 2006 | A1 |
20070067438 | Goranson et al. | Mar 2007 | A1 |
20070073519 | Long | Mar 2007 | A1 |
20070100905 | Masters et al. | May 2007 | A1 |
20070115998 | McEligott | May 2007 | A1 |
20070136437 | Shankar et al. | Jun 2007 | A1 |
20070150596 | Miller et al. | Jun 2007 | A1 |
20070183389 | Clee | Aug 2007 | A1 |
20070186284 | McConnell | Aug 2007 | A1 |
20070266387 | Hemni | Nov 2007 | A1 |
20070283192 | Shevchenko | Dec 2007 | A1 |
20070300296 | Kudla | Dec 2007 | A1 |
20080033966 | Wahl | Feb 2008 | A1 |
20080034425 | Overcash et al. | Feb 2008 | A1 |
20080080384 | Atkins | Apr 2008 | A1 |
20080091681 | Dwivedi | Apr 2008 | A1 |
20080163085 | Subbu et al. | Jul 2008 | A1 |
20080288889 | Hunt et al. | Nov 2008 | A1 |
20080295173 | Tsvetanov | Nov 2008 | A1 |
20080320552 | Kumar | Dec 2008 | A1 |
20090044277 | Aaron et al. | Feb 2009 | A1 |
20090049518 | Roman | Feb 2009 | A1 |
20090288164 | Adelstein | Nov 2009 | A1 |
20090293046 | Cheriton | Nov 2009 | A1 |
20090300045 | Chaudhry et al. | Dec 2009 | A1 |
20090312026 | Parameswar | Dec 2009 | A1 |
20100011031 | Huang | Jan 2010 | A1 |
20100114832 | Lillibridge | May 2010 | A1 |
20100180325 | Golobay | Jul 2010 | A1 |
20110098928 | Hoffman et al. | Apr 2011 | A1 |
20110213741 | Shama | Sep 2011 | A1 |
20110277034 | Hanson | Nov 2011 | A1 |
20110320816 | Yao | Dec 2011 | A1 |
20120005542 | Petersen | Jan 2012 | A1 |
20120158653 | Shaffer et al. | Jun 2012 | A1 |
20120167161 | Kim et al. | Jun 2012 | A1 |
20120191660 | Hoog | Jul 2012 | A1 |
20120210434 | Curtis et al. | Aug 2012 | A1 |
20120271748 | DiSalvo | Oct 2012 | A1 |
20120271790 | Lappas et al. | Oct 2012 | A1 |
20120317078 | Zhou et al. | Dec 2012 | A1 |
20130086023 | Tsukamoto et al. | Apr 2013 | A1 |
20130106830 | de Loera | May 2013 | A1 |
20130198840 | Drissi et al. | Aug 2013 | A1 |
20130212709 | Tucker | Aug 2013 | A1 |
20130262311 | Buhrmann | Oct 2013 | A1 |
20130298243 | Kumar et al. | Nov 2013 | A1 |
20130304665 | Rodeck et al. | Nov 2013 | A1 |
20130304666 | Rodeck et al. | Nov 2013 | A1 |
20130305369 | Karta | Nov 2013 | A1 |
20130326079 | Seifert et al. | Dec 2013 | A1 |
20130347111 | Karta | Dec 2013 | A1 |
20140047413 | Sheive et al. | Feb 2014 | A1 |
20140201836 | Amsler | Jul 2014 | A1 |
20140223283 | Hancock | Aug 2014 | A1 |
20140244623 | King | Aug 2014 | A1 |
20140317681 | Shende | Oct 2014 | A1 |
20150007325 | Eliseev | Jan 2015 | A1 |
20150067880 | Ward | Mar 2015 | A1 |
20150073868 | Garman | Mar 2015 | A1 |
20150106867 | Liang | Apr 2015 | A1 |
20150143521 | Eliseev | May 2015 | A1 |
20150154524 | Borodow | Jun 2015 | A1 |
20150180891 | Seward | Jun 2015 | A1 |
20150215329 | Singla | Jul 2015 | A1 |
20150237065 | Roytman | Aug 2015 | A1 |
20150264011 | Liang | Sep 2015 | A1 |
20150278371 | Anand | Oct 2015 | A1 |
20150281278 | Gooding | Oct 2015 | A1 |
20150310070 | Stefik et al. | Oct 2015 | A1 |
20150319185 | Kirti | Nov 2015 | A1 |
20150341389 | Kurakami | Nov 2015 | A1 |
20150347751 | Card et al. | Dec 2015 | A1 |
20150355957 | Steiner | Dec 2015 | A1 |
20150358344 | Mumcuoglu | Dec 2015 | A1 |
20150381646 | Lin | Dec 2015 | A1 |
20160057166 | Chesla | Feb 2016 | A1 |
20160057167 | Bach et al. | Feb 2016 | A1 |
20160065594 | Srivastava et al. | Mar 2016 | A1 |
20160092535 | Kuchibhotla et al. | Mar 2016 | A1 |
20160127391 | Kobres | May 2016 | A1 |
20160202893 | Mustonen et al. | Jul 2016 | A1 |
20160226905 | Baikalov et al. | Aug 2016 | A1 |
20160248798 | Cabrera et al. | Aug 2016 | A1 |
20160291982 | Mizrahi | Oct 2016 | A1 |
20160292061 | Marron | Oct 2016 | A1 |
20160337384 | Jansson | Nov 2016 | A1 |
20160359886 | Yadav et al. | Dec 2016 | A1 |
20160364315 | Lee | Dec 2016 | A1 |
20160364571 | Lee | Dec 2016 | A1 |
20160364740 | Parker | Dec 2016 | A1 |
20160373476 | Dell'anno et al. | Dec 2016 | A1 |
20160378978 | Singla | Dec 2016 | A1 |
20160381049 | Lakhani | Dec 2016 | A1 |
20170004005 | Elliott | Jan 2017 | A1 |
20170026400 | Adams et al. | Jan 2017 | A1 |
20170031002 | Newton et al. | Feb 2017 | A1 |
20170034023 | Nickolov | Feb 2017 | A1 |
20170070415 | Bell et al. | Mar 2017 | A1 |
20170091008 | Cherbakov | Mar 2017 | A1 |
20170093902 | Roundy et al. | Mar 2017 | A1 |
20170148060 | Showers | May 2017 | A1 |
20170169217 | Rahaman | Jun 2017 | A1 |
20170185439 | Chiueh et al. | Jun 2017 | A1 |
20170251365 | Burchard | Aug 2017 | A1 |
20170270006 | Kankylas | Sep 2017 | A1 |
20170279837 | Dasgupta | Sep 2017 | A1 |
20170287179 | Tibshirani et al. | Oct 2017 | A1 |
20170302685 | Ladnai et al. | Oct 2017 | A1 |
20170308602 | Raghunathan et al. | Oct 2017 | A1 |
20170316026 | Kanthak et al. | Nov 2017 | A1 |
20170318036 | Movsisyan | Nov 2017 | A1 |
20170322993 | Brodt et al. | Nov 2017 | A1 |
20170324766 | Gonzalez | Nov 2017 | A1 |
20180027002 | Rodeck et al. | Jan 2018 | A1 |
20180027010 | Pritzkau et al. | Jan 2018 | A1 |
20180059876 | Peng et al. | Mar 2018 | A1 |
20180063167 | Rodeck | Mar 2018 | A1 |
20180091535 | Chrosziel | Mar 2018 | A1 |
20180091536 | Chrosziel et al. | Mar 2018 | A1 |
20180157835 | Nos | Jun 2018 | A1 |
20180173872 | Lam et al. | Jun 2018 | A1 |
20180173873 | Hassforther et al. | Jun 2018 | A1 |
20180176234 | Kunz et al. | Jun 2018 | A1 |
20180176235 | Lam et al. | Jun 2018 | A1 |
20180176238 | Nos et al. | Jun 2018 | A1 |
20180234447 | Mueen | Aug 2018 | A1 |
20190005423 | Pritzkau et al. | Jan 2019 | A1 |
20190007435 | Pritzkau et al. | Jan 2019 | A1 |
20200145444 | Pritzkau et al. | May 2020 | A1 |
20200195680 | Pritzkau et al. | Jun 2020 | A1 |
Entry |
---|
Final Office Action issued in U.S. Appl. No. 15/216,046 dated Jun. 29, 2020, 16 pages. |
Office Action issued in U.S. Appl. No. 15/216,046 dated Aug. 21, 2019, 23 pages. |
Non-Final Office Action issued in U.S. Appl. No. 15/639,863 dated Jun. 24, 2019,37 pages. |
Office Action issued in U.S. Appl. No. 15/847,478, dated Aug. 6, 2019, 36 pages. |
Office Action in related U.S. Appl No. 15/383,771 dated Jul. 5, 2019, 16 pages. |
Final Office Action issued in U.S. Appl. No. 15/381,567 dated May 22, 2019, 28 pages. |
Non-Final Office Action issued in U.S. Appl. No. 15/216,046 dated Apr. 29, 2019, 23 pages. |
Non-Final Office Action issued in U.S. Appl. No. 15/246,053 dated May 17, 2019, 28 pages. |
Non-Final Office Action issued in U.S. Appl. No. 15/274,569 dated Mar. 22, 2019, 11 pages. |
Final Office Action issued in U.S. Appl. No. 15/370,084 dated Feb. 4, 2019, 16 pages. |
Final Office Action issued in U.S. Appl. No. 15/274,693 dated Feb. 11, 2019, 9 pages. |
Schumacher, “An effective way to bring SAP Security Notes under control,” Virtual Forge GmbH, Feb. 2017, https://blog.virtualforge.com/en/an-effective-way-to-bring-sap-security-notes-under-control, 4 pages. |
U.S. Office Action in related U.S. Appl. No. 15/274,693 dated Jul. 26, 2018, 14 pages. |
U.S. Office Action in related U.S. Appl. No. 15/370,084 dated Aug. 27, 2018, 14 pages. |
U.S. Office Action in related U.S. Appl. No. 15/383,771 dated Aug. 3, 2018, 12 pages. |
U.S. Office Action in related U.S. Appl. No. 15/216,201 dated Mar. 7, 2018, 14 pages. |
U.S. Office Action in related U.S. Appl. No. 15/216,201 dated Jul. 20, 2018, 15 pages. |
U.S. Office Action in related U.S. Appl. No. 15/246,053 dated May 21, 2018, 14 pages. |
U.S. Office Action in related U.S. Appl. No. 15/246,053 dated Sep. 24, 2018, 14 pages. |
U.S. Office Action in related U.S. Appl. No. 15/253,438 dated Sep. 19, 2018, 17 pages. |
U.S. Office Action in related U.S. Appl. No. 15/274,569 dated Apr. 16, 2018, 11 pages. |
U.S. Office Action in related U.S. Appl. No. 15/274,569 dated Nov. 14, 2018, 10 pages. |
U.S. Office Action in related U.S. Appl. No. 15/380,379 dated Jul. 19, 2018, 9 pages. |
U.S. Office Action in related U.S. Appl. No. 15/380,450 dated Aug. 27, 2018, 19 pages. |
U.S. Office Action in related U.S. Appl. No. 15/380,450 dated Jan. 23, 2019, 21 pages. |
U.S. Office Action in related U.S. Appl. No. 15/380,450 dated Nov. 2, 2018, 19 pages. |
U.S. Office Action in related U.S. Appl. No. 15/381,567 dated Nov. 2, 2018, 17 pages. |
U.S. Office Action in related U.S. Appl. No. 15/383,771 dated Jan. 23, 2019, 14 pages. |
Non-final office action issued in U.S. Appl. No. 15/216,046 dated Jan. 8, 2020, 19 pages. |
Non-Final Office Action issued in U.S. Appl. No. 16/741,071 dated Sep. 1, 2020, 32 pages. |
Number | Date | Country | |
---|---|---|---|
20200175159 A1 | Jun 2020 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 15382056 | Dec 2016 | US |
Child | 16780259 | US |