Quantcast
Channel: CodeSection,代码区,网络安全 - CodeSec
Viewing all articles
Browse latest Browse all 12749

Application Security Testing Tools: A Question of When not Which

0
0

Application Security Testing Tools: A Question of When not Which

As a “non-tech” attendee at Black Duck’s Flight16 user conference , I had my work cut out for me keeping track of all the buzz words and acronyms. However, after attending Mike Pittenger’s session, “Filling Your AppSec Toolbox,” I learned a lot about some of the most important ones in the world of application security ― SAST, DAST and OSSM.

As the threat of cybercrime continues to rise, so does the importance ofapplication security. Practices such as Penetration Testing, Threat Modeling, and other security methodologies have become go-to activities for protecting organizations against external cyber threats. In order to head off potential risks, developing code with security in mind has become a priority for companies large and small.

There are a wide variety of testing tools used to strengthen security throughout the software development lifecycle (SDLC). The most widely implemented tools areStatic Application Security Testing (SAST) and Dynamic Application Security Testing (DAST). Open Source Security Management (OSSM) is less well known ―but critically important. More on that in a bit.

When it comes to DAST, SAST and OSSM, it can be hard to know which testing methodology works best. The truth is there is no clear winner, as each methodology works better on different classes of vulnerabilities. The more important question to ask is “when should I use these methodologies?”

Here are the primary differences and uses for DAST, SAST and OSSM I learned from attending the technical track at Flight16.

SAST - Static Analysis Security Testing (White Box Testing)

Simply put, SAST tools allow you to test applications from the inside. Commonly referred to as “white box testing,” SAST tools work by parsing and analyzing source or binary code. These tools, used early in the software development process, look at the way developers have written the code to identify weaknesses in software pre-deployment. By identifying code flaws early in the SDLC, organizations can fix issues before hackers have the chance to exploit them.

Static Application Security Testing is best done during the code phase and build verification. However, in order to get the most out of SAST testing, it may require the use of several SAST tools. A study by the National Security Agency (NSA) Center for Assured Software found that the standard SAST tool only identifies eight of the thirteen total weakness classes, and can only identify about 22% of the flaws in each class. Furthermore, each SAST tool has the tendency to find different weakness classes based on the vendor’s approach and specific algorithms used. In order to find the largest percentage of weaknesses, one would need to run several SAST tools. For most organizations, this simply isn’t practical.

While SAST solutions provide valuable insight into the development process, they aren’t perfect. As the use of open source increases, a critical weakness is exposed; SAST tools generally do not identify vulnerabilities found in third party or open source components.

DAST Dynamic Application Security Testing (Black Box Testing)

In contrast to SAST, Dynamic Application Security Testing, often referred to as “black box testing,” is performed from outside of an application while it is running. Simulating a malicious user, a DAST tool will attempt to penetrate an application using HTTP requests in order to expose potential vulnerabilities, including those outside of the code base and third party interfaces.

While DAST tools are often easier to use than SAST, they are also unable to pinpoint specific weaknesses in application code, leaving the task of finding and fixing the vulnerable code as an exercise for the user. And unlike SAST tools, DAST requires a complete, running application, which limits its use to late SDLC phases: testing, staging and (with caution) production.

Open Source Security Management

With open source constituting over 50% of most modern applications, Open Source Security Management has become the critical third leg of the application security stool. It provides coverage in an area where DAST and SAST fall short: identification of open source components and known vulnerabilities. While standard DAST and SAST methodologies can provide valuable insight into an application’s risk, neither are effective at identifying vulnerable open source code. One example is the Heartbleed Vulnerability, which went undetected for years under traditional DAST and SAST practices.

With OSSM, developers are able to identify open source in an application, down to the version level. OSSM provides insight into open source security risks as well as license compliance and code quality risks at every stage in the SDLC: from the design stage all the way to production deployment. Perhaps more importantly, OSSM provides protection for production applications by continuously monitoring for new vulnerability disclosures on an ongoing basis.

Application Security Testing Tools

DAST and SASTare fantastic tools for improving code quality and application security, but without OSSM many application vulnerabilities will go undetected. As Black Duck VP or Security Strategy, Mike Pittenger put it,

“No matter how great your DAST and SAST tools are, they are missing a critical piece of the security puzzle…open source.”

Viewing all articles
Browse latest Browse all 12749

Latest Images

Trending Articles





Latest Images