DOS Attacks

Question: Do you have any techniques for stopping Denial of Service (DOS) attacks from the internet?

Answer: We have implemented one technique for stopping these attacks. A DOS is when someone attempts to crash a web site by bombarding it with multiple requests. This is only implemented in the Web Citizen application. By default, if the Citizen application receives more than 1000 requests within 10 minutes from a single IP address, it will stop accepting requests from that IP address for the duration of the 10 minutes. These values are configurable. The default values are hard-coded in the program; they are not in the appsettings file, but adding entries in appsettings can override the defaults.

See Also

Administrative FAQ

Error and Event Logs

Multiple Clients - Live Data Tool

ArcGIS Server and Lucity Web are on different servers