Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-58455 | AOSX-09-001220 | SV-72885r1_rule | Medium |
Description |
---|
ICMP Timestamp requests reveal information about the system and can be used to determine which operating system is installed. Precise time data can also be used to launch time based attacks against the system. Configuring the system to drop incoming ICMPv4 timestamp requests mitigates these risks. |
STIG | Date |
---|---|
Apple OS X 10.9 (Mavericks) Workstation Security Technical Implementation Guide | 2017-01-05 |
Check Text ( C-59293r1_chk ) |
---|
To check if the system is configured to process ICMP timestamp requests, run the following command: sysctl net.inet.icmp.timestamp If the value is not set to '0', this is a finding. |
Fix Text (F-63781r2_fix) |
---|
To disable ICMP timestamp responses, add the following line to /etc/sysctl.conf: net.inet.icmp.timestamp=0 |