Re: Linux hardening
Glynn Clements <[email protected]>
| Newsgroups | gmane.comp.security.linux |
|---|---|
| Message-ID | <[email protected]> |
Norwich University - Information Security wrote: > Since we're talking about Linux hardening... > > What do folks suggest as far as files that should be monitored with > integrity checking tools? Obviously, tmp files and other frequently > changed files are out of the question, and it is also impractical to do > checking on all other files. Does anyone have a best practices list or > suggestions of what files are critical to monitor with integrity checking? Anything in: bin boot dev etc lib opt sbin usr although you can exclude stuff like documentation from /usr. You can exclude most of: home mnt proc root tmp var Although sometimes services live under /home (e.g. /home/httpd), in which case you might need to monitor such directories. -- Glynn Clements <[email protected]>