Alerting

I am trying to figure a way to create a rule that notifies me of webpages that been hit more than a few times per seconds?

ahmar74
Explorer

this rule would help determine if a DDOS attempt is or isn't occurring.

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Something like this?

search for web page hits | bin span=1m _time | stats count by _time uri | where count > 120

That'd give you a list of URIs that had an average of over two hits per second along with the minute in which that occurred.

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...