Origin IP Finder is a Python tool that gathers IP addresses associated with a domain using multiple sources, including VirusTotal, AlienVault, and URLScan.
- Fetches IP addresses from:
- VirusTotal (API key required)
- AlienVault OTX
- URLScan
- Saves results to a text file.
- Simple command-line interface.
Make sure you have Python installed on your system. You can install the required dependencies using:
pip install requests termcolorRun the script with the following command:
python ipfinder.py -d example.comYou'll be prompted to enter a VirusTotal API key.
-d,--domain: Specify the target domain to retrieve associated IP addresses.
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.
- SilverX
- Telegram: t.me/silverxvip
This tool is intended for educational and research purposes only. Use it responsibly and only on domains you have permission to test.