Skip to content

kamakala/ip-reputation-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ip-reputation-scanner

Relieving the manual task of checking the ip reputation

For now, API calls are made to VirusTotal, FraudGuard and AbuseIPDB. In all those places you can get API key for free (but with daily / monthly limits)

Run script, select IP list from csv or insert single IP. Results are displayed and saved to the file.

Usage

Register on the VirusTotal, FraudGuard and AbuseIPDB sites, get the API keys and paste them into the code

Exemplary result for single IP

image

Tested on python 3.11 (first version, probably could be written better)