Skip to main content


Any thoughts on how we may filter IP address entities to pull out only IPv4 addresses to pass on for enrichment? We're sending a bunch of IPv6 addresses that aren't interesting or useful to pay to lookup.


Not sure how to do it in a playbook, so I added a filter in the actual integration:


address_entities = [entity for entity in address_entities if (. in entity.identifier)]



could disable IPv6 in registry or set to none on Linux, if your gear


Reply