Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occasional UDP port listed when doing TCP scans #803

Open
myshkin5 opened this issue Nov 20, 2024 · 0 comments
Open

Occasional UDP port listed when doing TCP scans #803

myshkin5 opened this issue Nov 20, 2024 · 0 comments

Comments

@myshkin5
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant