Preparing your workspace...
Loading latest data

What is ADExplorer?
Active Directory Explorer (ADExplorer) is a GUI-based tool by Sysinternals (Microsoft) that allows browsing and searching AD objects interactively.
Why Use ADExplorer?
● Graphical Interface: Easy to navigate AD structure.
● Search Functionality: Find users, groups, ACLs, and permissions.
● Snapshot Feature: Compare changes over time (useful for detecting attacks).
How to Use ADExplorer for LDAP Enumeration?
1. Download ADExplorer from Microsoft Sysinternals.
2. Run ADExplorer.exe and connect to the Domain Controller.
3. Browse AD (Users, Groups, OUs, Computers, etc.).
4. Search for sensitive groups like "Domain Admins" or "Enterprise Admins".
Best For:
● Exploring Active Directory visually.
● Analyzing AD permissions and group memberships.
● Comparing AD snapshots for security analysis.
________________________________________
|
Tool |
Type |
Best For |
Platform |
|
ldapsearch |
CLI |
Querying AD from Linux/macOS |
Linux/macOS |
|
PowerView |
PowerShell |
Automated AD enumeration (users, groups, ACLs) |
Windows |
|
ADExplorer |
GUI |
Visual AD browsing & ACL analysis |
Windows |
________________________________________
Conclusion & Next Steps
● If you are on Linux, use ldapsearch to manually enumerate AD objects.
● If you have PowerShell access, use PowerView to automate AD enumeration.
● If you want a graphical view, use ADExplorer to explore AD visually.
________________________________________
Question 1.
What type of tool is ADExplorer?
Question 2.
Which company developed ADExplorer?
Question 3.
What is the primary function of ADExplorer?
Question 4.
What feature in ADExplorer lets you compare changes in AD over time?
Question 5.
Which Active Directory objects can you explore with ADExplorer?
Question 6.
What groups are commonly targeted during LDAP enumeration in ADExplorer?
Question 7.
What is the main advantage of using ADExplorer over command-line tools?
Question 8.
Which platform does ADExplorer primarily run on?
Question 9.
What is a useful feature of ADExplorer for security analysis?
Question 10.
What kind of tool is ldapsearch?
Question 11.
What type of tool is PowerView?
Question 12.
Which tool is best for automating Active Directory enumeration on Windows?
Question 13.
What feature of ADExplorer allows searching for specific AD objects like users and groups?
Question 14.
Which tool provides a graphical view of AD objects, similar to ADExplorer, but is CLI-based?
Question 15.
Which tool is best suited for comparing Active Directory changes over time?