I have a particular rule that I want to have priority over all other rules when generating offenses on an event. Some of the other rules may be unknown ahead of time. So, for example, imagine I have 5000 offense rules:
Rule 1: Triggers on all events from Log Source Type A. Some events from this log source type are of high-level category Exploit, and some are not. Some of these events have a source IP address in the 10.0.2.0/24 subnet, and some do not.
Rule 2: Triggers on all events of high-level category Exploit.
Rule 3: Triggers on all events with a source IP address in subnet 10.0.2.0/24
Rules 4 - 5000: Trigger on assorted conditions that might or might not be met by events from Log Source Type A
I want all events from Log Source Type A to trigger Rule 1 and I want them to avoid triggering any of rules 2-5000.
I do not want to modify rules 2-5000. That's too many, especially considering that I might need other high-priority rules like Rule 1 in the future, the conditions on Rule 1 might change, and this could end up being overly complex.
Can this be done? Will the "Bypass further rule correlation event" checkbox help? I'm concerned that setting that option for Rule 1 won't do any good if Rule 3 has already fired.
------------------------------
Dan Zerkle
------------------------------