Ansible, DevOps, Operating systems, Security Automating Linux patching with Ansible – How to keep all your environments consistent ? 14.01.2022 by Joël Cattin Your may want to patch your Linux servers on a regular basis (e.g using “yum/dnf update”). As always, it’s obviously recommended to : 1) Patch the TEST systems 2) Check if there is no side effects 3) Wait(…)
Database Administration & Monitoring, Database management, SQL Server, Security How to find the TLS used for the SQL Server connection 24.08.2021 by Stéphane Haby For a customer, I do some research to find which TLS is used on the SQL Server environment. The only way is to create an Extended Event. A big limitation is that the event used is only available on SQL(…)
Database Administration & Monitoring, SQL Server, Security SQL Server connectivity issue – troubleshoot TLS configuration 08.04.2021 by Steven Naudet In the blog post, I will share a case of troubleshooting a connectivity issue with SQL Server. The problem occurred in a migration context. The SQL Server databases (in version 2008 to 2014) from multiple applications were consolidated on a(…)
Ansible, DevOps, Operating systems, Security Automating Linux patching with Ansible 31.03.2021 by Joël Cattin Since the beginning of the year, several vulnerabilities have been discovered in the Linux Kernel as well as in others important and widely-used packages. Among them, there was the famous CVE-2021-3156 affecting the sudo package and allowing(…)
Security Swiss Cyber Security Days (SCSD) 19.03.2021 by Dominique Althuser The Swiss Cyber Security Days (SCSD) took place on March 10 and 11, 2021 The largest event in Switzerland entirely dedicated to cyber security took place on March 10 and 11, in a 100% digital form.
Database Administration & Monitoring, Database management, Oracle, Security Oracle 21c Security : Mandatory Profile 11.12.2020 by Oracle Team By Mouhamadou Diaw With Oracle 21c, it is now possible to enforce a password policy (length, number of digits…) for all pluggable databases or for specific pluggable databases via profiles. This is done by creating a mandatory profile in the(…)
Database Administration & Monitoring, Database management, Oracle, Security Oracle 21c Security : Gradual Database Password Rollover 10.12.2020 by Oracle Team By Mouhamadou Diaw Starting with Oracle 21c, a password of an application can be changed without having to schedule a downtime. This can be done by using the new profile parameter PASSWORD_ROLLOVER_TIME This will set a rollover period of(…)
Database Administration & Monitoring, Database management, Oracle, Security Oracle 21c Security : ORA_STIG_PROFILE and ORA_CIS_PROFILE 10.12.2020 by Oracle Team By Mouhamadou Diaw In my previous blog I was testing the creation of a new Oracle 21c database. In this blog I am talking about two changes about the security. In each new(…)
Database Administration & Monitoring, PostgreSQL, Security Increase your PostgreSQL databases security by checking a few settings Part 2 15.09.2020 by Daniel Burgert Continuing from my first blog we will check some more access and authentication configurations. Focusing on removing unnecessary database privileges. After that we will configure the backend parameters correctly to have more robust PostgreSQL server/client sessions. And at last SSL(…)
Database Administration & Monitoring, PostgreSQL, Security Increase your PostgreSQL databases security by checking a few settings 07.09.2020 by Daniel Burgert This blog provides you with a short overview of easy to control settings that enhance your PostgreSQL security. Mostly by creating a separate group to assign privileged database members. And checking different logging and log rotations settings for better and(…)