Skip to content

silverxcyber/Origin-IP-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Origin IP Finder

Origin IP Finder is a Python tool that gathers IP addresses associated with a domain using multiple sources, including VirusTotal, AlienVault, and URLScan.

Features

  • Fetches IP addresses from:
    • VirusTotal (API key required)
    • AlienVault OTX
    • URLScan
  • Saves results to a text file.
  • Simple command-line interface.

Installation

Requirements

Make sure you have Python installed on your system. You can install the required dependencies using:

pip install requests termcolor

Usage

Run the script with the following command:

python ipfinder.py -d example.com

You'll be prompted to enter a VirusTotal API key.

Arguments

  • -d, --domain : Specify the target domain to retrieve associated IP addresses.

Example

python ipfinder.py -d example.com
VirusTotal API Açari: YOUR_API_KEY
[*] IP adresleri toplanir...
192.168.1.1
203.0.113.5
...

The collected IPs will be saved in ip.txt.

Author

Disclaimer

This tool is intended for educational and research purposes only. Use it responsibly and only on domains you have permission to test.

About

Website Origin IP Finder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages