The Splunk Enterprise Security API
Splunk Enterprise Security offers a set of REST API endpoints that you can use to interact with the Splunk Enterprise Security frameworks programmatically or from Splunk search. These API endpoints are for Splunk Enterprise Security admins and for developers who are building integration applications for use with Splunk Enterprise Security.
The Splunk Enterprise Security REST API provides methods for accessing selected features in the Enterprise Security framework. The API follows the principles of Representational State Transfer (REST).
There are REST API access and usage differences between Splunk Cloud and Splunk Enterprise. If you are using Splunk Cloud, see Using the REST API with Splunk Cloud in REST API Tutorials.
Navigate to specific endpoints and review available REST operations.
URI | Summary | GET | PUT | POST | DEL | |
---|---|---|---|---|---|---|
Threat Intelligence endpoints | ||||||
/data/threat_intel/upload | Upload a threat intelligence file in STIX, IOC, or CSV format. | ✔ | ||||
/services/data/threat_intel/item/{threat_intel_collection} | Create or list rows in a threat intelligence collection. | ✔ | ✔ | ✔ | ✔ | |
/services/data/threat_intel/item/{threat_intel_collection} /{item_key} | List, update, or delete a row in a threat intelligence collection. | ✔ | ✔ | ✔ | ||
Notable Event endpoints | ||||||
/services/notable_update | Modify notable events. | ✔ |
Threat Intelligence API reference |
This documentation applies to the following versions of Splunk® Enterprise Security: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.7.4, 4.7.5, 4.7.6, 5.0.0, 5.0.1, 5.1.0, 5.1.1
Feedback submitted, thanks!