Sandbox Systemd Units
What many do not know is that SystemD offers the possibility to restrict services and very easily displays the exposure level.
Security related posts
What many do not know is that SystemD offers the possibility to restrict services and very easily displays the exposure level.
Docker allows logs to be sent unencrypted to a remote log system. Encryption plays a minor role on the intranet, but what if you want to send logs via the web?
There is no security without proper log monitoring, but nobody has time to check all logs all the time. Graylog automates that.
Graylog is a log aggregation tool that makes it easy to read and analyze logs due to its Elasticsearch or Opensearch implementation. Unfortunately it is not possible to exchange Graylog with old known tools like rsyslog. Rsyslog uses UDP as protocol, which is basically unencrypted (exception QUIC).
This three-part guide shows three simple steps to increase server security.
One of the main points of attack is the SSH interface. Script kiddies love an open SSH port.
Quickly after the server is on the Internet, it is open for script kiddies to eat. One of the first annoyances are bruteforce attacks.