Closed paseaf closed 2 years ago
Currently, we have to manually download the audit log data and decode it via a CLI tool.
We want to simplify this process with some tool, so that we can easily check the decoded audit log when running the honeypot.
Interesting information we want:
Audit Decoder CLI tool: (maybe good enough for bash scripts?) https://github.com/ContainerSSH/ContainerSSH/releases/tag/v0.4.1 Could also use some JSON converter utility
Understanding SSH https://containerssh.io/development/containerssh/ssh/ Janos: read it, otherwise that audit log will get very confusing.
Possible steps:(moved to issue description) ~~1. download/sync audit logs from MinIO to local machine
We have already over 10 GiB of data on MinIO.
Do we really want/need to download everything?
Problem
Currently, we have to manually download the audit log data and decode it via a CLI tool.
Goal
We want to simplify this process with some tool, so that we can easily check the decoded audit log when running the honeypot.
Interesting information we want:
Relevant readings
Audit Decoder CLI tool: (maybe good enough for bash scripts?) https://github.com/ContainerSSH/ContainerSSH/releases/tag/v0.4.1 Could also use some JSON converter utility
Understanding SSH https://containerssh.io/development/containerssh/ssh/ Janos: read it, otherwise that audit log will get very confusing.