indicators_insert
Add or update indicators of compromise (IOCs) in Cortex XSIAM. Use the tenant-specific rule_id to overwrite an existing IOC.
Instructions
Insert or update IOCs
Insert new IOCs or update existing IOCs.
Note: The IOC rule_id is tenant specific and can't be used across tenants. Inserting IOCs with the same rule_id as an existing IOC on that tenant will overwrite the existing IOC.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/v1/indicators/insert] · IOCs
Example request body:
{
"request_data": [
{
"indicator": "virus1.exe",
"type": "FILENAME",
"severity": "SEV_040_HIGH",
"expiration_date": 1234567891234,
"default_expiration_enabled": false,
"comment": "teststeststsetestste"
},
{
"indicator": "test.exe",
"type": "FILENAME",
"severity": "SEV_030_MEDIUM",
"expiration_date": 1234567891234,
"default_expiration_enabled": true
}
]
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |