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.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...