Ive set up snort and it works like a charm except Im getting a lot of detections that are like this in BASE:
#3-(1-4) [snort] (http_inspect) NON-RFC DEFINED CHAR #5-(1-6) [snort] (http_inspect) NON-RFC DEFINED CHAR ...
Now I know there is an easy way to turn this off (by commenting out the line in the snort rules) but how do I find this line?!?
Ive tried
grep rfc /etc/snort/rules/* grep non-rfc /etc/snort/rules/* grep defined\ char /etc/snort/rules/*
But these either turn up too few, or too many results. What should I be looking for?
Daniel