Forum Discussion
Song_chi_woon_2
Nimbostratus
Nov 01, 2006how to set iRule against DoS attack
Hi
I know the attack defense method such as CODred or Nimda in BIGIP.bigip system is able to filter out the cored,nimda by using to send the http requests
I want to know how to prevent to the bigip system with iRule
- Yoda_34023
Nimbostratus
Hi I just merged the Nimda and CodeRed scripts into one and check the syntax was ok on my LTM. - hoolio
Cirrostratus
Hi grimish,when HTTP_REQUEST { set uri [string tolower [HTTP::uri]] if { ($uri contains "default.ida") or ($uri contains "cmd.exe") or ($uri contains "root.exe") or ($uri contains "admin.dll") }{ log local0. "client: [IP::client_addr], requested [HTTP::host]$uri and was discarded" discard } else {pool livepool} }
when HTTP_REQUEST { set uri [string tolower [HTTP::uri]] if { not ( [string tolower [HTTP::header Host]] contains "mysite.com" ) or ( ($uri contains "default.ida") or ($uri contains "cmd.exe") or ($uri contains "root.exe") or ($uri contains "admin.dll")) }{ log local0. "client: [IP::client_addr], requested [HTTP::host]$uri and was discarded" discard } else {pool livepool} }
- Yoda_34023
Nimbostratus
Hi Aaron, - Yoda_34023
Nimbostratus
Hi Aaron, - song_chi_woon_1
Nimbostratus
The above contents are defenses tech for Nimda,codred etc. - hoolio
Cirrostratus
Can you give a bit more detail on what you're trying to block with an iRule?
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