SharpHound
SharpHound copied to clipboard
User Name is Not Representive of the AD Object
I am not sure if I missing something, but it seems that the user name value is not a true representation of what is in AD and that the value is derived from the distinguishedName and/or sAMAccountName account and domain name.
SharpHound.exe --collectionmethods All,GPOLocalGroup --domain TestDom.corp --prettyprint --collectallproperties
As can be seen above the name assigned is "[email protected]", but this is not anywhere in the AD and should ideally be the value of the UPN "[email protected]".
So the tl;dr is should the user name not be the userPrincipalName (UPN) as this is more representative of what is in AD?