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

How To: Setup Web Citizen

Security

Create Request Forms

Making the Forms Accessible

Updating Customer Database from Requests

Document Upload Setup

Customizing the Lucity Web Citizen Page

Customizing the Citizen Thank You page

Customizing the Citizen Request Email