- Posts: 259
- Thank you received: 0
DNS Query Question
- FallenZer0
- Topic Author
- Offline
- Premium Member
Less
More
20 years 2 months ago #5344
by FallenZer0
--High Speed Cable Connection.
-There Is A Foolish Corner In The Brain Of The Wisest Man- Aristotle
Replied by FallenZer0 on topic Re: DNS Query Question
Are you using a dial-up connection ? If so winpcap is useless..
Cheers,
--High Speed Cable Connection.
-There Is A Foolish Corner In The Brain Of The Wisest Man- Aristotle
20 years 2 months ago #5360
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Replied by sahirh on topic Re: DNS Query Question
Hmmm.. no idea what it is then..
Why not switch to an advanced operating system instead then ?
Why not switch to an advanced operating system instead then ?
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
- Bionicthumb
- Offline
- Junior Member
Less
More
- Posts: 21
- Thank you received: 0
20 years 1 month ago #5807
by Bionicthumb
Replied by Bionicthumb on topic Re: DNS Query Question
This is an old discussion and those concerned with it are probably long gone, however, if you are using Windows 2000/XP you can use the "nslookup" command-line utility to run both recursive and iterative DNS queries.
By default, it is set to send a recursive query. But if you really wanted to take the time to run your own iterative query you could type "set norecurse" from within nslookup and then follow the path of DNS servers to your destination. :lol:
For example:
Go to the command prompt and type...
ipconfig /flushdns <ENTER> (If you don't do this command the "DNS Client" service will take over and give you a cached non-authoritative answer.)
nslookup <ENTER>
set norecurse <ENTER>
www.firewall.cx <ENTER>
-- You'll get a list of DNS servers hosting the CX domain.
========================
> www.firewall.cx
Server: ns14.attbi.com
Address: 63.240.76.198
Name: www.firewall.cx
Served by:
- estia.ics.forth.gr
139.91.191.3
cx
- ns1.cx-nic.org
216.254.62.186
cx
- ns.cx-nic.org.nz
203.63.5.10
cx
- cx1.tlddns.net
63.208.196.89
cx
- cx2.tlddns.net
209.69.32.136
cx
- cx3.tlddns.net
63.209.15.209
cx
========================
server [IP address of one of these DNS servers] <ENTER>
www.firewall.cx <ENTER>
-- You'' get a list of DNS servers responsible for the FIREWALL.CX domain.
==============================
> www.firewall.cx
Server: [139.91.191.3]
Address: 139.91.191.3
Name: www.firewall.cx
Served by:
- gateway.firewall.cx
66.45.237.140
firewall.cx
- ns1.65535.net
firewall.cx
- ns2.65535.net
firewall.cx
- ns3.65535.net
firewall.cx
==============================
server 66.45.237.140 <ENTER>
www.firewall.cx <ENTER>
You end up discovering that 66.45.237.140 is the IP for www.firewall.cx ... kinda time consuming... I much prefer recursive queries. :)
By default, it is set to send a recursive query. But if you really wanted to take the time to run your own iterative query you could type "set norecurse" from within nslookup and then follow the path of DNS servers to your destination. :lol:
For example:
Go to the command prompt and type...
ipconfig /flushdns <ENTER> (If you don't do this command the "DNS Client" service will take over and give you a cached non-authoritative answer.)
nslookup <ENTER>
set norecurse <ENTER>
www.firewall.cx <ENTER>
-- You'll get a list of DNS servers hosting the CX domain.
========================
> www.firewall.cx
Server: ns14.attbi.com
Address: 63.240.76.198
Name: www.firewall.cx
Served by:
- estia.ics.forth.gr
139.91.191.3
cx
- ns1.cx-nic.org
216.254.62.186
cx
- ns.cx-nic.org.nz
203.63.5.10
cx
- cx1.tlddns.net
63.208.196.89
cx
- cx2.tlddns.net
209.69.32.136
cx
- cx3.tlddns.net
63.209.15.209
cx
========================
server [IP address of one of these DNS servers] <ENTER>
www.firewall.cx <ENTER>
-- You'' get a list of DNS servers responsible for the FIREWALL.CX domain.
==============================
> www.firewall.cx
Server: [139.91.191.3]
Address: 139.91.191.3
Name: www.firewall.cx
Served by:
- gateway.firewall.cx
66.45.237.140
firewall.cx
- ns1.65535.net
firewall.cx
- ns2.65535.net
firewall.cx
- ns3.65535.net
firewall.cx
==============================
server 66.45.237.140 <ENTER>
www.firewall.cx <ENTER>
You end up discovering that 66.45.237.140 is the IP for www.firewall.cx ... kinda time consuming... I much prefer recursive queries. :)
20 years 1 month ago #5814
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Replied by sahirh on topic Re: DNS Query Question
Useful info..
Thanks bionicthumb..
Thanks bionicthumb..
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Time to create page: 0.192 seconds