10114 : Medium : ICMP Timestamp Request Remote Date Disclosure

Ahmad Nadzuan Abdul Rahman 0 Reputation points
2024-09-19T05:24:52.89+00:00

This command can fix this ICMP Timestamp for Win2K8 and Win2K12? is this require server reboot?

command - netsh firewall set icmpsetting 13 disable

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,588 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,040 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yanhong Liu 9,455 Reputation points Microsoft Vendor
    2024-09-20T02:53:21.8166667+00:00

    Hello,

    The command you mentioned, 'netsh firewall set icmpsetting 13 disable', has been deprecated since Windows Server 2012 and above. For Windows Server 2008, the command you provided works fine. But for Windows Server 2012, you should use the following command:

    'netsh advfirewall firewall add rule name="Disable ICMP Timestamp Request" protocol=icmpv4:13, any dir=in action=block'

    For server restarts, usually the changes made using 'netsh' take effect immediately and you do not need to restart the computer.

    Best Regards,

    Yanhong Liu

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.