SV-234211r961554_rule
V-234211
SRG-APP-000411-NDM-000330
FGFW-ND-000260
CAT I
10
Log in to the FortiGate GUI with Super-Admin privilege.
1. Click Network, Interfaces
2. Click the interface designated for device management traffic and pick Edit.
3. On Administrative Access, select HTTPS and SSH. Deselect HTTP.
4. Click OK.
or
1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command:
# config system interface
# edit port{Management Port Integer #}
# set allowaccess ping https ssh
# end
Note: When adding or removing a protocol, the entire list of protocols must be typed again. For example, in an existing access list of HTTPS and SSH, if HTTP needs to be added, use the following CLI command:
# set allowaccess https ssh ping http
Log in to the FortiGate GUI with Super-Admin privilege.
1. Click Network, Interfaces.
2. Click the interface designated for device management traffic.
3. On Administrative Access, verify HTTPS and SSH are selected, and HTTP is not.
If HTTPS and SSH are not selected for administrative access, or HTTP is selected, this is a finding.
or
1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command:
# show full-configuration system interface port{Management Port Integer #} | grep -i allowaccess
The output should include:
set allowaccess ping https ssh
If the allowaccess parameter does not include https and ssh, this is a finding. If the allowaccess parameter includes http, this is a finding.
V-234211
False
FGFW-ND-000260
Log in to the FortiGate GUI with Super-Admin privilege.
1. Click Network, Interfaces.
2. Click the interface designated for device management traffic.
3. On Administrative Access, verify HTTPS and SSH are selected, and HTTP is not.
If HTTPS and SSH are not selected for administrative access, or HTTP is selected, this is a finding.
or
1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command:
# show full-configuration system interface port{Management Port Integer #} | grep -i allowaccess
The output should include:
set allowaccess ping https ssh
If the allowaccess parameter does not include https and ssh, this is a finding. If the allowaccess parameter includes http, this is a finding.
M
5260