+- **Breaking:** `DEFAULT_IOC_TYPES` has been reduced from 30 entries to 9 common indicator types (`domains`, `urls`, `ipv4s`, `ipv6s`, `email_addresses`, `md5s`, `sha1s`, `sha256s`, `cves`) to speed up parsing in the typical case. Callers that relied on default-parsing of obscure types (e.g. `bitcoin_addresses`, `attack_techniques`, `imphashes`, `urls_complete`, etc.) must now pass `included_ioc_types=SUPPORTED_IOC_TYPES` (or an explicit subset) to get them. The CLI parses the common defaults by default; pass `--all` to parse every supported type. ([#340](https://github.com/fhightower/ioc-finder/pull/340))
0 commit comments