Forum Discussion
Esteban_Araya_3
Nimbostratus
Feb 08, 2019Irule for DDOs Attacks!
Hello,
I´m working with a client that is getting DD0s attacks from random IPs. We have some limitations with the Hardware as we only have an ASA and the F5 but no additional security modules, an...
Rico
Cirrus
Feb 08, 2019Your iRule should work except for the fact that you are checking for an uppercase string in a lowercase string.
if { [string tolower [HTTP::uri]] contains "UNION%20SELECT%20" } {
Should be
if { [string tolower [HTTP::uri]] contains "union%20select%20" } {
Here is some additional information on how to help mitigate DDoS attacks with the LTM module.
F5 also has their Silverline product which could help. I figured I would mention it though I understand that the client may have restrictions.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
