Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.15 KB

IP Index

This project produces a daily build of a custom-rolled mmdb database file to query IP's:

  • ASN number
  • ASN description
  • country
  • whether it's a hosting or not

Essentially this is an ASN database from https://iptoasn.com/, enriched with a hosting status and wrapped into MMDB format for portability.

Supports IPv4 and IPv6.

False positives are possible, use at own risk.

Usage

Pick a supported library of choice for your preferred language.

Methods of validation

One of the target ASN IPs is checked against one or more of the known IP scoring services:

Acknowledgments