-
Notifications
You must be signed in to change notification settings - Fork 466
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
Surprising high number of lost lookups: about 20% false negatives #117
Comments
I get quite a lot as well. I ended up writing my script to go through the list of domains multiple times. If after 10 times it still hasn't got an IP, then chances are its dead. Not very efficient though :( |
I'm having same problem and inconsistency between scans as well on my digitalocean VPS. |
To debug the issue, I suggest the following:
In addition, I suggest performing reconnaissance scans for single domains against authoritative nameservers without leveraging third-party resolvers directly like so: |
Hey there,
I noticed quite a lot of lost lookups with massdns. In the example below, it roughly misses about 1900 names out of 10k domains.
I am not sure what these false negatives come from though, apologies for not trying to find where the bug is in massdns.
I made a screen recording https://asciinema.org/a/415235 of the reproduction steps below:
The text was updated successfully, but these errors were encountered: