Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Umkus/ip-index
A custom MMDB database, helping detect country, ASN and hosting.
https://github.com/Umkus/ip-index
asns blacklist blocks datacenters detect-proxy detect-vpn ip ip-info mmdb reputation vpn
Last synced: about 1 month ago
JSON representation
A custom MMDB database, helping detect country, ASN and hosting.
- Host: GitHub
- URL: https://github.com/Umkus/ip-index
- Owner: Umkus
- License: gpl-3.0
- Created: 2020-06-24T15:35:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T17:29:20.000Z (2 months ago)
- Last Synced: 2024-10-24T17:41:11.074Z (about 2 months ago)
- Topics: asns, blacklist, blocks, datacenters, detect-proxy, detect-vpn, ip, ip-info, mmdb, reputation, vpn
- Language: Python
- Homepage:
- Size: 22.9 GB
- Stars: 212
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP Index
This project produces a daily build of a custom-rolled [mmdb database file](https://github.com/Umkus/ip-index/releases/download/latest/ip-index.mmdb) to query IP's:
- ASN number
- ASN description
- country
- whether it's a hosting or notEssentially 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](https://community.ipinfo.io/t/list-of-mmdb-reader-libraries/2821) 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:
* https://www.ipqualityscore.com/free-ip-lookup-proxy-vpn-test/lookup/1.1.1.1
* https://www.ip2location.com/demo/1.1.1.1
* https://scamalytics.com/ip/1.1.1.1
* https://ipinfo.io/1.1.1.1## Acknowledgments
* This product includes IP2Location LITE data available from [http://www.ip2location.com](http://www.ip2location.com).
* This product includes GeoLite2 data created by MaxMind, available from [https://www.maxmind.com](https://www.maxmind.com).