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 th...
Yoda_34023
Nimbostratus
Nov 01, 2006Hi I just merged the Nimda and CodeRed scripts into one and check the syntax was ok on my LTM.
------------------------------
CodeRed and Nimda prevention
------------------------------
when HTTP_REQUEST {
if {([HTTP::uri] contains "default.ida") or ([HTTP::uri] matches_regex ".*cmd.exe*.") or ([HTTP::uri] matches_regex ".*root.exe*.") or ([HTTP::uri] matches_regex ".*admin.dll*.") }
{
log local0. "client: [IP::client_addr], requested [HTTP::host][HTTP::uri]"
discard
} else {pool livepool}
}
Heres the log info (Modified of course):
Rule CodeRed_And_Nimda_Attack HTTP_REQUEST: client: , requested www.abc.com/root.exe
What I can't tell is if anything is getting blocked.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
