Skip to content

Instantly share code, notes, and snippets.

@faststeak
Last active November 15, 2017 18:19
Show Gist options
  • Save faststeak/be0e26aeca07143c32d230dc2b71b637 to your computer and use it in GitHub Desktop.
Save faststeak/be0e26aeca07143c32d230dc2b71b637 to your computer and use it in GitHub Desktop.
Splunk Correlation Search - User authenticates to more than 20 unique systems (select an appropriate time period)
| tstats summariesonly=t dc(Authentication.dest) AS Unique_Destinations from datamodel=Authentication.Authentication WHERE NOT [|inputlookup high_volume_auth_whitelist.csv | rename user AS Authentication.user] by Authentication.user
| `drop_auth_dm`
| search Unique_Destinations>20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment