Skip to content

2. Installation and Usage

Bhavin Patel edited this page Mar 13, 2020 · 7 revisions

The Splunk Security Content Exchange can be used via:

Grab the latest release of DA-ESS-ContentUpdate and install it on a Splunk Enterprise server (search head).

curl -s https://content.splunkresearch.com | jq
{
  "hello": "welcome to Splunks Research security content api",
  "available_endpoints": [
    "/stories",
    "/detections",
    "/investigations",
    "/baselines",
    "/responses",
    "/package"
  ]
}