we've recently moved our NIDS installation from StrataGuard to the new OSSIM 2.1 release to take advantage of the additional features (Nagios, ntop, Nessus/OpenVas, etc.) it provides in addition to just Snort. So far, I'm very impressed with OSSIM but also slightly overwhelmed with the complexity and sheer amount of information provided.

Where StrataGuard made it very easy to tune and configure rules, e.g. to exclude or specify combinations of source/destination addresses and ports for a given rule, I'm having a very difficult time figuring out how to tune rules in OSSIM from the different event sources (Snort, rrd, arpwatch, directive_alert, etc.). The documentation is pretty sparse at present and doesn't appear to say much about this.

My question is, am I missing something, i.e. should I be approaching at a different level? Should I be configuring the Policy and Correlation elements only, and let the events pour in, even if I know they're false positives? Or is there a straightforward way to tune rules for each sensor?

Thanks for your help.

Update: A nice review article from Linux Journal has been made available through the AlienVault web site that explains the correlation process in more depth than I've seen, and provides a nice overall review of the OSSIM system.

link|improve this question

feedback

3 Answers

I am wrestling with the same issue right now. The closest I have found to official docs on tuning is:

There are at least three ways of doing this:
a. Filtering at origin (disabling a snort rule, setting a tcpdump-style filter at p0f, etc...)
b. Policy
c. Agent Consolidation (undocumented)

I have started working on removing the false positives via policies--we shall see how it goes.

Josh

link|improve this answer
If you have a chance, update and let me know how it goes -- I've had to focus on other things for the moment but would love to hear what you come up with. – nedm Oct 8 '09 at 4:05
Looks like 2.2 will be out soon. – nedm Feb 15 '10 at 19:58
feedback

I've found this by a quick search.

https://www.ossim.net/forum/index.php?t=msg&goto=435&S=835a0b9097e14e3b306ba1fae2a94de9#msg_435

Hope this may guide you on a resolution.

Regards,

David.

link|improve this answer
Thanks, I've looked through the documentation and forums but was hoping for a more thorough explanation of rule tuning. I'll try posting in the forum. – nedm Sep 17 '09 at 6:57
Ok no problem, let me know if you find your answer there. Hope I guided you to the right point. – r0ca Sep 18 '09 at 16:04
feedback

According to the article I've referenced in the update, setting a rule's priority to 0 causes OSSIM to ignore the rule. While this is the short answer to my question, it turns out that configuring events and correlations is much more complex (though also more powerful) than tuning individial rules.

The AlientVault web site states that OSSIM version 2.2 will be released very soon, and after looking at the online slides on what's new, it looks like there are some great updates (particularly glad to see the web interface will be https by default). Hopefully some good documentation will follow.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.