A python3 program to check multiple ip reputation and save the result into a CSV file to clearly handle it with Excel
.1
git clone https://github.com/Stonzyy/ipreput.git
.2
2.1 - cd ipreput
2.2 - pip install -r requirements.txt
2.3 - on the key.txt replace <api-key> with your key
2.4 - add all ips in ips.txt file
2.5 - python ipreput.py -i ips.txt (Windows)
2.6 - python3 ipreput.py -i ips.txt (Linux)
ipreput.rec.mp4
3.1 - create account at https://www.abuseipdb.com
3.2 - go to https://www.abuseipdb.com/account/api then click to creat key
3.3 - copy the key and open the ipreput.py
3.4 - on the key.txt replace <api-key> with your key