Splunk Enterprise Security

Can Splunk send alerts in IODEF format?

b3hnam
New Member

Hello friends.

I had a question for you

I wanted to see how I can convert an alert in Splank to IODEF format?

Labels (1)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

after you have run SPL which generate the alert you must add the end for those needed fields like 

``` Your base alert code here ```
| eval IncidentID = <your incident id based on some template format>
| eval AlternativeID = <result from some sub search etc. if you have those>
| eval <all other fields what you need to add our IODEF "object"/message>
....
< send it where and how it should do in your environment e.g. email, some external command etc.> 

r. Ismo 

0 Karma
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 ...