master
APIKeyRing
This tool was developed with the blue team in mind to quickly determine IP origin and reputation. Using user supplied API keys, IP addresses and ranges can be checked against reputation services quickly and consumed in a usable way. Supporting multiple APIs allows users to access fresh and diverse reputation sources, and provides some fault tolerance when services are interrupted.
This project aims to stay lightweight and platform independent.
- AbuseIPDB
- CHECK endpoint
From an executable:
.\iprep.exe [ip] [info] [-service]
From within the project directory:
dotnet run [ip] [info] [-service]
.\iprep.exe 8.8.8.8 score -AIPDB
- -AIPDB : AbuseIPDB
- score
- isPublic
- ipVersion
- isWhitelisted
- countryCode
- usageType
- isp
- domain
- hostnames
- countryName
- totalReports
- numDistinctUsers
- lastReportedAt