Mass IP checker, using iphunter.info, getipintel.net, and metrics.torproject.org
The synthax is pretty simple: "ipcheck.sh $1 $2"
Where $1 is your input file and $2 your destination file.
This bash script let user choose between 3 differents checks results with an IP reliability score.
You are offered the possibility to input a list of raw IPs, or a CSV were you will be able to choose the right column.
For it to be functionnal, you will have to provide a valid mail contact that will be used as a token (for getipintel), and also an API key from iphunter.
TIP: Changes are lines 23 and 24 of the script.
Please note two things:
-->The destination file will be overwritten if previously existant.
--> If you input file contains several columns, every space " " in input file will be replaced by "*".
The deeper the search is, the longer it takes
- The first check is fast -> Country, ISP and Reputation using iphunter (~0,3s/IP).
- The second check is middle -> Same as before, plus getipintel (~1s/IP).
- The third one is long -> Same as before, plus check within the TOR descriptors (~2s/IP).