Perform basic system checks with checksecurity
Health Check
Linux offers users a wide range of options for system configuration. With the help of the checksecurity tool collection, you can automatically monitor basic system settings.
Linux is considered a very secure operating system for computers of all kinds. Realistically, however, even Linux is not immune to vulnerabilities and malware, which is why you can find a large number of tools in the package sources of Linux derivatives to help scan for vulnerabilities. However, these tools tend to focus on specific weaknesses and narrowly defined attack scenarios by only analyzing a computer system for individual potential security problems.
With the checksecurity tool collection, on the other hand, you can automatically check Ubuntu and Debian systems [1] and their derivatives for multiple potential basic security flaws or anomalies.
Concept
Checksecurity consists of a number of plugins, each of which you then customize in a configuration file. The corresponding files are in text format, so a simple editor is all it takes to set up the service. When checksecurity is called, the program works through the activated plugins one by one and outputs the results of the tests in a terminal window.
To achieve the highest possible level of security through an automated process, the system automatically creates two different cron jobs during installation. The check-setuid
plugin does this by checking setuid
attributes (see the "setuid" box) for modifications and looking for remote filesystems that are mounted insecurely on the local system.
setuid
Linux organizes read, write, and execute permissions for files and directories using attributes. Programs equipped with the setuid
bit (SUID) can also be executed with the owner's rights, which is a security risk if the file belongs to the root user.
The Check-sockets
plugin searches for and monitors open and modified ports, making it possible to detect malware that tries to enter the system through these ports. The check-passwd
plugin checks the system for unsecured system accounts, while check-diskfree
checks mounted filesystems for their capacity limits. The check-iptables-logs
plugin takes care of possible intrusion attempts, which it finds using the iptables logfiles.
Installation
You can set up checksecurity on Debian, Ubuntu, and their derivatives conveniently using the system's package management sources. Since it runs entirely on the command line, the installer does not create a launcher in the desktop menu hierarchy. The individual scripts for running the tests can be found after installation in /usr/share/checksecurity/
.
During installation, checksecurity also loads the Postfix mail transfer agent. This mail server allows the system to send mails independently. However, this does not work without a fixed IP address and complex configuration. The recommended approach is to configure Postfix so that the service routes outgoing mail via a commercial provider such as Gmail or GMX. You can find information on this by searching for "Postfix email provider" on the web.
Alternatively, you can set up Postfix to deliver mail locally. To do this, select the Local only option in Postfix Configuration. Then install the mailutils package and add your user to the mail group by running the command:
sudo adduser $USER mail
To be able to read mail sent by checksecurity to the root user via the mail
program, forward the messages sent to root to your own account by typing
echo $USER | sudo tee /root/.forward
Configuration
You create the global configuration for checksecurity in the /etc/checksecurity.conf
file. In the file, you can switch the individual modules on and off or set check intervals for the automated execution of the individual scripts (Figure 1).
In the /etc/checksecurity/
directory, you will find additional configuration files for all plugins except check-iptables-logs
. These files are not used for global configuration, but they do support customization of individual script flows. They are also in text format and can therefore be easily modified using your favorite editor.
You need to pay special attention to the CHECK_DISK_PERCENT
option in the check-diskfree.conf
file, which defaults to 70
. This setting results in a system message being output as soon as one of the mounted partitions reaches a utilization level of more than 70 percent. Since this value can be reached quite quickly, especially with small system partitions that also store temporary data, it is a good idea to increase the value to 80 or even 90 percent.
In the check-passwd.conf
configuration file, you can define whether or not you want the script to detect empty system password entries or duplicate passwords. By default, both routines are activated.
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
-
New Slimbook EVO with Raw AMD Ryzen Power
If you're looking for serious power in a 14" ultrabook that is powered by Linux, Slimbook has just the thing for you.