Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.4 KB

README.md

File metadata and controls

57 lines (44 loc) · 1.4 KB

IPRep

master

.NET Core

CodeQL

SL Scan

APIKeyRing

.NET Core

IP Reputation tool for .NET Core 3.1

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.

Supported APIs

  • AbuseIPDB
    • CHECK endpoint

Usage

From an executable:

.\iprep.exe [ip] [info] [-service]

From within the project directory:

dotnet run [ip] [info] [-service]

Example

.\iprep.exe 8.8.8.8 score -AIPDB

'service' options currently available

  • -AIPDB : AbuseIPDB

'info' options currently available

  • score
  • isPublic
  • ipVersion
  • isWhitelisted
  • countryCode
  • usageType
  • isp
  • domain
  • hostnames
  • countryName
  • totalReports
  • numDistinctUsers
  • lastReportedAt