add remote management users collection#263
Closed
RiccardoAncarani wants to merge 1 commit intoSpecterOps:masterfrom
Closed
add remote management users collection#263RiccardoAncarani wants to merge 1 commit intoSpecterOps:masterfrom
RiccardoAncarani wants to merge 1 commit intoSpecterOps:masterfrom
Conversation
Contributor
|
Thanks for the PR, and sorry for the late reply, been pretty busy lately. This actually looks like it could be a great addition to the project, we're going to discuss it internally for a bit and get back to you! |
|
This seems like it would be a great addition |
Author
|
...I guess there’s no reason for leaving this PR open. |
Contributor
|
Hey, sorry about that, I couldn't figure out a way to merge this PR into the new BloodHound codebase in a sane way, since everything was being rewritten from scratch on the ingestor side. I've added credit for the idea to the 3.0 release notes for you, and again, sorry for the very late reply. Its been kind of chaotic for the past few months https://github.com/BloodHoundAD/BloodHound/releases/tag/3.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to SharpHound's pull request 83
The edge
CanPSRemotehas been added to indicate whether a user or group can execute code on a remote machine using PowerShell remoting. This information can be retrieved parsing the local group "Remote Management Users".For example, I am pushing the group "Domain Users" in the local group "Remote Management Users", as it is possible to see in the screenshot below from my test domain:
and, as you can see, the user RANCARANI is able to
Enter-PSSessionin the domain controller:The result within BloodHound is the following:
I also added in the user, group and computer tab their relative "Execution Privileges" attributes.