UCF STIG Viewer Logo

Unused network devices must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-59757 AOSX-10-001235 SV-74187r1_rule Medium
Description
If an unused network device is left enabled, a user might be able to activate it at a later time. Unused network devices should be disabled.
STIG Date
Apple OS X 10.10 (Yosemite) Workstation Security Technical Implementation Guide 2017-04-06

Details

Check Text ( C-60527r1_chk )
To list the network devices that are enabled on the system, run the following command:

sudo networksetup -listallnetworkservices

A disabled device will have an asterisk in front of its name. If any listed device that is not in use is missing this asterisk, this is a finding.
Fix Text (F-65167r2_fix)
To disable a network device, run the following command, substituting the name of the device in place of '':

sudo networksetup -setnetworkserviceenabled '' off