- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-17-2013 08:20 PM
Hi,
I have a requirement to generate alert if a website is accessed frequently in short time. For e.g. www.google.com is accessed every 5 mins etc. Is there any way to generate a signature based on URL and hits?
02-18-2013 07:56 PM
I do not believe there is a way to configure a signature to accomplish your request. Would you explain why you need to generate this alert? Is the request only for URLs or for Applications as well? Are you trying to limit the number of times a user is going to a site?
02-18-2013 08:39 PM
Here is the use case. We had seen some of the test systems using www.google.com in monitoring test. Over the time or with continuous probes, Google starts doing image verification. We would like to have a way to identify hosts and block. This may be applicable to other sites as well. We just want to make sure that a wrongly configured test system does not cause to block our egress IP and cause issues for all normal users.
02-18-2013 11:35 PM
As a workaround why not completely block access to *.google.com and google.com from your test systems?
And then hunt the sysadmins with a torch if they still send testpackets towards www.google.com...
02-19-2013 02:47 AM
The test systems are spread across and hence difficult to block *.google.com. Yes we always find the culprit however wanted trying to see if there is any way to get a proactive notification when a certain hit rate threshold reached.
02-20-2013 02:12 AM
Would be great if you can file this as a feature request to your SE.
Another way to use this is to get an alarm if a specific client over time tries to download malware (which is identified as malware and blocked).
For example a specific client trying to download a malware once... not that interresting (mainly because the malware was blocked). But if the same client over and over tries to download various malware then its time to take a closer look at this client box if something else happend on it.
The workaround is obviously, as in your case, to create an alarm for each single event and then somewhere else apply the logic of "if srcip > x number of times within y minutes" - but it would be nice if this could be setup within the PA unit itself as a specific alarm (which you can lets say classify as high or even critical to get a better attention in the SEIM).
02-21-2013 09:20 PM
Do these monitoring systems use a custom "user agent string" in their web request? I'd hope they weren't so evasive as to spoof generic IE or Mozilla browser useragentstrings if they are legitimate monitoring apps..
If they use unique strings you might be able to create a custom signature or app to detect and control based on that.
Here's an example for detecting iPads based on their user agent string.
03-13-2013 01:44 PM
You could maybe do a custom report which includes the column "quarter hour" and "count". This could give you an idea of which IP's are hitting Google and how many times per 15 minutes.
You'll have to add multiple IP's in the query builder for Google since Google does some sort of DNS inbound load balancing.
Non-authoritative answer:
Name: www.google.com
Addresses: 2c0f:fb50:4002:801::1013
74.125.233.82
74.125.233.83
74.125.233.81
74.125.233.84
74.125.233.80
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!