IP Address Extractor
Paste a log file, firewall export, or any text containing IP addresses and get every IPv4 and IPv6 address pulled out, including CIDR notation — useful for triaging access logs or building a blocklist.
The IP Address Extractor module is already switched on below, with a sample loaded — paste your own text to replace it.
Frequently asked questions
Does it support IPv6?
Yes, both IPv4 and IPv6 addresses are matched, including compressed IPv6 notation.
Does it support CIDR ranges?
Yes, a trailing /prefix (e.g. /24, /8) is captured as part of the match.
Does it filter out private/reserved ranges?
No, all matching addresses are returned regardless of whether they’re public, private or reserved — filter afterward if you only want public IPs.