From d116e98e104c9c792db212a7715273bcb0447deb Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sat, 28 Jun 2025 23:35:40 -0700 Subject: [PATCH] aide: add page (#16970) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/linux/aide.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/aide.md diff --git a/pages/linux/aide.md b/pages/linux/aide.md new file mode 100644 index 0000000000..6a852809b9 --- /dev/null +++ b/pages/linux/aide.md @@ -0,0 +1,32 @@ +# aide + +> Advanced Intrusion Detection Environment to validate file integrity. +> More information: . + +- Initialize the database: + +`sudo aide {{[-i|--init]}}` + +- Check the database for inconsistencies: + +`sudo aide {{[-C|--check]}}` + +- Compare two databases according to definitions in the config file: + +`sudo aide {{[-E|--compare]}}` + +- Check and update the database non-interactively: + +`sudo aide {{[-u|--update]}}` + +- Define a config file to override the default {{./aide.conf}}: + +`sudo aide {{[-c|--config]}} {{path/to/config_file}}` + +- Use REGEX to limit AIDE to a specific string: + +`sudo aide {{[-l|--limit]}} {{REGEX}}` + +- Send reporter results to a URL: + +`sudo aide {{[-r|--report]}} {{reporterurl}}`