All Apps and Add-ons

Prelude IDS

phelimoc
New Member

Hi,

We currently run OSSEC with a Prelude IDS frontend and are thinking of replacing Prelude IDS with Splunk.

What can Splunk provide that is not provided by Prelude IDS.

Interested in any comments regarding Prelude IDS versus Splunk?

Thanks, any help much appreciated.

Phelim

Tags (4)
0 Karma

stricaud_splunk
Splunk Employee
Splunk Employee

Hello,

being the one who wrote the Prelude support in OSSEC and now working at Splunk, I believe I can help you 🙂

In order to make OSSEC send data to Prelude, I had to convert the alert output into IDMEF, using the Prelude IDS library. You can see this in this file: https://github.com/ossec/ossec-hids/blob/master/src/analysisd/prelude.c. You can see more details on what I did there: https://groups.google.com/forum/#!topic/ossec-dev/sYXnT6-LgI4

The approach Splunk has is not to alter original software to work with their data and be agnostic to index them. In order to get the fields (source ip, attack name etc..) we apply a datamodel at search time, allowing us to do many things, such as map-reducing and get the results much faster.

Splunk was designed to scale (by that I really mean it!), provide a framework and ready-to-use apps out of the box.

I recommend you take the OSSEC Splunk app (http://apps.splunk.com/app/300/ ) so you can benefit from already cooked dashboards.

Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...