Skip to main content

Advanced IP Intelligence Toolkit for cybersecurity professionals

Project description

๐ŸŒ IPFindX - Advanced IP Intelligence Toolkit

Premium Tool Professional Fast

๐Ÿš€ The Ultimate IP Intelligence Reconnaissance Platform for Security Professionals

Unleash the power of advanced IP geolocation, threat intelligence, and network forensics in a single, elegant command-line interface. Built by cybersecurity experts, for cybersecurity experts.

Python License Platform Version Status Maintained Stars Forks Issues Contributors Languages Code Size


๐Ÿ“‹ Table of Contents

๐Ÿ”ฎ Overview

IPFindX is a professional-grade command-line IP intelligence toolkit designed for cybersecurity professionals, network administrators, threat hunters, and OSINT researchers. It provides comprehensive geolocation data, ISP information, security threat indicators, and detailed network intelligence for any public IP address with enterprise-level accuracy.

With its beautifully designed terminal interface and powerful data processing capabilities, IPFindX transforms complex IP reconnaissance into an efficient, streamlined process, delivering actionable intelligence in seconds.

Key Highlights

  • ๐ŸŽฏ Enterprise-Grade Intelligence: Detailed geolocation, ISP, organization, and network data with high accuracy
  • ๐ŸŽจ Elegant CLI Interface: Rich terminal output with color-coded information and professionally designed tables
  • ๐Ÿ’พ Seamless Data Persistence: All results automatically saved as timestamped JSON files for future analysis
  • ๐Ÿ“Š Advanced Batch Processing: Scan multiple IPs from a file with intelligent progress tracking
  • ๐Ÿ›ก๏ธ Sophisticated Validation: Automatically validates IP addresses and filters private/reserved ranges
  • ๐Ÿ—บ๏ธ Integrated Geographic Visualization: Direct Google Maps integration for precise location mapping
  • ๐Ÿ”„ Real-time Data: Always up-to-date information from trusted IP intelligence sources
  • โš™๏ธ Zero Configuration: Works out of the box with no complex setup or configuration required

โœจ Features

Core Functionality

  • Single IP Lookup: Get comprehensive information for any public IP address
  • Batch IP Scanning: Process multiple IPs from a text file
  • Geolocation Data: Country, region, city, coordinates, and timezone information
  • Network Intelligence: ISP, organization, AS number, and hosting detection
  • Security Indicators: Proxy, mobile, and hosting status detection
  • DNS Resolution: Reverse DNS lookup for hostname identification

Advanced Features

  • Smart IP Validation: Automatically detects and rejects private/reserved IP ranges
  • Geographic Mapping: Direct integration with Google Maps for location visualization
  • Timestamped Output: Organized output files with date/time stamps
  • Progress Tracking: Real-time status updates for long-running operations
  • Error Handling: Robust error handling with informative user feedback

User Experience

  • Rich Terminal Output: Beautiful tables and panels with syntax highlighting
  • Responsive Design: Adapts to different terminal sizes with fallback layouts
  • Color-coded Results: Status indicators and field highlighting for easy reading
  • Organized Storage: Automatic creation of output directories and file management

๐Ÿ“‹ Requirements

System Requirements

  • Python: Version 3.7 or higher
  • Operating System: Linux, macOS, Windows
  • Internet Connection: Required for IP-API access
  • Terminal: Any modern terminal with UTF-8 support

Python Dependencies

requests
rich

๐Ÿš€ Installation

Method 1: PyPI (Recommended)

# Install from PyPI
pip install ipfindx

Method 2: Git Clone

# Clone the repository
git clone https://github.com/VritraSecz/IPFindX.git

# Navigate to project directory
cd IPFindX

# Install dependencies
pip install -r requirements.txt

# Run the application
python ipfindx.py --help

๐ŸŽฏ Usage

IPFindX is a command-line tool with intuitive options for different use cases:

Single IP Lookup

# Basic IP lookup
ipfindx -i 8.8.8.8

# Using Python directly (if cloned from Git)
python ipfindx.py -i 1.1.1.1

Batch IP Scanning

# Scan multiple IPs from a file
ipfindx -l ip_list.txt

# File format (one IP per line):
# 8.8.8.8
# 1.1.1.1
# 208.67.222.222

Information and Help

# Show detailed information about the tool
ipfindx --about

# Display developer contact information
ipfindx --connect

# Show help message
ipfindx --help

Output Management

All scans automatically save results to the output-ipfindx/ directory with timestamped filenames:

  • Format: {IP_ADDRESS}-{DDMMYYYY-HHMMSS}.json
  • Example: 8.8.8.8-06082025-225328.json

๐Ÿ–ผ๏ธ Output Examples

Terminal Display

              IP Details for 8.8.8.8
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ Field                     โ”ƒ Value              โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ โ€ข Status                  โ”‚ success            โ”‚
โ”‚ โ€ข Continent               โ”‚ North America      โ”‚
โ”‚ โ€ข Continentcode           โ”‚ NA                 โ”‚
โ”‚ โ€ข Country                 โ”‚ United States      โ”‚
โ”‚ โ€ข Countrycode             โ”‚ US                 โ”‚
โ”‚ โ€ข Region                  โ”‚ VA                 โ”‚
โ”‚ โ€ข Regionname              โ”‚ Virginia           โ”‚
โ”‚ โ€ข City                    โ”‚ Ashburn            โ”‚
โ”‚ โ€ข District                โ”‚                    โ”‚
โ”‚ โ€ข Zip                     โ”‚ 20149              โ”‚
โ”‚ โ€ข Lat                     โ”‚ 39.03              โ”‚
โ”‚ โ€ข Lon                     โ”‚ -77.5              โ”‚
โ”‚ โ€ข Timezone                โ”‚ America/New_York   โ”‚
โ”‚ โ€ข Offset                  โ”‚ -14400             โ”‚
โ”‚ โ€ข Currency                โ”‚ USD                โ”‚
โ”‚ โ€ข Isp                     โ”‚ Google LLC         โ”‚
โ”‚ โ€ข Org                     โ”‚ Google Public DNS  โ”‚
โ”‚ โ€ข As                      โ”‚ AS15169 Google LLC โ”‚
โ”‚ โ€ข Asname                  โ”‚ GOOGLE             โ”‚
โ”‚ โ€ข Reverse                 โ”‚ dns.google         โ”‚
โ”‚ โ€ข Mobile                  โ”‚ False              โ”‚
โ”‚ โ€ข Proxy                   โ”‚ False              โ”‚
โ”‚ โ€ข Hosting                 โ”‚ True               โ”‚
โ”‚ โ€ข Query                   โ”‚ 8.8.8.8            โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

JSON Output Structure

{
    "status": "success",
    "continent": "North America",
    "continentCode": "NA",
    "country": "United States",
    "countryCode": "US",
    "region": "VA",
    "regionName": "Virginia",
    "city": "Ashburn",
    "district": "",
    "zip": "20149",
    "lat": 39.03,
    "lon": -77.5,
    "timezone": "America/New_York",
    "offset": -14400,
    "currency": "USD",
    "isp": "Google LLC",
    "org": "Google Public DNS",
    "as": "AS15169 Google LLC",
    "asname": "GOOGLE",
    "reverse": "dns.google",
    "mobile": false,
    "proxy": false,
    "hosting": true,
    "query": "8.8.8.8"
}

๐Ÿ“ธ Screenshots

Single IP Lookup

Single IP Lookup

Tool Information Display

About Screen

๐Ÿ” Use Cases

Cybersecurity Operations

  • Threat Intelligence: Rapidly investigate suspicious IP addresses during security incidents
  • SOC Analysis: Integrate into Security Operations Center workflows for faster response
  • Malware Investigation: Determine the origin of malicious connections or command servers
  • Log Analysis: Quickly enrich log data with geographic and network context

Network Administration

  • Traffic Analysis: Identify the source of unusual network traffic patterns
  • Access Control: Verify the location of connection attempts for geofencing policies
  • Service Deployment: Test IP geolocation for CDN and service deployment planning
  • Network Troubleshooting: Diagnose connectivity issues with detailed IP information

OSINT Research

  • Digital Investigations: Gather intelligence on network infrastructure
  • Attribution Research: Help identify the origin of online activities
  • Geographic Mapping: Plot network infrastructure on maps for visual analysis
  • Data Enrichment: Add geolocation context to existing datasets

๐Ÿ“ Project Structure

IPFindX/
โ”œโ”€โ”€ ipfindx.py          # Main application script
โ”œโ”€โ”€ requirements.txt    # Python dependencies
โ”œโ”€โ”€ README.md           # Project documentation
โ”œโ”€โ”€ LICENSE             # MIT License
โ””โ”€โ”€ output-ipfindx/     # Auto-generated output directory
    โ””โ”€โ”€ *.json          # Timestamped result files

File Descriptions

  • ipfindx.py: Main application containing all core functionality, CLI parsing, and output formatting
  • requirements.txt: Lists required Python packages (requests, rich)
  • README.md: Comprehensive documentation and usage guide
  • LICENSE: MIT License detail
  • output-ipfindx/: Auto-created directory for storing JSON results

๐Ÿ”Œ API Integration

IPFindX uses the IP-API.com service for IP intelligence data. The tool intelligently handles API rate limiting and connection issues to ensure reliable operation. Key API features include:

  • Comprehensive Data Fields: Access to 25+ data points for each IP address
  • High Accuracy: Enterprise-grade geolocation and network data
  • Optimized Requests: Efficient API calls with minimal overhead
  • Error Handling: Graceful handling of API limitations and service disruptions

For high-volume usage, consider IP-API Pro plans.

โšก Performance

IPFindX is engineered for optimal performance across various environments:

  • Lookup Speed: ~0.3 seconds per IP address (network dependent)
  • Batch Processing: Efficiently handles thousands of IPs with minimal resource usage
  • Memory Footprint: Typically under 50MB RAM even during large batch operations
  • Disk Usage: Minimal with efficient JSON storage format
  • CPU Utilization: Low CPU requirements, works well on resource-constrained systems

๐Ÿ–ฅ๏ธ Compatibility

Tested Environments

  • Linux: Ubuntu 20.04+, Debian 10+, CentOS 8+, Kali Linux, Arch Linux
  • macOS: Monterey (12.0+), Ventura (13.0+), Sonoma (14.0+)
  • Windows: Windows 10/11, Windows Server 2019/2022
  • Android: Termux on Samsung Galaxy S24 Ultra (One UI 7)

Terminal Compatibility

  • Linux: GNOME Terminal, Konsole, Alacritty, Terminator, iTerm2
  • macOS: Terminal.app, iTerm2, Alacritty
  • Windows: Windows Terminal, PowerShell, Command Prompt, ConEmu, Cmder
  • Android: Termux Terminal (tested on Samsung Galaxy S24 Ultra One UI 7)

๐Ÿ”’ Security Considerations

IPFindX is designed with security in mind:

  • No Sensitive Data Storage: IP information is only saved locally
  • Input Validation: All user inputs are validated to prevent injection attacks
  • No External Scripts: Self-contained operation without external scripts
  • Network Security: Uses HTTPS for all API communications
  • Minimal Dependencies: Limited external libraries to reduce attack surface
  • Public IP Focus: Automatically rejects private/internal IP scanning attempts

๐Ÿ”„ Enhanced Features

Extended Functionality

  • Single IP Lookup: Get comprehensive information for any public IP address with a single command
  • Batch IP Scanning: Process multiple IPs from a text file with optimized parallel processing
  • Geolocation Data: Precise country, region, city, coordinates, and timezone information
  • Network Intelligence: Detailed ISP, organization, AS number, and hosting detection
  • Security Indicators: Advanced proxy, mobile, and hosting status detection for threat assessment
  • DNS Resolution: Reverse DNS lookup for hostname identification and verification

Advanced Capabilities

  • Smart IP Validation: Sophisticated detection and filtering of private/reserved IP ranges
  • Geographic Mapping: Seamless integration with Google Maps for visual location reconnaissance
  • Structured Data Output: Organized JSON output with consistent field naming for easy parsing
  • Timestamped Records: Intelligent file naming with precise date/time stamps for audit trails
  • Progress Visualization: Real-time status updates and progress bars for long-running operations
  • Error Management: Enterprise-grade error handling with comprehensive user feedback
  • Cross-Platform Support: Full functionality across Linux, macOS, and Windows environments
  • Memory-Efficient Design: Optimized resource usage even when processing large IP lists

Professional User Experience

  • Rich Terminal Visualization: Beautiful tables and panels with syntax highlighting and UTF-8 characters
  • Responsive Design: Intelligent terminal size detection with adaptive layout for any screen size
  • Color-coded Indicators: Intuitive status indicators and field highlighting for rapid information assessment
  • Automatic Storage Management: Smart creation of output directories and organized file management
  • Command-line Ergonomics: Intuitive arguments and flags designed for maximum efficiency
  • Comprehensive Help System: Detailed help messages and usage examples built right in

๐Ÿ—บ๏ธ Roadmap

Future development plans for IPFindX:

  • Advanced Threat Intelligence: Integration with threat intelligence databases
  • Expanded Data Sources: Additional IP intelligence providers
  • Export Formats: Support for CSV, XML, and other export formats
  • Custom API Keys: Support for user-provided API keys
  • Interactive Mode: Terminal-based interactive interface for multiple lookups
  • IP Range Scanning: Support for CIDR notation and IP ranges
  • Historical Data: Tracking changes in IP intelligence over time
  • Integration APIs: Python library interface for integration with other tools
  • Visualization: Built-in data visualization capabilities
  • Docker Container: Official Docker image for containerized deployment

๐Ÿค Contributing

We welcome contributions from the community! Here's how you can help:

Ways to Contribute

  • ๐Ÿ› Bug Reports: Submit detailed issue reports with reproduction steps
  • ๐Ÿ’ก Feature Requests: Suggest new functionality or improvements
  • ๐Ÿ”ง Code Contributions: Submit pull requests with enhancements
  • ๐Ÿ“š Documentation: Improve documentation, examples, and tutorials
  • ๐Ÿงช Testing: Help test the tool across different platforms and scenarios
  • ๐ŸŒ Internationalization: Assist with translations and localization

Development Setup

# Fork the repository on GitHub
# Clone your fork
git clone https://github.com/yourusername/IPFindX.git

# Create a feature branch
git checkout -b feature/your-feature-name

# Install development dependencies
pip install -r requirements.txt

# Make changes and test thoroughly
python ipfindx.py -i 8.8.8.8

# Commit with descriptive messages
git commit -m "Add: new feature description"

# Push to your fork and create pull request
git push origin feature/your-feature-name

Coding Guidelines

  • Follow PEP 8 style guidelines
  • Add docstrings to all functions
  • Include error handling for edge cases
  • Test with various IP address types
  • Maintain compatibility with Python 3.7+

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT License

Copyright (c) 2025 Alex Butler (Vritra Security Organization)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

๐Ÿ‘จโ€๐Ÿ’ป Developer

Alex Butler

Vritra Security Organization

GitHub Website Instagram YouTube

๐Ÿ“ฑ Telegram Channels

Central Main Channel Community Support Bot

๐Ÿ™ Acknowledgements

  • IP-API - For providing the robust IP geolocation API
  • Rich - For the beautiful terminal formatting
  • Requests - For reliable HTTP client functionality

๐ŸŒŸ Support the Project

If you find IPFindX helpful, please consider:

  • โญ Starring the repository
  • ๐Ÿด Forking and contributing
  • ๐Ÿ“ข Sharing with others
  • ๐Ÿ› Reporting issues
  • ๐Ÿ’ก Suggesting new features

Made with โค๏ธ by the Vritra Security Organization

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipfindx-3.0.1.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ipfindx-3.0.1-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file ipfindx-3.0.1.tar.gz.

File metadata

  • Download URL: ipfindx-3.0.1.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for ipfindx-3.0.1.tar.gz
Algorithm Hash digest
SHA256 8d7452a374a83ce8e62f04e39806f7c8607d04d6e1994fcd99f1be2896ce6c6a
MD5 02aa388d2ae8fc79e8f677d32597ec55
BLAKE2b-256 429b062b65371a1a9e85704fe744e7f253af8a9eed7b00d963ba8cd4a624cc8b

See more details on using hashes here.

File details

Details for the file ipfindx-3.0.1-py3-none-any.whl.

File metadata

  • Download URL: ipfindx-3.0.1-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for ipfindx-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 37e27730f8a569357869cdac0332833ba6f87a37cb0de6c2c55c71ab1cdd6612
MD5 f42ec5a92e571f25cbba4268ab38cdb7
BLAKE2b-256 7b53318af9ff6be7be1f8788a4ec84da990a572c34eae323cc97d795a613fd64

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page