SV-282676r1201008_rule
V-282676
SRG-OS-000480-GPOS-00227
TOSS-05-000198
CAT II
10
Configure network interfaces to turn off promiscuous mode unless approved by the ISSO and documented.
Set the promiscuous mode of an interface to off using the following command:
$ sudo ip link set dev <devicename> multicast off promisc off
Verify network interfaces are not in promiscuous mode using the following command:
$ 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-282676
False
TOSS-05-000198
Verify network interfaces are not in promiscuous mode using the following command:
$ 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
5738