: > I am not trying to load the HOSTS file into DNS. One would think you
: could
: > easily script this with a honey email address to capture SPAM and update
: the
: > DNS. I still think plain text email is a better solution for many
reasons
: > but what are the ramifications of doing this in DNS and will it actually
: > work?
:
: The issue is that you cannot load Windows DNS with any records unless
: you create/hold a zone for that record.
:
: BIND and other (Proxy etc) methods allow us to pick off specific DNS
: names without wiping out entire zones (like the Ad servers from some
: domains without affecting out ability to contact useful resource servers
: there.)
:
: Sure you can script the conversion -- I use what typically starts as a
host
: file maintained by others -- and use Perl to script it into BIND cache
file
: format.
:
: Even though I disapprove of using the Hosts file for this, it is clear
that
: others
: disagree and do indeed use it.
I hear what you're saying but perhaps we're not on the same page. This is
something I'm putting on my research list:
1. Create a honey-pot email address.
2. Grab incoming email with a script
3. Grab the links
4. Parse out the domains
5. Resolve the IPs
6. Update DNS with a new zone
7. If the domain is not in my index that I keep, add the addresses
8. Test to see if I have actually blocked myself from reaching them.
Remember, I'm doing this on the private network. My DNS is NOT going to use
root hints (since I don't have any forwarders) if it finds it locally. I'm
telling it this domain is local and I'm providing a local address. It [DNS]
doesn't check to see if I'm the SOA if I tell it that I am. Nobody on the
Internet will have any issues because they will never be looking at my
private DNS for name resolution for public addressing. Having not tested
yet, I fail to see any ramifications but are you telling me AD will take
issue when this doesn't relate to AD?
I've already tested it with HOSTS files but who would want to have to
maintain numerous HOSTS files when you could make a single entry into DNS
for everyone?
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Online Support for IT Professionals -
http://support.microsoft.com/servicedesks/technet/default.asp?fr=0&sd=tech
How-to: Windows 2000 DNS:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;308201