Sudo Logs
Unix sudo logs are the log files associated with sudo execution. Sudo ("super user do" or "substitute user") is used to run programs with elevated privileges.
Linux sudo are stored in the Systemd Journal files.
The log entries
show evidence of commands executed with elevated privileges
Other Parsers:
- None
References:
- N/A
TOML Collection
[output]
name = "sudologs_collection"
directory = "./tmp"
format = "json"
compress = false
endpoint_id = "abdc"
collection_id = 1
output = "local"
timeline = false
[[artifacts]]
artifact_name = "sudologs-linux"
[artifacts.sudologs_linux]
# Optional
# alt_path = ""
Collection Options
alt_pathPath to a directory containing Journal files. This configuration is optional
Output Structure
An array of Journal entries containing sudo activity