query on timestamp

Roger Roger 7,181 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 for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    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

0 additional answers

Sort by: Most helpful

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.