Skip to content

Instantly share code, notes, and snippets.

@chapinb
Created January 19, 2019 02:10
Show Gist options
  • Save chapinb/ad241ced48f3ce1f03d10f8c73e8d061 to your computer and use it in GitHub Desktop.
Save chapinb/ad241ced48f3ce1f03d10f8c73e8d061 to your computer and use it in GitHub Desktop.
$ fgrep Invalid\ user auth.log | head -n 5 | awk '{ print $10 }' | sort | uniq -c | sort -rn
3 180.211.137.8
2 188.165.201.89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment