IP Address Extractor Tool

Find and extract all IP addresses from your text with one click

How to Use This IP Address Extractor

  1. Paste your text - Insert any text, logs, or code that might contain IP addresses
  2. Choose your options:
    • Remove duplicates: Show each unique IP only once
    • Include IPv4: Extract IPv4 addresses (e.g., 192.168.1.1)
    • Include IPv6: Extract IPv6 addresses (e.g., 2001:0db8:85a3::)
    • Validate IP format: Only keep properly formatted IPs
  3. Click "Extract IP Addresses" - Find all IP addresses instantly
  4. Copy or download - Save your extracted IP list

Common Use Cases

  • Analyzing server logs for suspicious activity
  • Extracting IP addresses from network configurations
  • Finding all IP references in documentation
  • Gathering IP data from security scans
  • Processing exported data from network tools

Example Transformation

Before (Text with IPs)After (Extracted IPs)
Server connections:
- Client from 192.168.1.25
- API request from 8.8.8.8
- Database access from 10.0.0.42
- Failed login from 203.0.113.5
- Another connection from 8.8.8.8
192.168.1.25
8.8.8.8
10.0.0.42
203.0.113.5

About IP Address Formats

This tool can extract both IPv4 and IPv6 addresses:

  • IPv4: Four groups of numbers (0-255) separated by dots (e.g., 192.168.1.1)
  • IPv6: Eight groups of hexadecimal digits separated by colons (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334)