query on timestamp

Roger Roger 5,801 Reputation points
2024-09-27T06:34:49.92+00:00

Our vulnerability scanner tool has detected the following vulnerability on windows servers: ICMP Timestamp Request Remote Date Disclosure. It provides the following solution: Filter out the ICMP timestamp requests (13) and the outgoing ICMP timestamp replies (14). please guide me on how to fix this.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,732 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,500 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,016 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,825 questions
Windows Server Infrastructure
Windows Server Infrastructure
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Infrastructure: A Microsoft solution area focused on providing organizations with a cloud solution that supports their real-world needs and meets evolving regulatory requirements.
544 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hania Lian 15,011 Reputation points Microsoft Vendor
    2024-09-27T07:03:13.4466667+00:00

    Hello,

    Here are some steps you can try:

    Firewall Configuration:

    Configure your firewall to block incoming and outgoing ICMP packets with types 13 and 14. This is often the simplest and most effective method.

    Windows Server Configuration:

    You can use the Windows Firewall with Advanced Security to create rules that block these specific ICMP types.

    Open the Windows Firewall with Advanced Security.

    Create a new inbound rule and select “Custom” for the rule type.

    In the Protocol and Ports section, select ICMPv4 as the protocol type and specify the ICMP types 13 and 14.

    Repeat the process for outbound rules.

    Best Regards,

    Hania Lian

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

    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.