3. Enumerating Active Directory

Once you have established foothold on the machine, we can enumerate for more valid accounts and credentials

Microsoft Management Console (MMC) + RSAT

RSAT or Remote Server Administration is an AD "add-on" to the MMC application, and allows you to administer AD objects

On Windows, Start->Run->mmc

In mmc, File->Add/Remove Snap-in and add in these 3 Snap-ins

We can now start to enumerate AD objects in the AD

Command line

Getting users in a domain

Inspecting a single user

Getting all groups in a domain

Getting users in a group

Getting password policy for a domain for brute-forcing

PowerView

Import PowerView for running subsequent commands

BloodHound + SharpHound

Sharphound is the enumeration tool of Bloodhound.

Collecting information on the host machine using Sharphound

Once done, move the artifacts to the attacker machine to open them with Bloodhound

Last updated