A portion of the disclosure of this patent document contains material that is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
This invention relates to vulnerability assessment of computer software. More particularly, this invention relates to a query language for use in tools for static and dynamic security testing of computer software.
The meanings of certain acronyms and abbreviations used herein are given in Table 1.
Enterprise security solutions have historically focused on network and host security, e.g., using so-called “perimeter protection” techniques. Despite these efforts, application level vulnerabilities remain as serious threats. Detection of such vulnerabilities has been attempted by lexical analysis of source code. This typically results in large numbers of false positive indications. Line-by-line code analysis has been proposed. However, this has proved to be impractical, as modern software suites typically have thousands of lines of code. Indeed, even in relatively compact environments, such as Java 2 Standard Edition (J2SE), Java 2 Platform, Java 2 Enterprise Edition (J2EE), a runtime module may include thousands of classes.
One technique for detection of vulnerabilities is exemplified by U.S. Patent Application Publication No. 2006/0253841, entitled “Software Analysis Framework”. This technique involves decompilation to parse executable code, identifying and recursively modeling data flows, identifying and recursively modeling control flow, and iteratively refining these models to provide a complete model at the nanocode level.
Another approach is proposed in U.S. Patent Application Publication No. 2004/0255277, entitled “Method and system for Detecting Race Condition Vulnerabilities in Source Code”. Source code is parsed into an intermediate representation. Models are derived for the code and then analyzed in conjunction with pre-specified rules about the routines to determine if the routines possess one or more of pre-selected vulnerabilities.
Static analysis of program code is disclosed in U.S. Patent Application Publication No. 2005/0015752, entitled “Static Analysis Based Error Reduction for Software Applications”. A set of analyses sifts through the program code and identifies programming security and/or privacy model coding errors. A further evaluation of the program is then performed using control and data flow analyses.
Commonly assigned U.S. Pat. No. 9,128,728 to Siman, which is herein incorporated by reference, discloses an automatic tool that analyzes application source code for application level vulnerabilities. The tool integrates seamlessly into the software development process, so vulnerabilities are found early in the software development life cycle, when removing the defects is far cheaper than in the post-production phase. Operation of the tool is based on static analysis, but makes use of a variety of techniques, for example, methods for dealing with obfuscated code.
An example of static analysis combined with dynamic analysis to detect malware is found in U.S. Patent Application Publication No. 201110239294 by Kim et al. The proposed system includes a script decomposition module for decomposing a web page into scripts, a static analysis module for statically analyzing the decomposed scripts in the form of a document file, a dynamic analysis module for dynamically executing and analyzing the decomposed scripts, and a comparison module for comparing an analysis result of the static analysis module and an analysis result of the dynamic analysis module to determine whether the decomposed scripts are malicious scripts. The system and method is said to recognize a hidden dangerous hypertext markup language (HTML) tag irrespective of an obfuscation technique for hiding a malicious script in a web page and thus can cope with an unknown obfuscation technique.
A number of query languages are known in the art for source code analysis, for example the language CxQuery. A description of the language CxQuery is available as the document Checkmarx CxQuery Language API Guide, V8.6.0, available on the Web site of the Assignee hereof, and which is herein incorporated by reference.
One language, known as Program Trace Query Language (PTQL), is adapted to dynamic analysis. PTQL is described in the document Goldsmith et al., Relational Queries Over Program Traces, OOPSLA'05, Oct. 16-20, 2005, San Diego, Calif. PTQL, which is based on relational queries over program traces, enables programmers to write queries about program behavior. A PTQL query can be executed on-line, with the aid of a compiler to instrument the program.
Application instrumentation is widely used for monitoring software performance. Dynamic security tools use this sort of instrumentation for monitoring security events. These events are collected during application runtime and are analyzed in order to determine whether an application is vulnerable. Techniques for instrumentation-based dynamic security testing of this sort are described, for example, in PCT Patent Document WO2016108162, filed Dec. 24, 2015, whose disclosure is incorporated herein by reference.
According to disclosed embodiments of the invention, a query language is adapted to configure and operate static and dynamic application security testing tools to detect application security vulnerabilities. Static Application Security Testing (SAST) involves analysis of source code. Dynamic Application Security Testing (DAST) finds security weaknesses and vulnerabilities in a running application, by employing fault injection techniques on an app, such as feeding malicious data to the software in order to identify common vulnerabilities, such as SQL injection and cross-site scripting. Another testing method, Interactive Application Security Testing (IAST) combines elements of both SAST and DAST. IAST places an agent within an application and performs its analysis in real-time, anywhere in the development process. SAST and IAST are employed in both static and dynamic testing tools to detect static vulnerabilities and dynamic security-related events. Vulnerabilities are reported in a common format by the static and dynamic security testing tools.
There is provided according to embodiments of the invention a computer-implemented method, which is carried out by formulating a query in a query language. The method is further carried out in a first mode of operation by receiving into a memory of a computer source code of a computer program to be analyzed, preparing a data flow graph from the source code, and making a first determination that the query is satisfied by an analysis of the data flow graph. Alternatively, the method is carried out in a second mode of operation by collecting runtime events during an execution of binary code of the computer program, making a second determination that the query is satisfied by an analysis of the runtime events, and responsively to the first determination or the second determination reporting a security vulnerability in the computer program.
According to a further aspect of the method, a format of the query is invariant when implemented in either the first mode of operation or in the second mode of operation.
Yet another aspect of the method is carried out in the first mode of operation by organizing the source code into a first object model and generating a first data flow model from the first object model, and in the second mode of operation by organizing the runtime events into a second object model, generating a second data flow model from the second object model, and subjecting the first data flow model or the second data flow model to the query.
According to still another aspect of the method, the first data flow model includes a first data flow graph and the second data flow model includes a second data flow graph.
According to an additional aspect of the method, organizing the runtime events includes supplying details of a Hypertext Transfer Protocol (HTTP) request, the details including a Uniform Resource Locator (URL), an input, and a header body.
According to another aspect of the method, organizing the runtime events includes supplying a file name, a line number and a method name.
According to one aspect of the method, collecting runtime events includes instrumenting the binary code at points of input and output of the computer program.
One aspect of the method is carried out by applying a first vulnerability detector to input data at the points of input, and applying a second vulnerability detector to the input data at the points of output, wherein the first vulnerability detector and the second vulnerability detector are responsive to syntax of the input data that is characteristic of an attack pattern.
There is further provided according to embodiments of the invention a data processing system for detecting security vulnerabilities in a computer program including a processor, a memory accessible to the processor, and an I/O facility linked to the processor, wherein execution of the program instructions cause the processor to perform the steps of: accepting via the I/O facility a query in a query language, and in a first mode of operation receiving via the I/O facility into the memory source code of a computer program to be analyzed, preparing a data flow graph from the source code, making a first determination that the query is satisfied by an analysis of the data flow graph, and in a second mode of operation receiving via the I/O facility binary code of the computer program, executing the binary code in the processor and collecting runtime events during the execution of the binary code, making a second determination that the query is satisfied by an analysis of the runtime events, and responsively to the first determination or the second determination reporting a security vulnerability in the computer program.
For a better understanding of the present invention, reference is made to the detailed description of the invention, by way of example, which is to be read in conjunction with the following drawings, wherein like elements are given like reference numerals, and wherein:
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the various principles of the present invention. It will be apparent to one skilled in the art, however, that not all these details are necessarily always needed for practicing the present invention. In this instance, well-known circuits, control logic, and the details of computer program instructions for conventional algorithms and processes have not been shown in detail in order not to obscure the general concepts unnecessarily.
Documents incorporated by reference herein are to be considered an integral part of the application except that, to the extent that any terms are defined in these incorporated documents in a manner that conflicts with definitions made explicitly or implicitly in the present specification, only the definitions in the present specification should be considered.
Definitions.
The term “vulnerability” refers to a section of program source or object code, which when executed, has the potential to allow external inputs to cause improper or undesired behavior. Examples of vulnerabilities include buffer overflow, race conditions, and privilege escalation.
“Control flow” refers to a logical execution sequence of program instructions beginning, logically, at the beginning, traversing various loops and control transferring statements (branches), and concluding with the end or termination point of the program.
A “control flow graph” (CFG) is a graphical representation of paths that might be traversed through a program during its execution. Each node in the graph represents a basic block, i.e., a straight-line piece of code without any jumps or jump targets; jump targets start a block, and jumps end a block. Directed edges are used to represent jumps in the control flow.
“Data flow” refers to the process within the program whereby variables and data elements, i.e., data that is stored in program memory either dynamically or statically on some external memory unit, are read from or written to memory. Data flow includes the process whereby variables or data inputs or outputs are defined by name and content and used and/or modified program execution. Data flow may be graphically represented as a “data flow graph”.
A “sanitizer” as used herein refers to a procedure for correcting or eliminating user input to prevent insertion of invalid data.
The terms “source” refers to the beginning of an attack vector (typically an input). The term “sink” refers to the destination or target of the attack, e.g., a database, file system or output.
System Overview.
Turning now to the drawings, reference is initially made to
Program code to be evaluated for security vulnerabilities comprises inputs to the system 10. The program code may be of two kinds: source code 16 and binary code 18. The binary code 18 may comprise object code modules or executable code. The system 10 is capable of testing security vulnerabilities of both the source code 16 and binary code 18. Queries 20 that detect various types of security vulnerabilities are input by an operator and initially processed in a query input module 22. The queries 20 are written in a query language, referred to herein as the “unified query language”, which is discussed below. The query input module 22 submits the queries 20 to query processor 28, which directs them to either a static testing tool 24 or a dynamic testing tool 26. The query input module 22, query processor 28, static testing tool 24 and dynamic testing tool 26 may execute in the computer 12 (or in other computers in a distributed environment). The dynamic testing tool 26 can be the tool disclosed in commonly assigned application Ser. No. 15/535,732, entitled Code Instrumentation for Runtime Application Self-Protection, which is herein incorporated by reference.
SAST.
The static testing tool 24 applies queries 20 to the source code 16, is parsed and organized into a code data model″, such as a hierarchical Document Object Model (DOM). Some tools, such as the SAST tool described in the above-noted U.S. Pat. No. 9,128,728, also build data and control flow graphs. The code data model, including any data flow graphs, form part of a combined data model, which is used by both static analysis module 30 and dynamic analysis module 32.
Reference is now made to
Reference is now made to
Construction of the control flow graph 34 and data flow graph 42 is described in further detail in the above-noted U.S. Pat. No. 9,128,728.
DAST.
DAST approaches the application as a “black box,” and attempts to find vulnerabilities by bombarding the application during runtime with potentially harmful inputs. The dynamic testing tool 26 operates on the binary code 18, for example by recompiling and instrumenting the binary code 18 by known techniques to accommodate the queries 20. For example, code instrumentation and selected inputs may be injected by an interactive application security testing (IAST) agent in order to track relevant points in the input flow. When the binary code is executed in an execution module 48 the flow of the program is captured. Runtime events are collected and analyzed in the dynamic analysis module 32.
One suitable method of dynamically detecting program vulnerabilities is disclosed in the above-noted application Ser. No. 15/535,732. Briefly, instrumentation is targeted at two specific points in the program flow:
(1) Inputs at which the program receives data from users or other data sources; and
(2) Outputs at which the program submits queries or other instructions to sensitive targets, such as databases or file systems, or HTML outputs of Web applications.
During runtime, the instrumented application gets inputs and creates outputs as part of its regular workflow. Each input data that arrives at an instrumented input (source) point is checked by one or more vulnerability sensors, which examine the input for syntax that is characteristic of attack patterns, such as SQL injection, cross-site scripting (XSS), file path manipulation, and JavaScript Object Notation (JSON) injection. Matching of regular expressions may be used for this purpose. When an input is identified as potentially malicious by one of these sensors, it is saved in a cache for a certain period of time (for example, one minute) or until the cache is full. Both cache capacity and saving time duration are configurable. For each saved input, the cache also holds a flag indicating the vulnerabilities to which the input may be relevant, along with other pertinent metadata, such as time, stack trace, and context. Aside from caching the suspicious input, the application workflow continues without interruption.
When the application workflow arrives at an instrumented output, the cache of recent inputs is checked again by vulnerability detectors that are applicable to the specific target of the output. For example, an SQL injection detector may be invoked for database targets, an XSS detector for HTML outputs, and a file manipulation detector for file system APIs. Depending on the type of target, the detector applies appropriate detection logic to the relevant cached inputs in order to detect potentially harmful patterns using detection logic that is appropriate for the target. When the logic finds an input that matches the detection criteria for the current target, an alert is raised, and other preventive action may be taken as well, such as blocking or cleansing the input or even halting the application entirely. If the context of the flow from the input to the output is known, relevant malicious inputs found by the vulnerability sensors are passed only to the appropriate detectors for the relevant targets.
Reports.
Referring again to
The extended data models of both SAST & IAST may be correlated, using the unified query language, as each data model has its own “blind spots” and its own advantages. The query exploits both in order to get improved results. The run-time results of dynamic IAST can be used in order to validate SAST results, which are sometimes doubtful. The combined vulnerability reports 50 add valuable information for the software developer in proving that vulnerabilities identified by SAST have actually been fixed.
On the other hand, queries in SAST can extend coverage by analyzing code areas that are not accessed during IAST, as well as adding awareness of potentially vulnerable code areas and guiding the tester to extend IAST testing to cover such areas. The use of a single query language can reduce or eliminate the need for manual comparisons of SAST and IAST results.
Query Language.
The unified query language provided by embodiments of the present invention enables users to define their own procedures in a generic and flexible way. The same query format and rules are used for both static and dynamic testing systems, i.e., the format of the query is invariant when applied to any or all of SAST, DAST or IAST. However, the implementation of the queries and rules differ between the dynamic and static testing methods. For example, a query for SQL injection vulnerabilities in the unified query language results in an analysis of different type of data received from the static and dynamic tools.
The scheme for identifying such vulnerabilities applies to each type of data. The scheme is shown in
In lower branch 62 events 64 are collected at run-time of a program 66 prepared for execution from the source code 54. The events 64 are represented in a normalized format, comparable to the elements of the DFG 60 and analyzed for taint propagation in block 68. The result is a mutually compatible format for analysis of the source code 54 and the events 64. Queries submitted in the query language 56 may be addressed to an analysis of the DFG 60 or to the taint propagation analysis in block 68 or both of them. A query processor, discussed below, directs the queries to the appropriate analysis tool. The query language 56 is agnostic as to whether its queries concern the DFG 60 or the block 68.
For example, to look for SQL injection vulnerabilities, the user might define and apply the following query:
result=inputs.influencedAndNot Sanitized(db, sanitizers), where db is data being analyzed.
The same procedures in the query language are applied to databases containing both static and dynamic test results, for example queries of the form:
sources.influencingOnAndNotSanitized(sinks, sanitizers).
The data captured by dynamic testing, i.e., runtime testing, includes a data flow that can be reproduced during tests. Such tests can be manually initiated, automated, or can be a record in a production environment. In any case the tests can be analyzed by queries written in the unified query language in order to find security vulnerabilities.
Normalization of Data.
To apply the same query language to both SAST and IAST results, it is necessary that data provided by both testing system will be in a proper form for querying. The following sections will present some examples in this regard.
Regarding SAST, the following exemplary queries are directed to the DOM:
Query 1.
inputs=All.FindByMemberAccess(“HttpServerRequest.getQueryString”);
Query 1 finds in the source code all calls to method getQueryString in the instance of API HttpServerRequest.
Query 2.
Query 2 finds in the source code all calls to method exec in an instance of the API jdbc.
Query 3.
replace=All.FindByMemberAccess(“String.replace”, “′”);
Query 3 finds in the source code all calls to the method replace of a method String, which replace an apostrophe in a string of characters.
Regarding IAST, queries evaluate events reported by the instrumented application during runtime. As in the case of SAST, events collected by IAST are organized in a DOM and a data flow model is produced based on the DOM for purposes of querying. The events are triggered and reported at instrumented locations in the code. Thus, for example, to run Query 1 on IAST events, the method HttpServerRequest.getQueryString should be instrumented prior to searching for query results. For this reason, applying the unified query language to the IAST tool should not only invoke a search for events after analyzing the application at runtime (post-action), but should also define the instrumentation of the application (pre-action). If a user writes a query like Query 1, then the dynamic testing tool 26 (
To find some types of vulnerabilities, such as SQL Injection, using SAST, it is possible to use both the DOM and the Data Flow Graph, and to detect a vulnerability if there is a path between the node of an input API and the node of a database (DB) API that does not go through a node having a sanitizer API. Thus, to detect an SQL injection vulnerability, Queries 1-3 can first be applied to the DOM model in order to find relevant APIs of inputs, DB and sanitizers. All three queries produce a search of the DOM to find all code elements satisfying the queries.
After performing any portion of Queries 1-3, the following query can then be used to search for a path between the input API and of DB API that does not go through a sanitizer node:
Query 4.
In IAST there is no source code, and thus there is no DOM or Data Flow Graph built from the source code as for SAST. Therefore, in an embodiment of the present invention, the IAST data model is normalized to supply data in a form very similar to SAST, so that SAST queries can run without modification. The IAST Data Flow Graph is built not from the source code, but rather from instrumentation events that IAST creates during run-time of the application.
For example, when the code in Listing 1 is executed:
and there is instrumentation at the entry point of the method String.toUpperCase, the dynamic testing tool 26 will register a new event involving an application call to the method ‘toUpperCase’ with a value of ‘abc’.
Specifically, for the above example of detecting SQL Injection vulnerabilities, the dynamic testing tool 26 instruments the APIs of inputs, DB and sanitizers so when they are called, the dynamic testing tool 26 receives notifications. The SAST query presented above for SQL Injection vulnerabilities defines IAST instrumentation for three APIs:
The query processor 28, upon receiving Query 4, instructs the dynamic testing tool 26 to instrument APIs 1-3. Now when the application runs with this instrumentation, events are generated each time one of these three APIs is called. These events contain metadata indicating, which API was called and with what parameter values. For example, when API 3 (String.replace) is called, the dynamic testing tool 26 generates an event reporting the call and the parameter values. Applying Query 4 can indicate if API String.replace was triggered on an apostrophe. After receiving all events from a run of the instrumented application, the dynamic analysis module 32 can correlate them in order to determine, for example, whether there is a reported event associated with input API 1 (HttpServerRequest.getQueryString) and a reported event associated with invocation of API 2 (jdbc.exec), without a reported event associated with replacement of an apostrophe by the method replace in API 3. In such a combination, the dynamic analysis module 32 would report an SQL injection vulnerability.
In a more specific scenario regarding Query 4, the dynamic analysis module 32 may process the following events:
When the dynamic analysis module 32 analyzes these events, it reports an SQL injection vulnerability, since there are events involving input and data without the subsequent sanitizer of a replace event. The processor can determine that the value ‘Alex’ was received via the input API and possibly was changed before being incorporated in an SQL statement by applying techniques of data taint propagation as described, e.g., in the document Dynamic Taint Propagation, Brian Chess et al., (21 Feb. 2008), available online. Data taint propagation provides a flow of connected events, including, for example, an ordered sequence of events representing the actual data flow from a source (like input) to sink (like a database) and all data propagators between them. In this example, the dynamic analysis module 32 would detect that ‘ALEX’ inside the SQL statement flowed from the value ‘Alex’ that was received from an input.
The dynamic testing tool 26 provides not only the events in executed methods, but also the sequence of calls connected to the propagation of the values.
When the code in Listing 2 is executed a trace would show that ‘abc’ was changed into ‘ABC’ by ‘ the method toUpperCase’ and then was concatenated with ‘def’ to eventually produce the string ‘ABCdef’.
A data propagator is a method that propagates a value from its inputs (parameters) to its output (return). For example the method ‘toUpperCase’ in Listing 2 is a data propagator. There are many propagators in the flow of data during execution of a program. When data enters an application from an external source (such as a user input), a source API is triggered to supply the data and mark it as “tainted.” Any data received from the outside is assumed to be tainted. Any propagator will propagate the taint of data it receives, with the exception of special sanitizer propagators: Once a flow passes through a sanitizer, the presumption that the data is tainted is overcome, and the data is regarded as untainted. However, if tainted data is received at the sink, it means that there is a flow from the source to the sink that has not passed through sanitization. Tainted data at the sink constitutes a security vulnerability.
Now by using instrumentation for methods of sources, sinks and propagators and using taint propagation analysis. To accomplish this, the dynamic testing tool 26 can extract sequences of method calls representing a flow of data from a source to a sink. Such flows contain nodes with method call information and edges representing propagation from one node to another.
For example, the code in Listing 3 produces the following sequence of events:
This sequence is similar to a data flow graph, since it has the form of a connected graph in which nodes contain source commands, such as input and Output APIs, and there is a directed edge between two nodes if there is a data flow between the two corresponding commands.
We again consider queries 1-4, which are reproduced in Listing 4, but now in the context of IAST. SAST and IAST are not generally conducted simultaneously. Thus, query processor 28 is instructed in a given session to direct queries such as queries 1-4 to the dynamic testing tool 26, rather than the static testing tool 24.
The queries of Listing 4 search for sequences of events starting from an input API (getQueryString), not passing through a sanitizer API (replace), and ending with the DB API (exec) (not shown in Listing 4). The syntax of the queries of Listing 4 is the same as in the SAST application applied to queries 1-4, but a different, complementary search is invoked when these queries are applied to runtime events. By instrumenting sources, sinks and propagators and using taint propagation techniques, it is possible to create a sequence of events in a format substantially identical to the SAST Data Flow Graph, and thus use the same queries for both SAST and DAST.
Example.
The following is an example of how an SAST Query Language, such as the above-mentioned language CxQuery, can be used in querying IAST results, without changing the query syntax. For this purpose, the dynamic testing tool 26 should supply the following data in connection with relevant events:
1). Information concerning an HTTP request containing URL, inputs, headers body, as shown in Listing 5.
2.) Information regarding data propagation, such as file name, line, method name, type name, and other propagation information
Listing 6 is a trace of data provided by an IAST tool such as the dynamic testing tool 26 on which an SQL injection query can be run and can detect the presence of an SQL injection vulnerability. The format of the data in Listing 6 is normalized to the format of data used in SAST analysis. Thus, IAST queries input to query input module 22 in a query language such as CxQuery, can be processed by the query processor 28 and the dynamic analysis module 32, just as the query processor 28 and static analysis module 30 treat SAST queries.
The trace in Listing 6 contains four steps, starting from input and ending with DB. Based on data collected from the monitored application during runtime by IAST instrumentation, the query processor 28 is able to apply the query language, determine that dynamic testing tool 26 is appropriate for testing, and cause the presence of a vulnerability to be detected by the dynamic analysis module 32.
It will be appreciated by persons skilled in the art that the present invention is not limited to what has been particularly shown and described hereinabove. Rather, the scope of the present invention includes both combinations and sub-combinations of the various features described hereinabove, as well as variations and modifications thereof that are not in the prior art, which would occur to persons skilled in the art upon reading the foregoing description.
This Application claims the benefit of U.S. Provisional Application No. 62/503,970, filed 10 May 2017, which is herein incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
4989470 | Bulgrien | Feb 1991 | A |
5107418 | Cramer et al. | Apr 1992 | A |
5353662 | Vaughters | Oct 1994 | A |
5450768 | Bulgrien et al. | Sep 1995 | A |
5485616 | Burke et al. | Jan 1996 | A |
5586328 | Caron et al. | Dec 1996 | A |
5586330 | Knudsen et al. | Dec 1996 | A |
5701489 | Bates et al. | Dec 1997 | A |
5742811 | Agrawal et al. | Apr 1998 | A |
5778233 | Besaw et al. | Jul 1998 | A |
5790858 | Vogel | Aug 1998 | A |
5875334 | Chow et al. | Feb 1999 | A |
5881290 | Ansari et al. | Mar 1999 | A |
5978588 | Wallace | Nov 1999 | A |
6226787 | Serra | May 2001 | B1 |
6442748 | Bowman-Amuah | Aug 2002 | B1 |
7210133 | Souloglou et al. | Apr 2007 | B2 |
7237265 | Reshef et al. | Jun 2007 | B2 |
7284274 | Walls et al. | Oct 2007 | B1 |
7363616 | Kalyanaraman | Apr 2008 | B2 |
7392545 | Weber et al. | Jun 2008 | B1 |
7447666 | Wang | Nov 2008 | B2 |
7500410 | Tsuji | Mar 2009 | B2 |
7565631 | Banerjee et al. | Jul 2009 | B1 |
7647631 | Sima | Jan 2010 | B2 |
7860842 | Bronnikov et al. | Dec 2010 | B2 |
7861226 | Episkopos et al. | Dec 2010 | B1 |
7971193 | Li et al. | Jun 2011 | B2 |
7975296 | Apfelbaum et al. | Jul 2011 | B2 |
8230499 | Pereira | Jul 2012 | B1 |
8510237 | Cascaval et al. | Aug 2013 | B2 |
8656364 | Kolawa | Feb 2014 | B1 |
8819772 | Bettini et al. | Aug 2014 | B2 |
8844043 | Williams et al. | Sep 2014 | B2 |
8881288 | Levy et al. | Nov 2014 | B1 |
8949271 | Kocher et al. | Feb 2015 | B2 |
9097329 | Viitasalo et al. | Aug 2015 | B2 |
9128728 | Siman | Sep 2015 | B2 |
9140345 | Dix et al. | Sep 2015 | B2 |
9141806 | Siman | Sep 2015 | B2 |
9261180 | Rintoo | Feb 2016 | B2 |
9317399 | Boshernitsan et al. | Apr 2016 | B2 |
9556954 | Hou et al. | Jan 2017 | B2 |
9882930 | Holt | Jan 2018 | B2 |
9946880 | Lee et al. | Apr 2018 | B2 |
20020178281 | Aizenbud-Reshef et al. | Nov 2002 | A1 |
20030056192 | Burgess | Mar 2003 | A1 |
20040088689 | Hammes | May 2004 | A1 |
20040205411 | Hong et al. | Oct 2004 | A1 |
20040255277 | Berg | Dec 2004 | A1 |
20050015752 | Alpern et al. | Jan 2005 | A1 |
20050198626 | Kielstra et al. | Sep 2005 | A1 |
20050204344 | Shinomi | Sep 2005 | A1 |
20050257207 | Blumfield et al. | Nov 2005 | A1 |
20050273861 | Chess et al. | Dec 2005 | A1 |
20060070048 | Li et al. | Mar 2006 | A1 |
20060085858 | Noel et al. | Apr 2006 | A1 |
20060212941 | Bronnikov | Sep 2006 | A1 |
20060253841 | Rioux | Nov 2006 | A1 |
20060282453 | Tjong et al. | Dec 2006 | A1 |
20070006170 | Hasse et al. | Jan 2007 | A1 |
20070016949 | Dunagan et al. | Jan 2007 | A1 |
20070044153 | Schuba et al. | Feb 2007 | A1 |
20070074169 | Chess et al. | Mar 2007 | A1 |
20070074188 | Huang | Mar 2007 | A1 |
20070083933 | Venkatapathy et al. | Apr 2007 | A1 |
20070143759 | Ozgur et al. | Jun 2007 | A1 |
20070239606 | Eisen | Oct 2007 | A1 |
20070294281 | Ward et al. | Dec 2007 | A1 |
20080209276 | Stubbs et al. | Aug 2008 | A1 |
20080276317 | Chandola et al. | Nov 2008 | A1 |
20090019545 | Ben-Itzhak et al. | Jan 2009 | A1 |
20090094175 | Provos et al. | Apr 2009 | A1 |
20090113550 | Costa et al. | Apr 2009 | A1 |
20090183141 | Tai et al. | Jul 2009 | A1 |
20090187992 | Poston | Jul 2009 | A1 |
20090254572 | Redlich et al. | Oct 2009 | A1 |
20090300764 | Freeman | Dec 2009 | A1 |
20100011441 | Christodorescu et al. | Jan 2010 | A1 |
20100043072 | Rothwell | Feb 2010 | A1 |
20100050260 | Nakakoji et al. | Feb 2010 | A1 |
20100058475 | Thummalapenta et al. | Mar 2010 | A1 |
20100083240 | Siman | Apr 2010 | A1 |
20100088770 | Yerushalmi et al. | Apr 2010 | A1 |
20100125913 | Davenport et al. | May 2010 | A1 |
20100180344 | Malyshev et al. | Jul 2010 | A1 |
20100229239 | Rozenberg et al. | Sep 2010 | A1 |
20100251210 | Amaral et al. | Sep 2010 | A1 |
20100279708 | Lidsrom et al. | Nov 2010 | A1 |
20100289806 | Lao et al. | Nov 2010 | A1 |
20110004631 | Inokuchi et al. | Jan 2011 | A1 |
20110030061 | Artzi et al. | Feb 2011 | A1 |
20110034733 | Funahashi et al. | Feb 2011 | A1 |
20110035800 | Atcha | Feb 2011 | A1 |
20110191855 | De Keukelaere | Aug 2011 | A1 |
20110197177 | Mony | Aug 2011 | A1 |
20110239294 | Kim et al. | Sep 2011 | A1 |
20110239300 | Klein et al. | Sep 2011 | A1 |
20120167209 | Molnar et al. | Jun 2012 | A1 |
20120240185 | Kapoor et al. | Sep 2012 | A1 |
20130019314 | Ji et al. | Jan 2013 | A1 |
20130024942 | Wiegenstein et al. | Jan 2013 | A1 |
20130167241 | Siman | Jun 2013 | A1 |
20130247198 | Muttik et al. | Sep 2013 | A1 |
20130312102 | Brake et al. | Nov 2013 | A1 |
20140068563 | Saltzman et al. | Mar 2014 | A1 |
20140109227 | Kalman et al. | Apr 2014 | A1 |
20140165204 | Williams | Jun 2014 | A1 |
20140281740 | Casado et al. | Sep 2014 | A1 |
20140331327 | Maor et al. | Nov 2014 | A1 |
20140372985 | Levin et al. | Dec 2014 | A1 |
20150013011 | Brucker et al. | Jan 2015 | A1 |
20150244737 | Siman | Aug 2015 | A1 |
20150261955 | Huang et al. | Sep 2015 | A1 |
20160182558 | Tripp | Jun 2016 | A1 |
20170091457 | Zakorzhevsky et al. | Mar 2017 | A1 |
20170270303 | Roichman et al. | Sep 2017 | A1 |
20170289187 | Noel | Oct 2017 | A1 |
20180025161 | Gauthier et al. | Jan 2018 | A1 |
Number | Date | Country |
---|---|---|
2200812 | Sep 1998 | CA |
2003050722 | Feb 2003 | JP |
2005121953 | Dec 2005 | WO |
2008047351 | Apr 2008 | WO |
2016108162 | Jul 2016 | WO |
2016113663 | Jul 2016 | WO |
Entry |
---|
European Application # 17769530.1 search report dated Oct. 18, 2019. |
Coverity Inc., “Coverity® Development Testing Platform”, 5 pages, year 2012. |
Chess et al., “Dynamic Taint Propagation”, 70 pages, Feb. 21, 2008. |
Shuai et al., “Software Vulnerability Detection Based on Code Coverage and Test Cost”, 11th International Conference on Computational Intelligence and Security (CIS), pp. 317-321, 2015. |
Pingali et al., “Optimal Control Dependence Computation and the Roman Chariots Problem”, ACM Transactions on Programming Languages and Systems, vol. 19, No. 3, pp. 462-485, May 1997. |
Sreedhar et al., “A New Framework for Elimination-Based Data Flow Analysis Using DJ Graphs”, ACM Transactions on Programming Languages and Systems, vol. 20, No. 2, pp. 368-407, Mar. 1998. |
Helmer et al., “A Software Fault Tree Approach to Requirements Analysis of an Intrusion Detection System”, 1st Symposium on Requirements Engineering for Information Security, Indianapolis, Indiana, USA, Mar. 5-6, 2001. |
Redgate, “.NET Reflector: Explore, Browse, and Analyze .NET assemblies”, 2009 (www.red-gate.com/productors/reflector). |
Beyer et al., “The BLAST Query Language for Software Verification”, Springer-Verlag Berlin Heidelberg, pp. 2-18, year 2004. |
Srikant et al., “Mining Sequential Patterns: Generalizations and Performance Improvements”, EDBT '96 Proceedings of the 5th International Conference on Extending Database Technology: Advances in Database Technology, pp. 3-17, Avignon, France, Mar. 25-29, 1996. |
Zaki, M., “SPADE: An Efficient Algorithm for Mining Frequent Sequences”, Machine Learning, vol. 42, pp. 31-60, year 2001. |
Pei et al., in “Mining Sequential Patterns by Pattern-Growth: The PrefixSpan Approach,” IEEE Transactions on Knowledge and Data Engineering, vol. 16, No. 10, pp. 1424-1440, Oct. 2004. |
Martin et al., “Finding Application Errors and Security Flaws Using PQL: a Program Query Language”, OOPSLA'05, pp. 365-383, San Diego, USA, Oct. 16-20, 2005. |
Yang et al., “Effective Sequential Pattern Mining Algorithms for Dense Database”, National Data Engineering Workshops (DEWS), year 2006. |
Ayres et al., “Sequential Pattern Mining using a Bitmap Representation”, Proceedings of the eighth ACM SIGKDD International conference on Knowledge discovery and data mining, Edmonton, Canada, Jul. 23-26, 2002. |
Wang et al., “BIDE: Efficient Mining of Frequent Closed Sequence”, Proceedings of 2010 International Conference on Information Retrieval & Knowledge Management, pp. 270-275, Sham Alam, Selangor, Mar. 17-18, 2010. |
Yan et al., “CloSpan: Mining Closed Sequential Patterns in Large Datasets”, Proceedings of 2003 SIAM International Conference on Data Mining, San Francisco, USA, May 1-3, 2003. |
“Design flaw in AS3 socket handling allows port probing”, 2 pages, Oct. 15, 2008 (downloaded from http://scan.flashsec.org/). |
Ford et al., “Analyzing and Detecting Malicious Flash Advertisements”, Proceedings of ACSAC '09—Annual Computer Security Applications Conference, pp. 363-372, Honolulu, Hawaii, Dec. 7-11, 2009. |
Livshits et al., “Finding Security Vulnerabilities in Java Applications with Static Analysis”. Stanford University, computer science department, 60 pages, Sep. 25, 2005. |
Symantec Corporation, “Symantec AdVantage: Dynamic Anti-Malvertising Solution”, Data Sheet, 4 pages, year 2012. |
“Zero-day attack”, 4 pages, year 2008 (downloaded from http://en.wikipedia.org/wiki/Zero-day_attack). |
Lange et al., “Comparing Graph-based Program Comprehension Tools to Relational Database-based Tools”, IEEE 0-7695-1131-7/01, pp. 209-218, year 2001. |
Skedzielewski et al., “Data flow graph optimization in IF1”, Functional programming languages and computer architecture (book), publisher Springer Berlin Heidelberg, 18 pages, Aug. 22, 2013. |
SAP, Java web application security best practice guide, SAP,Document version 2.0, pp. 1-48, May 2006. |
Checkmarx CxQuery Language API Guide, V8.6.0 ,217 pages, Feb. 2018. |
Zhenmin et al, “PR-Miner: Automatically Extracting Implicit Programming Rules and Detecting Violations in Large Software Code”, ACM Sigsoft Software Engineering Notes, vol. 30, No. 5, pp. 306-315, Sep. 1, 2005. |
Thummalapenta et al, “Alattin: Mining Alternative Patterns for detecting Neglected Conditions”, 24th IEEE/ACM International Conference on IEEE Automated Software Engineering, pp. 283-294, Nov. 16, 2009. |
Kim et al, “Supporting software development through declaratively codified programming patterns”, Expert Systems with Applications, vol. 23, No. 4, pp. 405-413, Nov. 1, 2002. |
Ashish et al., “Network Intrusion Detection Sequence mining—stide methodology”, IT 608, Data Mining and Warehousing, Indian Institute of Technology, 8 pages, Apr. 20, 2005. |
Goldsmith et al., “Relational Queries Over Program Traces”, OOPSLA'05, 18 pages, Oct. 16-20, 2005. |
Yamada et al., “A defect Detection Method for Object-Oriented Programs using Sequential Pattern Mining”, Information Processing Society of Japan (IPSJ) SIG Technical Report, vol. 2009-CSEC-45, pp. 1-8, Jun. 15, 2009. |
Fukami et al., “SWF and the Malware Tragedy Detecting Malicious Adobe Flash Files”, 11 pages, Mar. 9, 2008 https://www.owasp.org/images/1/10/OWASP-AppSecEU08-Fukami.pdf. |
Cova et al., “Detection and Analysis of Drive-by-Download Attacks and Malicious JavaScript Code”, Proceedings of the 19th international conference on World wide web, pp. 281-290, Jan. 1, 2010. |
Sotirov., “Automatic Vulnerability Detection Using Static Source Code Analysis”, Internet citation, 118 pages, Jan. 1, 2005. |
Lam et al., “Context-Sensitive Program Analysis as Database Queries” m ACM, PODS, 12 pages, 2005. |
EP Application # 18171274.6 Search report dated Jun. 28, 2018. |
Balzarotti et al., “Saner: Composing Static and Dynamic Analysis to Validate Sanitization in Web Applications”, IEEE Symposium on Security and Privacy, pp. 387-401, May 18, 2018. |
Number | Date | Country | |
---|---|---|---|
20180330102 A1 | Nov 2018 | US |
Number | Date | Country | |
---|---|---|---|
62503970 | May 2017 | US |