IP Address Extraction Tool
Extract IPv4 and IPv6 addresses and CIDR ranges from any text, logs, or JSON format. Perfect for processing network logs, configurations, or cloud provider IP lists.
Input Example:
{"prefixes": [{"ip_prefix": "192.168.1.0/24"}, {"ip_prefix": "10.0.0.0/16"}]}
# Or plain text with IPs
192.168.1.0/24
10.0.0.0/16