Adding GPO Parsing to retrieve Local Admins#165
Adding GPO Parsing to retrieve Local Admins#165LeogFR wants to merge 2 commits intodirkjanm:masterfrom
Conversation
Updating computer.py
Updating computers.py
|
If I'm understanding correctly, additional processing on this PR to handle Relevant method in SharpHound: https://github.com/SpecterOps/SharpHoundCommon/blob/68a68c6eab5375b46f975274b16ff1acdc35dc48/src/CommonLib/Processors/GPOLocalGroupProcessor.cs#L60 |
|
I think that you forget to look where the GPO(s) are linked to ? You still need to search for objects linked to it, example searching for Then you need to look for member of that Last but not least, |
Hello,
We implemented the Local Admins collection by adding Local Admins configured in GPO as security groups.
We parsed the GPOs content located in the SYSVOL shared file using a SMB connection.
PS : This was our final studies project in our cybersecurity engineer degree, Let us know if you have any feedbacks !
@LeogFR & @Betichps