- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Making a Dynamic (On-the-fly)REST API CALL from Splunk to an application
I am trying to create an on-the-fly REST API call to an application from Splunk. So, the Scenario is like this -
I have some cyber attack related indicators in Splunk - one of the fields represents the file-hash. Now, I'd like to get further details about this malware hash like
- which files are associated with this
- which domains it connects to
- which malware family it belongs to
- which threat actors uses it etc.
These details are in my threat-intel app which is accessible through REST API.
Now, the requirement is to take this (malware-hash) as "value" parameter and POST it through an API to the Application to extract the related information from the app. now, this value could be any thing - it could be malware hash, ip, url etc - everytime, I investigate the incident and if I need the context - I should be able to call the REST API of the APP from Splunk based on the "indicator" (hash, ip, url) to fetch the related info.
Is it possible? how?
Regards,
Kirtar
