extract_iocs
Extract all indicators of compromise from any text—reports, alerts, emails—and return them defanged, sectioned, and ticketing-ready: IPs, domains, URLs, emails, CVEs, hashes.
Instructions
Pull every indicator out of a blob of text — a report, an alert, a mail — and return them sectioned and defanged, ready for a ticket: IPv4, IPv6, domains, URLs, emails, CVE ids, MD5/SHA-1/SHA-256. Defanged input (hxxp, [.], [at]) is refanged first, so pasting from another report works. Filenames are not mistaken for domains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| defanged | No | Defang the output (default true). |