2008-11-13

Quality Assurance Moves Towards Fuzzing

I have been reading a number of QA papers and books recently to catch up from past busy times. If you have time, have a look at some QA topics through your favorite search engine:

  • Test generation
  • Random testing, Adaptive random testing
  • Hypercuboids
  • Statecharts
  • Model based testing
  • Modified Condition/Decision Coverage (MC/DC)

For example Jayaram & Mathur from Purdue are explaining interesting measurements of using statecharts as the basis of generating message sequences for complex protocols such as TLS. Sounds pretty similar to fuzzing, at least to me, although the research at this phase is nowhere in the same domain. Today most block-based fuzzers (although some of them call themselves model-based) use extremely limited message sequence coverage, with the worst of them only take a capture of traffic, and then mutate that. The drawback with this is that you will only do message structure fuzzing, the most basic form of fuzzing.

Then if you look at the work of e.g. Gotlieband and Petit from INRIA, you can get a glimpse of what the QA people are looking at in the area of test generation. Any individual field in the protocol message can (potentially) automatically generate its own set of data based on a very basic assumptions, and therefore optimize those to finally do some intelligent permutations of multi-anomaly fuzzing. Long gone are those static libraries of anomalies (again very few real fuzzers use them today). The result is less test cases, and better test coverage.

It is interesting to see where fuzzing will go in the future, and how companies with QA background, and companies with security background will either end up in the same direction, or very different direction.

2008-10-07

2008-09-14

Win free copy of The Fuzzing Book

We are giving out 11 copies of the fuzzing book. 10 of them are fuzzed (randomness involved) and one is given to a robust answer to one very simple but still difficult question: "why should you get the book?"

Surf this way to get your copy: http://www.codenomicon.com/fuzzing-book/

2008-09-08

Why Two Blogs?

Check out http://www.fuzz-test.com/
Why two blogs? Well, here I will not represent anyone but myself. Any opinions here are not related to the other authors (of the VoIP book, or the Fuzzing book), nor to Codenomicon.

2008-09-03

Fuzzing Is Not Random

Yet another mention that fuzzing is random. Could not resist commenting. http://testingdocs.blogspot.com/2008/09/fuzz-testing.html

Yet Another Fuzzing Blog

I will (try) to re-write, copy, or link entries to other fuzzing related blogs I write to here. Maybe even an occasional link to other blogs...