The application firewall that can be used in .NET 5.0, .Net CORE 3.1 and .NET standard 2.1 applications that
would benefit for protection against several types of attacks and is easily activated by service integration.
services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
,...
More information
Provide insight into the communication between the server hosting the website and the outside world and allows the users to observe communication and look for irrational or known malicious interaction.
The static class that exposes this functionality can be found at...
More information
Free FireWall native Geo-country code API with limited accuracy.
The Package adds functionality to NuGet package Walter.Web.Firewall
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
This free...
More information
Cookie store for use with the firewall allowing to not store any GDPR data in cookies but keep all references local.
You can read and write these cookies using the User in the page request object that is injected in all your controllers.
To integrate the Cookie Store database use the...
More information
The Package adds E-Mail based reporting functionality to NuGet package Walter.Web.Firewall
and allows for the logging of incidents via E-Mail by using a E-Mail buffer and sends the emails at configured intervals.
The NuGet package is easily activated by dependency injection during service...
More information
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...
More information
Package that enable SQL Server database storage and logging to NuGet package Walter.Web.Firewall
The NuGet package is easily activated by dependency injection during service configuration
services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
, domainName: new...
More information
Reporting interface for the firewall and the windows to support structured logging to the windows EventLog.
The Package extends the reporting functionality to NuGet package Walter.Web.Firewall and is easily activated by dependency injection during service...
More information
Use the Userstack service to extend the firewall's UserAgent meta data.
To use the software use dependency injection during services registration
services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
, domainName: new Uri("https://www.your-domain.com/", UriKind.Absolute)
,...
More information
Reporting interface for the firewall and the windows to support structured logging to the ILogging frameworks.
The Package extends the reporting functionality to NuGet package Walter.Web.Firewall and is easily activated by dependency injection during service...
More information
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,...
More information
Library to control Window Firewall. This library use C:\Windows\System32\FirewallAPI.dll and C:\Windows\System32\hnetcfg.dll libraries. It is based on COM.