Skip to content

Parse Linux auth.log files into an Excel .xlsx file for forensic analysis

License

Notifications You must be signed in to change notification settings

hexadecimalDinosaur/authlog-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authlog-xlsx

Parse auth.log files into an Excel .xlsx file for forensics analysis. Parses authentication events into an Excel sheet by default but can be set to parse all SSH sessions and perform lookups on connected IP addresses.

Usage

usage: main.py [-h] [-s] [-i] logFile sheet

positional arguments:
  logFile     path to the auth.log file
  sheet       path to xlsx file output

options:
  -h, --help  show this help message and exit

  -s, --ssh   parse sshd events to create ssh worksheet (default: False)
  -i, --ip    perform whois lookup on all IPs that connected to ssh (default: False)

About

Parse Linux auth.log files into an Excel .xlsx file for forensic analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages