Link to home
Start Free TrialLog in
Avatar of Garry Shape
Garry ShapeFlag for United States of America

asked on

Secure AD from regular user from querying information?

I've created a standard AD user in my AD environment and discovered that, if I run Powershell with its credentials, or AD explorer, for example, I can query almost anything.
To me that does not seem very secure, and I'm wondering if that's an inherent permission with AD or if I have to manually modify things to prevent it.

So I can open AD explorer and browser all OUs, view groups and their members, etc, all as a Domain User with no extra permissions.

I can run powershell "get-aduser -username -properties * | fl" and get all their AD fields.

Would unchecking allow "Read" permission for Authenticated Users have any adverse effect?
SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Garry Shape

ASKER

I can just open up Active Directory Users and Computers on a computer that has it installed and browse through it. I'm sure there are ways to prevent access to the software itself, but the fact that permissions exist for a standard user to browse it as well as all properties of AD objects is a bit frightening.

They can view:
Group memberships
Password last set times
Domain Controllers
Custom attributes made that contain sensitive information about users (like pin codes for other authentication systems)

is that the usual setup in AD?

Is setting the Confidential flag on schema attributes the only way to prevent any "Authenticated user" from accessing certain information?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial