F
F
facha2013-06-24 12:38:48
Domain Name System
facha, 2013-06-24 12:38:48

Help me figure it out: any IP responds to dns queries for me

Hello everyone,
Here is such a strange thing. I send a dns request to almost any ip on the Internet, and I get a response. Even non-existent addresses and network addresses are answered. What it is? Does the provider have some kind of dns-interceptor? Or maybe it's my adsl router that helps me so much?

$ dig @1.0.0.0 ya.ru

; <<>> DiG 9.9.2-P1 <<>> @1.0.0.0 ya.ru
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14697
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 8, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ya.ru.                         IN      A

;; ANSWER SECTION:
ya.ru.                  5032    IN      A       87.250.250.3
ya.ru.                  5032    IN      A       77.88.21.3
ya.ru.                  5032    IN      A       213.180.204.3
ya.ru.                  5032    IN      A       213.180.193.3
ya.ru.                  5032    IN      A       93.158.134.203
ya.ru.                  5032    IN      A       93.158.134.3
ya.ru.                  5032    IN      A       87.250.251.3
ya.ru.                  5032    IN      A       87.250.250.203

;; Query time: 2 msec
;; SERVER: 1.0.0.0#53(1.0.0.0)
;; WHEN: Mon Jun 24 11:20:10 2013
;; MSG SIZE  rcvd: 151


It is noteworthy that requests to the addresses of my local network (for example, “dig @ 10.0.0.10 ya.ru”) do not go through in such a strange way.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anton Pronin, 2013-06-24
@nightw0rk

Install Wireshark and see who is answering you.

S
suslayer, 2013-06-24
@suslayer

The provider is unlikely to do this. Most likely on your office server/router all dns is wrapped on it. Something like zyxel.ru/kb/1228

N
nochkin, 2013-06-24
@nochkin

Usually adsl-router can do this. He does a redirect to the DNS that he received from the provider.
The +trace option will give additional information:

dig +trace @1.0.0.0 ya.ru

1
1x1, 2013-06-25
@1x1

Individual providers redirect DNS to themselves in order to filter individual domains.
Try traceroute -U

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question