The system must not respond to ICMP broadcast netmask requests.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
lowV-216134SRG-OS-000480SOL-11.1-050040SV-216134r959010_rule2024-11-253
Description
By determining the netmasks of various computers in your network, an attacker can better map your subnet structure and infer trust relationships.
ℹ️ Check
Determine if the response to address mask broadcast is disabled. # ipadm show-prop -p _respond_to_address_mask_broadcast -co current ip If the output of this command is not "0", this is a finding.
✔️ Fix
The Network Management profile is required. Disable responses to address mask broadcast. # pfexec ipadm set-prop -p _respond_to_address_mask_broadcast=0 ip