Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > One-way Trust Security Issues

Reply
Thread Tools Display Modes

One-way Trust Security Issues

 
 
John Liles
Guest
Posts: n/a

 
      06-24-2008
First off, apologies if this subject has been covered before, but I couldn't
find what I was looking for in this forum.

Our production AD is a single forest with three domains (root and two child
domains). For various reasons, we've also established a couple of segregated
AD domains (each a stand-alone) in our DMZ. Support personnel need access to
these domains for backup and other management tasks, and administering the
multiple user accounts and rights in these separate domains is getting to be
a real nightmare.

I want to establish one-way trusts with each of the DMZ domains so support
people can use their credentials from the production domain to administer the
DMZ domains. I'm getting resistance to this from our firewall guy, who says
this may present a security risk; something about the DMZ domain being able
to enumerate accounts in the prod domain.

Can anyone point me to documentation or resources on the security pros and
cons of the solution I'm proposing?

Thanks in advance.
--
JL
 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      06-24-2008
How much security are you going to have to "drop" just to get the Trust to
even be established in the first place,..let alone what you do with it
afterwards? [a LOT] Then there is the NAT Relationship,...which pretty much
has to go away and be replace by a Routed relationship to get solid two-way
communication,..which many Firewalls are not even able to do. MS ISA Server
can do it but most others cannot. Those that cannot do a Routed Relationship
must rely on Static NAT (aka Reverse NAT, or incorrectly called "port
forwarding") over who-knows how many ports to the Internal Domain
Controller.

Yes, the external Domain can inumerate the internal Domain's Accounts and
that is only the beginning,...it just gets worse from there. I'm really
surprised that this is the only thing the firewall guy has complained
about,...there's a whole list of things he hasn't even mentioned yet.

Put up with the "nightmare",...it is supposed to be a
"nightmare",...especially for the Hacker too,...that's the idea. It should
be *expected* to have to use completely different credentials to access the
external Domain. Do not make the accounts on the external Domain to have
the same passwords either,...someone hacks it,...now they have credentials
that work on *both* Domains.

I have no documentation to show you,...this is just too broad with too many
variables to have a single document or two to toss out there. Maybe someone
else may have something, but I don't. Here is one article that is somewhate
related, but isn't quite about the same thing:

Active Directory Replication over Firewalls
http://technet.microsoft.com/en-us/l.../bb727063.aspx

My favorite phrase from Steve in this article:
"Turns the firewall into "Swiss cheese""

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------

"John Liles" <> wrote in message
news:052F6AF1-4B08-4508-8448-...
> First off, apologies if this subject has been covered before, but I
> couldn't
> find what I was looking for in this forum.
>
> Our production AD is a single forest with three domains (root and two
> child
> domains). For various reasons, we've also established a couple of
> segregated
> AD domains (each a stand-alone) in our DMZ. Support personnel need access
> to
> these domains for backup and other management tasks, and administering the
> multiple user accounts and rights in these separate domains is getting to
> be
> a real nightmare.
>
> I want to establish one-way trusts with each of the DMZ domains so support
> people can use their credentials from the production domain to administer
> the
> DMZ domains. I'm getting resistance to this from our firewall guy, who
> says
> this may present a security risk; something about the DMZ domain being
> able
> to enumerate accounts in the prod domain.
>
> Can anyone point me to documentation or resources on the security pros and
> cons of the solution I'm proposing?
>
> Thanks in advance.
> --
> JL



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      06-24-2008
"Phillip Windell" <> wrote in message
news:O61p9$...
> can do it but most others cannot. Those that cannot do a Routed
> Relationship must rely on Static NAT (aka Reverse NAT, or incorrectly
> called "port forwarding") over who-knows how many ports to the Internal
> Domain Controller.


Or,...VPN (PPTP, L2TP) or an IPSec Tunnel,...forgot to mention those.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
Jorge Silva
Guest
Posts: n/a

 
      06-24-2008
Hi
Opening the DMZ for internal communication may not be a good idea depending
of many other things... Generally (in some accetable scenarios) you may use
IPSec with Certificates for comunications, some use VPN, others use
dedicated vlans, etc... This is not a simple question because may depend of
many other things that we are not aware.
--
I hope that the information above helps you.
Have a Nice day.

Jorge Silva
MCSE, MVP Directory Services

 
Reply With Quote
 
John Liles
Guest
Posts: n/a

 
      06-25-2008
Phillip --

Thanks for the replies. Obviously there's a lot I hadn't considered when
contemplating a trust. Based on your caveats, I'm abandoning the idea.

Thanks again!
--
JL


"Phillip Windell" wrote:

> How much security are you going to have to "drop" just to get the Trust to
> even be established in the first place,..let alone what you do with it
> afterwards? [a LOT] Then there is the NAT Relationship,...which pretty much
> has to go away and be replace by a Routed relationship to get solid two-way
> communication,..which many Firewalls are not even able to do. MS ISA Server
> can do it but most others cannot. Those that cannot do a Routed Relationship
> must rely on Static NAT (aka Reverse NAT, or incorrectly called "port
> forwarding") over who-knows how many ports to the Internal Domain
> Controller.


 
Reply With Quote
 
Larry W.
Guest
Posts: n/a

 
      12-07-2009
Does Microsoft have a recommendation for this. There is debate within my
company regarding best way to configure this. The two optins below are being
discussed.....

Option 1 is to use a site to site VPN through the firewall. This could
become expensive (setting up a VPN) and difficult to administer - especially
if you extend this to multiple locations. However it provides the best
security over the Internet.

Option 2 is to allow the AD replication over the Internet (with the swiss
cheese firewall rules). This scenario allows Netbios and TCP high ports
through the firewall, which is a security concern. But by restricting this to
a single source IP address mitigates the risk. We still have the potential of
a man in the middle spoofing attack, but anyone scanning the firewall from
the Internet would not see these ports open because they would not be
scanning from the source IP.

This is less secure than option 1 but less complex and less expensive. Is it
secure enough?

Larry W.

"Jorge Silva" wrote:

> Hi
> Opening the DMZ for internal communication may not be a good idea depending
> of many other things... Generally (in some accetable scenarios) you may use
> IPSec with Certificates for comunications, some use VPN, others use
> dedicated vlans, etc... This is not a simple question because may depend of
> many other things that we are not aware.
> --
> I hope that the information above helps you.
> Have a Nice day.
>
> Jorge Silva
> MCSE, MVP Directory Services
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trust issues Telboy Windows Small Business Server 1 02-22-2007 04:04 PM
Re: Trust Issues Al Mulnick Active Directory 0 08-01-2006 12:19 AM
Re: DMZ authentication issues with trust relationships issues im07 Active Directory 0 01-26-2006 02:05 AM
Trust Issues, Please Help (VPN) Sam Manzella Windows Server 5 05-23-2005 02:45 PM
Trust issues? David Apthorpe Windows Small Business Server 9 04-01-2005 07:44 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59