Difference between revisions of "Linux Security"
Views
Actions
Namespaces
Variants
Tools
Replaced checksums with file integrity monitoring
imported>Tele |
imported>Dalto (Replaced checksums with file integrity monitoring) |
||
Line 117: | Line 117: | ||
= | =Firewalls= | ||
The [[Firewalls]] article has a full description of the Firewall solutions available on Manjaro. | |||
=File Integrity Monitoring= | |||
Your first line of defense should always be security practices that prevent an intrusion such as firewalls, intrusion prevention systems and keeping your system patched and up-to-date. However, it is also useful to try to ensure that your system has not been compromised. One way to help with this is by using a file integrity monitoring solution. These solutions work by comparing the checksums or the files on your system to their previous versions and alerting about changes. | |||
An open source tool which provides this service is [https://aide.github.io/ AIDE](Advanced Intrusion Detection Environment. You can install it with the command: | |||
pamac install aide | |||
Instructions for using configuring aide can be found on [https://github.com/aide/aide/blob/master/doc/manual.html the AIDE Github site]. | |||
https:// | |||