Created
January 19, 2019 02:10
-
-
Save chapinb/ad241ced48f3ce1f03d10f8c73e8d061 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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