Enumerating infrastructure to get access to a device on AD
TO-DO
- Enumerate the internal network
- identify users
- identify hosts
- identify critical services running
- identify potential vulnerabilities
- potential avenues for a foothold.
- Start probing those hosts, looking for any interesting data we can glean from them.
- Regroup and look at what info you got.
- You may have a set of credentials or a user account to target for a foothold
- the ability to begin credentialed enumeration
Identifying Hosts
Hosts enumeration
Getting AD Specific Info
<aside>
🚨 we do that to??
- know open ports so you know services running like Kerberos and LDAP
- gather domain, hostname, and forest names
- if LDAP is open then you can enumerate good information from it
- if
WSMan and WinRM services are open then you can use credentials you find to connect to the box using Evil-winRM
</aside>