Skip to content
/ ip-index Public

A custom MMDB database, helping detect country, ASN and hosting.

License

Notifications You must be signed in to change notification settings

Umkus/ip-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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