curl -H "Authorization: Bearer sk_live_..." \
-H "Accept: application/taxii+json;version=2.1" \
"https://socdefenders.ai/api/taxii2/api/collections/"{
"collections": [
{
"id": "soc-defenders-all",
"title": "All IOCs",
"description": "All indicators regardless of type",
"can_read": true,
"can_write": false,
"media_types": [
"application/stix+json;version=2.1"
]
},
{
"id": "soc-defenders-network",
"title": "Network IOCs",
"description": "IPs, domains, URLs",
"can_read": true,
"can_write": false,
"media_types": [
"application/stix+json;version=2.1"
]
},
{
"id": "soc-defenders-hashes",
"title": "File Hashes",
"description": "MD5/SHA1/SHA256/SHA512",
"can_read": true,
"can_write": false,
"media_types": [
"application/stix+json;version=2.1"
]
}
]
}Returns the set of TAXII collections (logical streams of STIX objects). Each collection has a stable UUID consumers reference when fetching objects.
| Collection | Contents |
|---|---|
all-iocs | All IOCs regardless of type |
network | IPs, domains, URLs |
hashes | MD5/SHA1/SHA256/SHA512 |
cves | CVE IDs with context |
high-confidence | Only high-confidence IOCs across types |
recent-24h | Anything seen in the last 24 hours |
apt | IOCs tagged with known APT campaigns |
ransomware | IOCs tagged with ransomware families |
curl -H "Authorization: Bearer sk_live_..." \
-H "Accept: application/taxii+json;version=2.1" \
"https://socdefenders.ai/api/taxii2/api/collections/"{
"collections": [
{
"id": "soc-defenders-all",
"title": "All IOCs",
"description": "All indicators regardless of type",
"can_read": true,
"can_write": false,
"media_types": [
"application/stix+json;version=2.1"
]
},
{
"id": "soc-defenders-network",
"title": "Network IOCs",
"description": "IPs, domains, URLs",
"can_read": true,
"can_write": false,
"media_types": [
"application/stix+json;version=2.1"
]
},
{
"id": "soc-defenders-hashes",
"title": "File Hashes",
"description": "MD5/SHA1/SHA256/SHA512",
"can_read": true,
"can_write": false,
"media_types": [
"application/stix+json;version=2.1"
]
}
]
}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.