extract_iocs
Extract indicators of compromise from text or logs, including IPs, URLs, domains, hashes, and CVE IDs, with automatic handling of defanged indicators.
Instructions
Extract indicators of compromise from free-form text or log output.
Finds IPv4 addresses, URLs, domains, MD5/SHA1/SHA256 hashes, and CVE IDs.
Defanged indicators (1.2.3[.]4, hxxp://) are handled automatically.
Returns a dict keyed by indicator type; only types that were found appear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||