Skip to content

BasantaChaulagain/log_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log Analyzer

This repo contains the tools for analyzing linux audit logs.

Module auditBridge

This module converts raw audit logs to csv format. 34 fields are extracted from the raw audit logs and stored in csv file.

  1. Build the files using a 'make' command.

  2. Usage: ./UBSI_auditBridge -c -u -F >

Module tracking

This module performs backtracking and forward tracking on the csv file converted using auditBridge module.

  1. Build the files using a 'make' command.

  2. For forward tracking: ./AUDIT_ft -i -f <inode_number>

  3. For backward tracking: ./AUDIT_bt -i -p

  4. To convert the .gv file to .png: dot -Tpng AUDIT_ft.gv > AUDIT_ft.png

** For details on the usage of these modules, use -h option. e.g: ./AUDIT_ft -h **

About

Tools for analyzing raw audit logs from linux auditd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages