Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-15 00:19:52 +00:00
parent 2f0bb2e110
commit cb2b02c321
11 changed files with 240 additions and 6 deletions

37
tldr/linux/aureport Normal file
View File

@@ -0,0 +1,37 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`