Forum Discussion
rodrigo_Benzaqu
Nimbostratus
Jul 13, 2007Irule to Analize traffic
I have a vip with a relevant amount of traffic and many developers creating new functionts to the site.
We found an internal vulnerability that a user can access to internal information using a web page on our site, so we fixed but was really hard to understand the URL.
Since the LTM has all the traffic, will be possible to create an IRule to isolate some specifics patterns from the URL.
Example: www.mercadolibre.com.ar/jm/rodrigo.html
Show all the urls that match with "rodrigo".
1 Reply
- Can you be a bit more specific on what you want the iRule to do? If all you want to do is look for URI's that contain rodrigo you could do so with a simple string comparison and log the results to the system log
when HTTP_REQUEST { if { [HTTP::uri] contains "rodrigo" } { log local0. "URI rodrigo match: '[HTTP::uri]'" } }
This will put a timestamped entry in the log file with the full URI of each request that has a rodrigo in it.
If you were looking for more than this, let me know more details and we'll see what we can come up with.
-Joe
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