- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-11-2014 12:52 PM
Hi,
I am wanting to create a DoS protection rule specific to http uri requests that have /*.aspx (so, the uri is at the root). I was approaching this by creating a custom application with a signature with the following:
pattern match
context: http-req-uri-path
pattern: /*.aspx/*
qualifier: http-method GET
However, this pattern does not meet the 7byte limit.
Is there another/better way to go about this?
Thanks in advance.
03-11-2014 01:41 PM
Hello Amy,
Could you please go through the below mentioned documents and try to find an another match which contains at least 7 Byte strings.
Thanks
03-12-2014 10:56 AM
Thanks, Hulk. I'm wanting to match on any URI string ending with .aspx
My challenge is that can be any number of patterns, which is why I wanted to wildcard the leading string.
Is there any easier way to match on aspx (.NET pages)?
03-19-2014 10:22 AM
I have worked out the correct regex for pattern matching, however now I am wanting to somehow limit packets per second for any call to aspx web pages. There doesn't appear to be a way to call a custom app in the DoS Protection profile or policy.
Is it possible to limit packets per second to a specific HTTP page request?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!