Splunk SOAR

Is there any App or Functionality for recording a user response?

CS_
Path Finder

Hi all,

Here's an interesting use case, wonder if SOAR can handle it.

You send a user an email from SOAR after running a playbook. In the email you ask them a question with a Yes / No Response

User can click "Yes" or "No" hyperlinks in the email, both are URL's linking back to SOAR.

SOAR records when the URL is accessed, and notes it down in the related event (e.g. User click "No")

Any possible way of doing something like that?

Labels (1)
Tags (1)
0 Karma

phanTom
SplunkTrust
SplunkTrust

@CS_ the issue with links/webhooks is you would likely need to nest the REST token in the URL to authenticate and it can get quite tricky with email specifically. I believe Teams/Slack has better ways of recording user responses to questions, but email is trickier.

I have however implemented something like this and I did it by nesting an encoded string into the original email with a key PHKEY=<encoded string> (coloured white to not be visible to the user) which had the container_id the email was related to and some other information for the handling of the response, in a pipe-delimited string. 

I then had SOAR polling for the replies and every email ingested was checked for the embedded PHKEY string, decoded, and the contents of the reply body used to determine their response and direct the next step(s) in the automation. 

The only issue is that if you ask Yes/No you also have to handle if they reply with something else 😄  #PeopleWillPeople

Hope this helps! Happy SOARing! 

CS_
Path Finder

@phanTom wrote:

 #PeopleWillPeople


Ain't that the truth haha. End users, I'd love them if I didn't hate them sometimes 🙂

Thanks for the reply as always - food for thought. I can always build a webapp to supplicant SOAR - so that reads the response, and updates the relevant container. Just a lot of extra work.

I'll just guess it's "not possible at present" 🙂

0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...