Skip to main content
GET
/
api
/
taxii2
Discovery (no auth required for this endpoint)
curl "https://socdefenders.ai/api/taxii2/" \
  -H "Accept: application/taxii+json;version=2.1"
{
  "title": "SOC Defenders Threat Intelligence",
  "description": "TAXII 2.1 server providing curated threat intelligence from 30+ cybersecurity sources.",
  "contact": "support@socdefenders.ai",
  "default": "https://socdefenders.ai/api/taxii2/api/",
  "api_roots": [
    "https://socdefenders.ai/api/taxii2/api/"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.socdefenders.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/taxii+json;version=2.1

TAXII 2.1 discovery resource

title
string
Example:

"SOC Defenders TAXII Server"

description
string
contact
string<email>
default
string<uri>
api_roots
string<uri>[]