TheDocumentation Index
Fetch the complete documentation index at: https://docs.socdefenders.ai/llms.txt
Use this file to discover all available pages before exploring further.
/api/v1/iocs/stix endpoint exports IOCs from the SOC Defenders feed as a STIX 2.1 bundle. The bundle contains an identity object representing SOC Defenders as the producing organization, followed by indicator objects — one per IOC — each with a STIX pattern, pattern type, and validity timestamp. This format is compatible with any STIX 2.1-aware platform, including threat intelligence platforms (TIPs), SIEMs, and sharing hubs. Apply the same filters as the list endpoint to scope the bundle to a specific type, time window, or confidence level.
Request
Method:GETURL:
https://socdefenders.ai/api/v1/iocs/stixAuth: Required —
Authorization: Bearer sk_live_YOUR_KEYTier: Pro
Content-Type:
application/json (STIX bundle)
This endpoint requires a Pro subscription. Requests made with a Free-tier key will receive a
403 Forbidden response.Query parameters
Filter by IOC type. One of:
ipv4, ipv6, domain, url, md5, sha1, sha256, cve, mitre-attack, email.ISO 8601 timestamp. Returns only IOCs added or updated after this time (e.g.
2024-01-01T00:00:00Z). Use for incremental exports.Filter by confidence level. One of:
high, medium, low.Filter by CISA sector name (e.g.
energy, healthcare, financial-services).Maximum number of indicator objects to include in the bundle. Pro tier: up to 10,000.
Example request
Response
The response is a STIX 2.1 bundle object. Theobjects array always begins with an identity object for SOC Defenders, followed by indicator objects for each matching IOC.
Response fields
Always
bundle.STIX specification version. Always
2.1.Unique STIX identifier for this bundle (e.g.
bundle--<uuid>).Array of STIX objects. The first object is always an
identity for SOC Defenders; subsequent objects are indicator objects.