indicators_get
Fetch Indicators of Compromise (IOCs) from XSIAM, applying filters on type, severity, reputation, or expiration. Use offsets to paginate results and extended view for full details.
Instructions
Get Indicators (IOCs)
Get a list of IOCs. You can return all IOCs or filter results. You can also return extended results with all details included.
The response is concatenated using AND condition (OR is not supported).
The maximum result set size is >100.
Offset is the zero-based number of incidents from the start of the result set.
UI navigation: XSIAM > Detection & Threat Intel > Detection Rules > IOC.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/v1/indicators/get] · IOCs
Example request body:
{
"request_data": {
"extended_view": false,
"filters": [
{
"field": "rule_id",
"operator": "IN",
"value": [
57
]
}
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |