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/"
]
}Entry point for TAXII 2.1 clients. Returns server metadata + a list of API roots. This is the URL you give your TAXII client (Splunk ES, Microsoft Sentinel, OpenCTI, MISP TAXII module).
/api/taxii2/ to learn server identity + API root URLs/api/taxii2/api/) to discover available collections/objects/ endpoint to fetch STIX bundlescurl "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.