Walter.Web.FireWall
RedirectUrlPhishingTo Property
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Configurations Namespace > RulesConfig Class : RedirectUrlPhishingTo Property
Gets or sets the redirect URL when phishing is detected, this might be a old link or some one manually types a link that does not exists.
Syntax
public Uri RedirectUrlPhishingTo {get; set;}

Property Value

The redirect URL phishing to.
Remarks
If not assigned and the TolerateMaximumViolations in _tolerateMaximumViolationsIn Rule has not been violated, then the root will be used if the firewall is hosted in a web application. Phishing is not the same as NonAsp.net requests or exploit probing, this type of attacks are managed by redirect RedirectNonAspNetRequestsTo
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RulesConfig Class
RulesConfig Members