SV-281334r1167152_rule
V-281334
SRG-OS-000423-GPOS-00187
RHEL-10-800020
CAT II
10
Configure RHEL 10 network interfaces to turn off promiscuous mode unless approved by the ISSO and documented.
Set the promiscuous mode of an interface to "off" with the following command:
$ sudo ip link set dev <devicename> multicast off promisc off
Verify RHEL 10 network interfaces are not in promiscuous mode with the following command:
$ sudo ip link | grep -i promisc
If network interfaces are found on the system in promiscuous mode and their use has not been approved by the ISSO and documented, this is a finding.
V-281334
False
RHEL-10-800020
Verify RHEL 10 network interfaces are not in promiscuous mode with the following command:
$ sudo ip link | grep -i promisc
If network interfaces are found on the system in promiscuous mode and their use has not been approved by the ISSO and documented, this is a finding.
M
5733