UCF STIG Viewer Logo

Bonjour multicast advertising must be disabled on the system.


Overview

Finding ID Version Rule ID IA Controls Severity
V-58357 AOSX-09-000545 SV-72787r1_rule Medium
Description
In order to prevent unauthorized connection of devices, unauthorized transfer of information, or unauthorized tunneling (i.e., embedding of data types within data types), organizations must disable or restrict unused or unnecessary physical and logical ports/protocols on information systems. Operating systems are capable of providing a wide variety of functions and services. Some of the functions and services provided by default may not be necessary to support essential organizational operations. Additionally, it is sometimes convenient to provide multiple services from a single component (e.g., VPN and IPS); however, doing so increases risk over limiting the services provided by any one component. To support the requirements and principles of least functionality, the operating system must support the organizational requirements providing only essential capabilities and limiting the use of ports, protocols, and/or services to only those required, authorized, and approved to conduct official business or to address authorized quality of life issues. Bonjour multicast advertising must be disabled on the system.
STIG Date
Apple OS X 10.9 (Mavericks) Workstation Security Technical Implementation Guide 2017-01-05

Details

Check Text ( C-59183r1_chk )
Bonjour multicast advertising must be disabled on the system. To check if multicast advertisements have been disabled, run the following command:

sudo defaults read /System/Library/LaunchDaemons/com.apple.mDNSResponder | grep NoMulticastAdvertisements

If nothing is returned, this is a finding.
Fix Text (F-63673r3_fix)
To configure Bonjour to disable multicast advertising, run the following command:

sudo /usr/libexec/PlistBuddy -c 'Add :ProgramArguments:2 string '-NoMulticastAdvertisements /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist