This documentation applies to the following versions of Splunk: 4.0 , 4.0.1 , 4.0.2 , 4.0.3 , 4.0.4 , 4.0.5 , 4.0.6 , 4.0.7 , 4.0.8 , 4.0.9 , 4.0.10
The Anomalous Access alert is designed to detect anomalous behaviors in access activity based on unique or total counts dictated by your organization's policy (thresholds).
The following search is responsible for gathering the anomalous access data:
The above search output's the following table:
| src_bestmatch | action | app_count | dest_count | user_count | total_count |
|---|---|---|---|---|---|
| 172.19.150.58 | failure | 3 | 3 | 3 | 3 |
| 172.19.150.98 | failure | 2 | 3 | 3 | 3 |
| 10.127.1.16 | success | 1 | 3 | 2 | 387 |
| 172.19.150.140 | failure | 3 | 2 | 7 | 7 |
| 172.19.150.102 | failure | 3 | 2 | 6 | 6 |
The results of this search are further processed by a script that the search calls once it has finished. This allows us to:
The Enterprise Security Suite is providing this notification on behalf of your organization's current Anomalous Authentication Policy. This notification contains an attachment with the 14 attacker(s) that generated authentication activity exceeding the following threshold(s).
A value of -1 indicates the policy is disabled:
Alert when an attacker fails authentication a total of 50 or more times
Alert when an attacker succeeds authentication a total of 10 or more times
Alert when an attacker fails authentication to 5 or more distinct applications
Alert when an attacker succeeds authentication to 8 or more distinct applications
Alert when an attacker fails authentication to 4 or more distinct targets
Alert when an attacker succeeds authentication to 3 or more distinct targets
Alert when an attacker fails authentication attempting 5 or more distinct user names
Alert when an attacker succeeds authentication using 11 or more distinct user names
This alert policy can be modified in the Admin->Applications->ESS-AccessControl->Configure menu within Splunk
The Correlated Access alert is designed to correlate behaviors in access activity dictated by your organization's policy (thresholds).
The following search is responsible for gathering the correlated access data:
The above search output's the following table:
| src_bestmatch | dest_bestmatch | action | total_count |
|---|---|---|---|
| 172.19.150.106 | acmeapp01.acmetech.com | failure | 4 |
| 172.19.150.106 | domU-12-31-39-03-BD-A5 | success | 1 |
| 172.19.150.108 | acmeapp01.acmetech.com | failure | 2 |
| 172.19.150.110 | acmeapp01.acmetech.com | failure | 2 |
| 172.19.150.110 | ubuntufish | failure | 1 |
The results of this search are further processed by a script that the search calls once it has finished. This allows us to:
The Enterprise Security Suite is providing this notification on behalf of your organization's current Correlated Access Control Policy. This notification contains an attachment with the 2 attacker(s) that generated authentication activity exceededing the following threshold(s).
A value of -1 indicates the policy is disabled:
Alert when an attacker fails authentication 10 or more time(s) and then successfully authenticates to the same system 1 or more time(s)
This alert policy can be modified in the Admin->Applications->ESS-AccessControl->Configure menu within Splunk"
By default most alerts runs on a daily basis. This gives us a couple of advantages.
This can easily be adjusted and is described below: