Forum Discussion
Patti_G_72768
Nimbostratus
Oct 29, 2013Need to convert a Pandora rule to an iRule
Hi again, I need to convert a rule that is looking to block Pandora/Dirt Jumper attack in ASM. The rule is looking to block the Pandora GET flood attack. So it is looking for the GET method, HTTP/1.0...
Kevin_Stewart
Employee
Oct 29, 2013Is this in lieu of ASM?
when HTTP_REQUEST {
if { ( [HTTP::method] equals "GET" ) and ( [HTTP::version] equals "1.0" ) and not ( [HTTP::header exists Accept] ) and ( [HTTP::header User-Agent] contains "Mozilla" ) and ( [HTTP::header exists Referer] ) } {
log local0. "Possible Pandora/Dirt Jumper type 0 1 2 attack."
reject
}
}
The following also suggests a randomized Referer header:
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