Back to OP5 Monitor FAQ

How to make your instance more secure

Here is a collection of steps one might take when hardening an OP5 Monitor setup. This article is not an exhaustive list of steps, but a constant work in process.

Enable Merlin encryption Copied

Starting with version 8.2.0 of OP5 Monitor, we can encrypt the communication between Merlin nodes on an opt-in basis. See the documentation below:

https://docs.itrsgroup.com/docs/op5-monitor/current/topics/install/set-up-encrypted-merlin.html

Remove “test this check” permissions from groups that don’t need it Copied

The “test this check” functionality can provide a potential attack surface and should be limited only to the users that need it.

Go to Manage > Configure > Group rights and disable the following categories for users that shouldn’t have these permissions:

Disallow dangerous characters in “test this check” Copied

To make “test this check” more secure for the users that need to run it, you may want to prohibit these users from using dangerous characters.

Go to Manage > Configure > Group rights and enable the category:

Install a signed SSL certificate Copied

You can follow this guide to install a new certificate from a proper certificate authority:

https://support.itrsgroup.com/hc/en-us/articles/360020252553-How-to-add-or-renew-an-SSL-certificate-for-OP5-Monitor

Disable non-encrypted SNMP versions Copied

SNMPv3 has support for secure authentication as well as encrypted data transfer. Disable versions 1 and 2c which do not.

Change /etc/snmp/snmpd.conf to comment out the relevant lines:

#com2sec notConfigUser default securestring
#group notConfigGroup v1notConfigUser
#group notConfigGroup v2cnotConfigUser

Then restart snmpd.

["Geneos"] ["FAQ"]

Was this topic helpful?