Skip to content

A script for analysing potentially nefarious `auth.log` entries

License

Notifications You must be signed in to change notification settings

Pseudomanifold/Auceps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auceps: Analysing auth.log log files

This is a simple script for analysing auth.log. It tabulates IP addresses and user names that are involved in failed login attempts via ssh (although the script could be easily extended to cover other services, as well). Moreover, it creates a CSV file for subsequent choropleth map plotting.

Usage

$ pipenv shell
$ ./auceps.py /var/log/auth*
$ ./make_choropleth_map.py /tmp/countries.csv

For the choropleth map creation, you need to have a valid plotly account.

Example

See my blog post on analysing nefarious ssh access attempts for more details.

About

A script for analysing potentially nefarious `auth.log` entries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages