16 packages tagged with “maxmind”
MaxMind GeoIP2 Database Reader and Web Service Client
.NET reader for the MaxMind DB file format
API for MaxMind minFraud Score and Insights web services
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
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
A library to access MaxMind GeoIP 2.0 API
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.
IP-2-Country Datasource for https://dev.maxmind.com/geoip/geoip2/geolite2/
Get geographic (latitude, longitude) with current IP of request. Lightweight and have good performance with cache.
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
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.
A build of MaxMind GeoIP DB library for Stone Steps Webalizer.
Lightweight GeoIP service based on MaxMind GeoIP2 database
Tools and utilities for using maxmind geoip csv files
A MaxMind DB library for MSVC projects.
Maxmind binding library for Bridge.NET projects.