Found 29 packages
.NET reader for the MaxMind DB file format
MaxMind GeoIP2 Database Reader and Web Service Client
A library to access MaxMind GeoIP 2.0 API
API for MaxMind minFraud Score and Insights web services
Determine the country, region, city, latitude, and longitude associated with IP addresses worldwide. Uses the MaxMind GeoIP or GeoLite City or GeoLite Country (free) database which needs to be downloaded separately from http://www.maxmind.com/app/geolite
Use MaxMind Geo data service or API keys to make the Walter.Web.IFireWall interface geographically aware allowing you to block requests for certain countries and enables you to render a different result based on the region or country the request came from. The Package adds functionality to NuGet package Walter.Web.Firewall services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey , domainName: new Uri("https://www.your-domain.com", UriKind.Absolute) , options => { //your firewall settings }).UseGeography(directory:new DirectoryInfo("d:\\MaxMind")); This assumes that data files are in d:\MaxMind folder leave blank if you use App_Data and in your application configuration you can set blocking scope like this app.UseFireWall() .UseGeoBlockingMiddleware(options => { options.Block(new[]{GeoLocation.China ,GeoLocation.RussianFederation}); }); More information on how to use this Add-On is available in this manual https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf
IP-2-Country Datasource for https://dev.maxmind.com/geoip/geoip2/geolite2/
TODO
Maxmind binding library for Bridge.NET projects.
GeoIP database file reader
BeyondAuth MaxMind GeoIP Identity Vector Providers
Package Description
Advanced HTTP request analysis for device detection, browser identification, and geolocation services in ASP.NET Core applications. Provides comprehensive user agent parsing to detect device types (mobile, tablet, desktop), operating systems, browser versions, and bot detection. Includes IP-based geolocation with country, city, timezone detection using MaxMind GeoIP2 database. Features crawler/bot identification, proxy detection, and detailed request information extraction.
A build of MaxMind GeoIP DB library for Stone Steps Webalizer.
A MaxMind DB library for MSVC projects.
A Helper module to simplify using the free MaxMind GeoIP database using the MaxMind API and caching the files from the CDN of MaxMind Simple demo: var ip = "213.140.15.199"; var city = FreeGeoIP2.FindCityOrDefault(ip); var country = FreeGeoIP2.FindCountryOrDefault(ip); var asn = FreeGeoIP2.FindAsnOrDefault(ip); q: info@tnxconsulting.com This product includes GeoLite2 data created by MaxMind, available from www.maxmind.com
Maxmind GeoIP Stormancer server integration.
Get geographic (latitude, longitude) with current IP of request. Lightweight and have good performance with cache.
Lightweight GeoIP service based on MaxMind GeoIP2 database
Allows the geolocation feature in Kentico 11 projects to work with MaxMind's GeoLite2 or GeoIP2 Databases. Requires hotfix 11.0.27 to be applied to the Kentico project.