Use this file to discover all available pages before exploring further.
The /api/v1/iocs/stats endpoint returns aggregate counts of all IOCs in the SOC Defenders feed, broken down by indicator type, source category, and named feed. Use it to build monitoring dashboards, track feed health over time, or verify that your ingestion pipeline is receiving the expected volume of indicators.
Count of IOCs per indicator type. Keys correspond to IOC types: ipv4, ipv6, domain, url, md5, sha1, sha256, cve, mitre-attack, email. Values are integers.
If your API key is missing, invalid, or from a Free-tier account, the API returns an error response:
{ "error": { "code": "missing_api_key", "message": "API key is required. Include it in the Authorization header as \"Bearer sk_live_...\" or in the X-API-Key header.", "request_id": "req_..." }}