This repository contains python scripts for parsing logs of the sshd daemon.
logparser_pd.py- parses logs of the sshd and writes the result to theoutput/access_logs.xlsxExcel filelogparser_pd_formatted.py- parses logs of the sshd and writes the formated result to theoutput/access_logs_formated.xlsxExcel filelogparser_pd_formatted_geoip.py- parses logs of the sshd, adds information about country, city, isp, latitude and longitude of that who accessed the server and writes the formated result to theoutput/access_logs_formated_geoip.xlsxExcel filelogparser_sql.py- parses logs of the sshd and writes the result to theoutput/access.dbSQLite database using SQLAlchemy Corelogparser_sql_orm.py- parses logs of the sshd and writes the result tooutput/access_orm.dbSQLite database using SQLAlchemy ORM