This repo contains the tools for analyzing linux audit logs.
This module converts raw audit logs to csv format. 34 fields are extracted from the raw audit logs and stored in csv file.
-
Build the files using a 'make' command.
-
Usage: ./UBSI_auditBridge -c -u -F >
This module performs backtracking and forward tracking on the csv file converted using auditBridge module.
-
Build the files using a 'make' command.
-
For forward tracking: ./AUDIT_ft -i -f <inode_number>
-
For backward tracking: ./AUDIT_bt -i -p
-
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 **