Skip to content

Occasional UDP port listed when doing TCP scans #803

Open
@myshkin5

Description

@myshkin5

We are seeing a very rare occurrence of an open UDP port when doing TCP scans. It's always port 123 (NTP). Here's an example:

[
{   "ip": "169.254.169.123",   "timestamp": "1731989322", "ports": [ {"port": 123, "proto": "udp", "status": "open", "reason": "none", "ttl": 0} ] }
]

It's always reported with a link local IP address. We can filter these out pretty easily but thought reporting an issue might get the ball rolling for a fix.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions