Indicators
Threat indicator search and retrieval (generated from buf/proto)
Search Indicators
Search threat indicators with filters. Supports filtering by protocol, sensor type, confidence, and time range.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Search Indicators › Request Body
queryFree-text query matched against value, tags and enrichment summary.
Declarative filter; all set fields are ANDed together.
Cursor-based pagination request parameters.
Search Indicators › Responses
A successful response.
Pagination metadata returned with list responses.
Get Indicator
path Parameters
idHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Indicator › Responses
A successful response.
A threat indicator (IOC) — the core entity of the platform.
List Indicators
query Parameters
filter.typesfilter.categoriesfilter.minSeverityfilter.minConfidenceScoreMinimum confidence score in [0, 100].
filter.states- INDICATOR_STATE_RAW: Sensor event received, nothing computed yet.
- INDICATOR_STATE_SCORED: pipeline-worker computed the confidence score.
- INDICATOR_STATE_ENRICHED: ai-enricher attached MITRE ATT&CK context.
- INDICATOR_STATE_VERIFIED: Confirmed by a human analyst.
filter.tagsfilter.lastSeenWindow.startfilter.lastSeenWindow.endfilter.sourceIdsfilter.protocolsRestrict to indicators observed over these protocols; empty means all.
filter.sensorTypesRestrict to indicators observed by these sensor kinds; empty means all.
- SENSOR_TYPE_ICS: Industrial control system honeypot (Conpot etc.).
- SENSOR_TYPE_NETWORK: Generic network honeypot.
- SENSOR_TYPE_ENDPOINT: Endpoint / host-based sensor.
pagination.pageSizeMaximum number of items to return. Server may cap this value.
pagination.pageTokenOpaque cursor from a previous response; empty for the first page.
List Indicators › Responses
A successful response.
Pagination metadata returned with list responses.