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.
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.