Check: GEN003603 M6
MACOSX 10.6:
GEN003603 M6
(in version v1 r3)
Title
The system must not respond to Internet Control Message Protocol (ICMPv4) echoes sent to a broadcast address. (Cat II impact)
Discussion
Responding to broadcast ICMP echoes facilitates network mapping and provides a vector for amplification attacks.
Check Content
Open a terminal session and enter the following command to view the value of "net.inet.icmp.bmcastecho". sysctl -a | grep net.inet.icmp.bmcastecho If the value is not set to "1", this is a finding.
Fix Text
Open a terminal session and edit the /etc/sysctl.conf file and add the following line. net.inet.icmp.bmcastecho=1 NOTE: If the sysctl.conf file does not exist use the following command to create one. touch /etc/sysctl.conf
Additional Identifiers
Rule ID: SV-38201r1_rule
Vulnerability ID: V-22410
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001551 |
The organization defines approved authorizations for controlling the flow of information between interconnected systems. |
Controls
Number | Title |
---|---|
AC-4 |
Information Flow Enforcement |