https://github.com/fm1337/go-auditd
An auditd log parser/analyser built in Golang because why not?
https://github.com/fm1337/go-auditd
auditd auditing golang linux log-analysis log-parser
Last synced: about 1 month ago
JSON representation
An auditd log parser/analyser built in Golang because why not?
- Host: GitHub
- URL: https://github.com/fm1337/go-auditd
- Owner: FM1337
- Created: 2019-09-28T13:57:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T20:33:12.000Z (over 6 years ago)
- Last Synced: 2025-03-18T06:40:26.026Z (about 1 year ago)
- Topics: auditd, auditing, golang, linux, log-analysis, log-parser
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-auditd
An auditd log parser/analyser built in Golang because why not?
---
I decided to start building this out of frustration of there being really nothing on the open-source market for analyzing auditd logs
at all, closest I got was LOGalyzer but that was not fun to work with at all, so here we are.
---
This tool is obviously under construction and right now I'm just focusing on getting it some what functional for the purposes of ~~a college assignment related to auditing~~ yeah, so I've been told I can't use it for that assignment, but regardless I'm still going to work on it.
So don't expect anything pretty (or 100% secure) right off the bat, first step is to get something that actually works for my purposes first.