User when you would like to automatically process violations to capture the ISP for those that have attempted to penetrate your web application. To integrate the WHOIS resolver use the UseWhoisResolver extension method as shown bellow services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey , domainName: new Uri("https://www.your-domain.com", UriKind.Absolute) , options => { //your firewall settings }).UseWhoisBackGroundProcessor();
$ dotnet add package Walter.Web.FireWall.WhoIsProcessorThis package allows you to post request process ISP data to a request as well as update expired IP Address data in relation to the Internet Service Provider (ISP) contact data
To integrate the WHOIS resolver use the UseWhoisResolver extension method as shown bellow
services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
, domainName: new Uri("https://www.your-domain.com", UriKind.Absolute)
, options =>
{
//your firewall settings
}).UseWhoisBackGroundProcessor();