Library tutorials & articles
The Power of Hybrid Application Security Analysis: Increasing the Reliability of Security Testing Results
- The Guessing Game
- The Fuzz
The Guessing Game
To increase the reliability of security testing results, developers are finding that security testing should be a combination of analysis techniques — utilizing source code analysis information to direct a second, more practical approach called dynamic analysis. This enables developers to identify vulnerabilities more accurately and confidently than with either technique individually. This combination approach, known as hybrid analysis, produces the accurate and reliable security information that developers need to assess the security of their code.
The Guessing Game
Source code analysis products use a technique called variable tracing. Developers use these tools to inject test data into the application during security testing to study the software’s potential values and behaviors through the call graphs that represent data flows through the application. By injecting test data this way, the source code analysis product infers what behavior may occur for a certain scenario and variable value--some refer to this technology as an inference engine.
The danger of the source code analysis technique is that it produces inferences, or guesses, as to how the system might behave during run-time and production configuration conditions. Source code analysis can only determine possible security vulnerabilities in the application, which usually results in high false positive rates during security testing.
In the security testing field, trusting the inferred results of source code analysis is analogous to trusting that an application will function according to design when it compiles cleanly. If all code is syntactically and semantically correct, then it will compile. But do you have confidence that it will meet the functional requirements simply because it compiled? Similarly, developers who rely on source code analysis to infer security problems in the application must also perform additional security testing in order to validate the application’s real run-time behavior with respect to the potential vulnerabilities.
Related articles
Related jobs
-
Projectmanager Identity Management & Security
in AMSTERDAM (€50K-€90K per annum) -
Senior Network Consultant (Cisco)
in AMSTERDAM (€50K-€90K per annum) -
Senior Professional Identity Management & Security
in AMSTERDAM (€50K-€90K per annum) -
Senior Unix Specialist
in AMSTERDAM (€50K-€90K per annum)
Events coming up
-
Oct
24
MSDN Roadshow Re-Run
London, United Kingdom
Did you miss the opportunity to attend the MSDN Roadshow 2008? If so we are doing a Roadshow rerun giving you a second chance to attend this event. Come along if you want to find out about the latest developer tools and technologies from Microsoft. The MSDN team will focus on what’s coming up next this year for .NET developers beyond Visual Studio 2008. We will also look at Silverlight, ASP.NET, ADO.NET and other future bits which involve more code and less PowerPoint. Please be aware tha...
Comments
Leave a comment
Sign in or Join us (it's free).