Walter.Web.FireWall
ReportIncidentResetEventsWithNoAssociatedIncedents Property
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Configurations Namespace > ReportingConfig Class : ReportIncidentResetEventsWithNoAssociatedIncedents Property
Gets or sets a value indicating whether to report incident reset events with no associated incidents.
Syntax
public bool ReportIncidentResetEventsWithNoAssociatedIncedents {get; set;}

Property Value

If true if true will report a reset if the incident have expired or where no longer in the database; otherwise, empty resets will be ignored.
Remarks

Sometimes incidents are no longer in the firewall's storage due to retention levels or clearing the database using the API of manually physically from the server. A Reset statement will then not find any incidents that may have set a block cookie in the users browser.

You may disable having the mail client or database generate reports on this by setting this value to false. If however you have a publicly available endpoint that you use to reset incidents then hackers may use this to clear the firewall and allow them selfs to release the blocking that they might have initiated due to the malicious activities recorded

The default is True

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

ReportingConfig Class
ReportingConfig Members