James W. Long said:
Dear All:
In the DNS cache I have "wildtangent". I know this to be spyware games.
is it possible to block this from within my DNS? like pointing it to
127.0.0.1?
Yes, you can do this -- maybe it's not the best idea;
others have suggested using a firewall or proxy, but
even the DNS idea can be made to work very well
with some (small) effort.
Consider that with MS DNS you would need to create
a zone for each blocked zone and it's a lot of work to
do in the GUI or to automate. (See below...***)
Wouldnt clients just get that resolved elewhere anyway?
No. DNS clients assume ALL DNS servers will return the
same answers and so if yours returns some block-type answer
then that is the end of the resolution.
Note: your internal clients must be configured to use ONLY
your internal DNS servers (who will usually forward to the
Internet, ISP/firewall DNS for Internet resolution).
proly a security question...so how do I block everything comming/going
to that site ?
***Some approaches:
A firewall or other filtering proxy, i.e., ISA
Privoxy -- free on sourceforge -- designed to do this task an much more
A DNS server handling it as you proposed
For the latter, DNS server, I would recommend you do this using BIND
or other DNS server where you can easily load the cache.
I am personally a BIG believer in MS DNS, but this is the setup I use:
MS DNS internally -> forwards to my firewall machine running
BIND for external resolutions.
The firewall-placed BIND has a LARGE pre-loaded cache of most
of the (bad) undesirable Internet locations. MS DNS cannot preload
the cache like this.