I’m pretty sure I know the answer will be “don’t use the Signature Framework” but I’m going to ask this question anyways. Ha.
I’m trying to whitelist an IP as a destination within a signature but it doesn’t seem to work and the sig is still firing. Is this just a quirk within the SF or am I missing something?
Example:
signature name {
ip-proto == tcp
dst-ip != 10.0.0.1
payload /stuffimlookingfor/
event “Getting stuff over TCP”
}
- If you compile with --enable-debug and run with '-B signatures'
you get debugging information in debug.log that may help track
down what's going on (if you don't mind looking at some
low-level stuff
- If you cannot figure it out I can look into it but would need a
signature and a trace to reproduce what you're seeing.