List domain joined computers where we have local admin access
List users connected to a specific machine:
Services Instances (SPNs)
SPN is a unique identifier for Kerberos that links a service account (unique) to a service instance (0,1 or more. E.g. a IIS webserver running on SERVER01)
List all SPNs for IIS
We can see a webserver running on the web04 machine.
List all SPN for all service accounts (requires powerview)
Get the IP of the machine the service instance is running on:
Objects ACL
What to look for:
Check our own user object ACL:
One ACL returned:
ActiveDirectoryRights: ReadProperty means a security principal has read access to our user object
SecurityIdentifier is the SID of the security principal that has the read permission on our object
We can translate the SID to something readable like that:
To get the ACL of a file for example:
List all security principa' SIDs that have full permission on the group specified:
We can bulk translate the SIDs to readable names:
Domain Shares
We find domain shares with Powerview:
This will return machine names and share names:
This is how we list the content of a share (we can cat, cd...):
GenericAll: Full permissions on object
GenericWrite: Edit certain attributes on the object
WriteOwner: Change ownership of the object
WriteDACL: Edit ACE's applied to object
AllExtendedRights: Change password, reset password, etc.
ForceChangePassword: Password change for object
Self (Self-Membership): Add ourselves to for example a group