Inline
On Fri, Mar 15, 2013 at 11:42 AM, Ricky Huang <
rhuan...@gmail.com> wrote:
> Thanks for looking at it!
>
> By not specifying the "-I security" option, there are 17k enabled rules, but
> when I enabled "-I security", there are only 8k left enabled.
>
> 1) I would think there are more rules in security mode
When running rulesets in addition to VRT, like ET, then all rules that
do not have the correct metadata associated with the security policy
are disabled (so ALL ET rules).
> 2) All of the enabled rules (with or without "-I") are alerts only, is that
> the correct behavior? I would expect when "security" is on, there would be
> "drop" for IPS.
No, the default behavior is to set them to alert only, most people are
still running passively, and setting these to drop would silently
disable them if said users were not starting snort with the correct
flag to tread drop as alert.
> 3) Assuming #2 is the correct behavior, is this where I have to use
> dropsid.conf to change those alerts to drops? (Reading README.DROPSID, I am
> unable to find example of dropping an entire policy.)
in dropsid:
pcre:security-ips\ drop
The power of regular expressions :-)
I will be adding a flag that will allow for "state" in terms of drop
to be used also, but for now this is the expected behavior.