HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

aureport — Generate summary reports of auditd logs. More information: <https://manned.org/aureport>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
summarycommandauditdreportscliaureportgeneratelogs
linux

Problem

How to use the aureport command: Generate summary reports of auditd logs. More information: <https://manned.org/aureport>.

Solution

aureport — Generate summary reports of auditd logs. More information: <https://manned.org/aureport>.

Display a summary of auditd events:
sudo aureport


Generate a summary of login events:
sudo aureport {{[-l|--login]}}


List all syscall reports:
sudo aureport {{[-s|--syscall]}}


Generate a summary of executable events:
sudo aureport {{[-x|--executable]}}


Show a summary of events for a specific time range:
sudo aureport {{[-ts|--start]}} {{start_time}} {{[-te|--end]}} {{end_time}}


List all audit files and the time range of events they cover:
sudo aureport {{[-t|--log-time]}}


Display help:
aureport --help

Code Snippets

Display a summary of auditd events

sudo aureport

Generate a summary of login events

sudo aureport {{[-l|--login]}}

List all syscall reports

sudo aureport {{[-s|--syscall]}}

Generate a summary of executable events

sudo aureport {{[-x|--executable]}}

Show a summary of events for a specific time range

sudo aureport {{[-ts|--start]}} {{start_time}} {{[-te|--end]}} {{end_time}}

Context

tldr-pages: linux/aureport

Revisions (0)

No revisions yet.