SV-268225r1137875_rule
V-268225
SRG-APP-000038-NDM-000213
HYCU-ND-000070
CAT II
10
Enable the firewall by executing the following commands:
sudo systemctl enable firewalld
sudo systemctl start firewalld
Verify the firewall is running by executing the following command:
sudo firewall-cmd --state
If service is not running, this is a finding.
Determine which services and ports are open by executing the following command:
sudo firewall-cmd --list-all
Output should show the following two lines:
'services: cockpit dhcpv6-client iscsi-target samba ssh'
'ports: 8443/tcp'
If more services than those listed above are open, this is a finding.
V-268225
False
HYCU-ND-000070
Verify the firewall is running by executing the following command:
sudo firewall-cmd --state
If service is not running, this is a finding.
Determine which services and ports are open by executing the following command:
sudo firewall-cmd --list-all
Output should show the following two lines:
'services: cockpit dhcpv6-client iscsi-target samba ssh'
'ports: 8443/tcp'
If more services than those listed above are open, this is a finding.
M
5660