add_to_threat_list
Add an IOC to Splunk's threat intelligence list for automated detection and correlation. Create or update entries with IP, domain, hash, or URL values.
Instructions
Add an IOC to Splunk's threat intelligence list.
Creates or updates a threat intelligence entry in Splunk that can be used for automated detection and correlation.
Args: ioc_value: The IOC to add (IP, domain, hash, etc.) ioc_type: Type of IOC ("ip", "domain", "hash", "url") threat_type: Classification ("malicious", "suspicious", "watchlist") description: Human-readable description of the threat expiration_days: Days until this IOC expires (0 = never)
Returns: Dictionary containing: - success: Boolean indicating if IOC was added - ioc_value: The IOC that was added - collection_name: KV store collection name - expires_at: Expiration timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ioc_type | Yes | ||
| ioc_value | Yes | ||
| description | No | ||
| threat_type | No | malicious | |
| expiration_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |