aide:aide_configuration
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
aide:aide_configuration [2019/11/24 14:52] – peter | aide:aide_configuration [2019/11/25 22:10] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== AIDE - AIDE Configuration ====== | ||
- | |||
- | The default configuration of AIDE is quite fine. But it can be tweaked if required. | ||
- | |||
- | |||
- | |||
- | By default, AIDE checks for changes in Binaries and Libraries directories. | ||
- | |||
- | Then, it also check for modifications in the log files against the rule Logs. Because log files tends to grow, you cannot use a signature there and you also have to asked aide not to check for size modifications. | ||
- | |||
- | Okie, this should be enough to get to understand how aide works. | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | |||
- | ===== Who to send the report to? ===== | ||
- | |||
- | Reports which are created once a day can be sent to a custom email address. The variable **MAILTO** should be changed to whichever email address you like: | ||
- | |||
- | The default is to send reports to root on localhost. | ||
- | |||
- | To change it, open and edit **/ | ||
- | |||
- | <file bash / | ||
- | ... | ||
- | # This is the email address reports get mailed to | ||
- | # default is root | ||
- | # This variable is expanded before it is used, so you can use variables | ||
- | # here. For example, MAILTO=$FQDN-aide@domain.example will send the | ||
- | # report to host.name.example-aide@domain.example is the local FQDN is | ||
- | # host.name.example. | ||
- | # | ||
- | MAILTO=admin@sharewiz.net | ||
- | ... | ||
- | </ | ||
- | |||
- | |||
- | |||
- | ===== Configuring aide ===== | ||
- | |||
- | Most AIDE configuration is in file **/ | ||
- | |||
- | AIDE aims at reporting files that changed since the last snapshot (/ | ||
- | |||
- | <file bash / | ||
- | database=file:/ | ||
- | </ | ||
- | |||
- | to | ||
- | |||
- | <file bash / | ||
- | database=file:/ | ||
- | </ | ||
- | |||
- | That way, if an intruder get into your machine, they won't be able to modify **aide.db**. | ||
- | |||
- | Ok, now let see what is going on in / | ||
- | |||
- | |||
- | To me, there is actually another place I would like aide to go and check. | ||
- | |||
- | <file bash / | ||
- | /etc ConfFiles | ||
- | </ | ||
- | |||
- | in / | ||
- | |||
aide/aide_configuration.1574607141.txt.gz · Last modified: 2020/07/15 09:30 (external edit)