extract_iocs
Extract indicators of compromise like IPs, URLs, domains, hashes, and CVE IDs from text or logs. Handles defanged formats automatically.
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 | |||