FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
mnovelli
Staff
Staff
Article Id 340305
Description

This article describes that it is sometimes required to manage FortiSIEM components (Supervisors, Collectors, and Workers) using an external IT Monitoring platform. By default, the SNMPD service is installed on any nodes but it is disabled.

The following procedure can be used to monitor FortiSIEM components through SNMP Protocol. Typically, it is not required to open ports on local firewalld installed on any FortiSIEM components.

Scope FortiSIEM.
Solution

Restrict SNMP access:
Fortinet strongly recommends restricting SNMP access to authorized monitoring systems only.

 

Default SNMP behavior:
By default, the SNMP daemon listens on UDP port 161 on all interfaces and accepts requests from any source IP with valid credentials, unless access restrictions are explicitly configured.

 

SNMP v1/v2C configuration: 

The following procedure can be used if the IT monitoring platform supports SNMP v1/v2C:

  1. Configure the community string on each FortiSIEM node.  Modify file /etc/snmp/snmpd.conf and add the following line:

 

rocommunity <community> default

 

Below is an example:

 

P1.png

 

  1. Start the SNMPD service by running the following commands:

 

systemctl start snmpd
systemctl status snmpd

 

Below is an example:

 

P2.png

 

 

SNMP v3 configuration: The following procedure can be used if the IT monitoring platform supports SNMP v3:

  1. Stop the SNMPD service if it is running:

 

systemctl stop snmpd

 

  1. Execute the following command:

 

net-snmp-create-v3-user [-ro] [-A authpass] [-a MD5|SHA] [-X privpass][-x DES|AES] [username]

 

Below is an example:

 

P3.png

 

Start the SNMPD service, and run the following commands:

 

systemctl start snmpd
systemctl status snmpd 

 

Below is an example:

 

P2.png

 

Limitations:
SNMP monitoring does not provide visibility into FortiSIEM internal services, event processing status, or application-level health.

 

Best practice:
Fortinet recommends using FortiSIEM native monitoring and alerting mechanisms for operational health and event processing visibility.

SNMP monitoring should be used only as a complementary method for infrastructure-level monitoring when required by external tools.