You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify DEFAULT_IOC_TYPES to common indicators (#340)
* Simplify DEFAULT_IOC_TYPES to common indicators
Reduce DEFAULT_IOC_TYPES from 30 entries down to 9 common indicator
types (domains, urls, ipv4s, ipv6s, email_addresses, md5s, sha1s,
sha256s, cves) to speed parsing in the typical case. Add a new
SUPPORTED_IOC_TYPES constant exposing the full list of parseable types
so callers can opt back into the obscure types via included_ioc_types.
This is a breaking change in the find_iocs() default behavior.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* Improve cli and fix lint errors
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments