Security rating visibility
Security ratings tests that are not relevant can be hidden, streamlining the user experience by displaying only pertinent information.
A Security Fabric is not required for this feature. If multiple FortiGates are in a Security Fabric, hidden security ratings can be synchronized from the root FortiGate device to downstream FortiGate devices, or overridden locally on the downstream devices.
To disable showing a security rating control in the default report:
-
Go to Security Fabric > Security Rating.
-
Find Unsecure Protocol - Telnet in the table, right-click on it, and select Report Visibility > Hide.
The Unsecure Protocol - Telnet control is no longer shown in the list.
-
Change the View to All to show the Unsecure Protocol - Telnet control in the table when Report Visibility is set to Hide.
All hidden controls are then shown in the table.
|
|
The Visibility column is not shown by default. Edit the column settings to show it in the table. See Column settings for details. |
To disable showing a security rating control as an insight across the GUI:
-
Go to Network > Interfaces.
-
Edit an interface to enable TELNET administrative access.
-
Click on the Security Rating Insights, or hover over the interface name to see the Unsecure Protocol - Telnet warning.
-
Go to Security Fabric > Security Rating.
-
Find Unsecure Protocol - Telnet in the table, right-click on it, and select Insight Visibility > Hide.
-
Go to Network > Interfaces.
-
Click on the Security Rating Insights, or hover over the interface name to see that the Unsecure Protocol - Telnet warning is no longer shown.
To configure security rating control in the CLI:
config system security-rating controls
edit <control name>
set display-report {enable | disable}
set display-insight {enable | disable}
next
end
|
Variable |
Description |
|---|---|
|
display-report {enable | disable} |
Enable/disable displaying the Security Rating control in the default report (default = enable). |
|
display-insight {enable | disable} |
Enable/disable displaying the Security Rating control as an insight across the GUI (default = enable). |
|
|
Security rating control names are hidden in the CLI until they are configured. |
To configure synchronizing security rating visibility settings on downstream devices in a Security Fabric:
config system csf
set configuration-sync {default | local}
end
config system security-rating settings
set override-sync {enable | disable}
end
|
Variable |
Description |
|---|---|
|
configuration-sync {default | local} |
Configuration sync mode.
|
|
override-sync {enable | disable} |
Enable/disable overriding Security Rating control settings that are synchronized from the Security Fabric's root FortiGate (default = disable). |
When configuration-sync is set to local, the system security-rating settings command is not available.